@@ -9,7 +9,7 @@ set_error_handler(function($errno, $errstr, $errfile, $errline) {
99 switch ($ errno ) {
1010 case E_DEPRECATED :
1111 if (str_contains ($ errfile , "skip.php " )) {
12- die ( " skip deprecated oniguruma " ) ;
12+ return ;
1313 }
1414 }
1515});
@@ -74,87 +74,113 @@ function base64_encode_var_dump($regs) {
7474
7575echo "Done " ;
7676?>
77- --EXPECT --
77+ --EXPECTF --
7878*** Testing mb_ereg() : variation ***
7979
80+ Deprecated: Function mb_regex_encoding() is deprecated since 8.6, because the underlying library is no longer maintained in %s on line %d
81+
8082-- Iteration 1 --
83+
84+ Deprecated: Function mb_ereg() is deprecated since 8.6, because the underlying library is no longer maintained in %s on line %d
8185bool(true)
8286array(1) {
8387 [0]=>
8488 string(4) "YUIx"
8589}
8690
8791-- Iteration 2 --
92+
93+ Deprecated: Function mb_ereg() is deprecated since 8.6, because the underlying library is no longer maintained in %s on line %d
8894bool(true)
8995array(1) {
9096 [0]=>
9197 string(8) "YUJjRA=="
9298}
9399
94100-- Iteration 3 --
101+
102+ Deprecated: Function mb_ereg() is deprecated since 8.6, because the underlying library is no longer maintained in %s on line %d
95103bool(true)
96104array(1) {
97105 [0]=>
98106 string(8) "YWIvPQ=="
99107}
100108
101109-- Iteration 4 --
110+
111+ Deprecated: Function mb_ereg() is deprecated since 8.6, because the underlying library is no longer maintained in %s on line %d
102112bool(true)
103113array(1) {
104114 [0]=>
105115 string(4) "IAk="
106116}
107117
108118-- Iteration 5 --
119+
120+ Deprecated: Function mb_ereg() is deprecated since 8.6, because the underlying library is no longer maintained in %s on line %d
109121bool(true)
110122array(1) {
111123 [0]=>
112124 string(4) "MjM0"
113125}
114126
115127-- Iteration 6 --
128+
129+ Deprecated: Function mb_ereg() is deprecated since 8.6, because the underlying library is no longer maintained in %s on line %d
116130bool(true)
117131array(1) {
118132 [0]=>
119133 string(12) "5pel5pys6Kqe"
120134}
121135
122136-- Iteration 7 --
137+
138+ Deprecated: Function mb_ereg() is deprecated since 8.6, because the underlying library is no longer maintained in %s on line %d
123139bool(true)
124140array(1) {
125141 [0]=>
126142 string(8) "Zmpkcw=="
127143}
128144
129145-- Iteration 8 --
146+
147+ Deprecated: Function mb_ereg() is deprecated since 8.6, because the underlying library is no longer maintained in %s on line %d
130148bool(true)
131149array(1) {
132150 [0]=>
133151 string(12) "5pel5pys6Kqe"
134152}
135153
136154-- Iteration 9 --
155+
156+ Deprecated: Function mb_ereg() is deprecated since 8.6, because the underlying library is no longer maintained in %s on line %d
137157bool(true)
138158array(1) {
139159 [0]=>
140160 string(8) "LiEiKkA="
141161}
142162
143163-- Iteration 10 --
164+
165+ Deprecated: Function mb_ereg() is deprecated since 8.6, because the underlying library is no longer maintained in %s on line %d
144166bool(true)
145167array(1) {
146168 [0]=>
147169 string(4) "CQ=="
148170}
149171
150172-- Iteration 11 --
173+
174+ Deprecated: Function mb_ereg() is deprecated since 8.6, because the underlying library is no longer maintained in %s on line %d
151175bool(true)
152176array(1) {
153177 [0]=>
154178 string(8) "SURTSlY="
155179}
156180
157181-- Iteration 12 --
182+
183+ Deprecated: Function mb_ereg() is deprecated since 8.6, because the underlying library is no longer maintained in %s on line %d
158184bool(true)
159185array(1) {
160186 [0]=>
0 commit comments