File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2128,7 +2128,7 @@ PHP_FUNCTION(mb_strpos)
2128
2128
case 8 :
2129
2129
zend_value_error ("Argument is empty" );
2130
2130
RETURN_THROWS ();
2131
- case : 16 :
2131
+ case 16 :
2132
2132
zend_value_error ("Offset not contained in string" );
2133
2133
RETURN_THROWS ();
2134
2134
default :
@@ -2184,7 +2184,7 @@ PHP_FUNCTION(mb_strrpos)
2184
2184
case 8 :
2185
2185
zend_value_error ("Argument is empty" );
2186
2186
RETURN_THROWS ();
2187
- case : 16 :
2187
+ case 16 :
2188
2188
zend_value_error ("Offset not contained in string" );
2189
2189
RETURN_THROWS ();
2190
2190
default :
@@ -2227,7 +2227,7 @@ PHP_FUNCTION(mb_stripos)
2227
2227
case 8 :
2228
2228
zend_value_error ("Argument is empty" );
2229
2229
RETURN_THROWS ();
2230
- case : 16 :
2230
+ case 16 :
2231
2231
zend_value_error ("Offset not contained in string" );
2232
2232
RETURN_THROWS ();
2233
2233
default :
@@ -2270,7 +2270,7 @@ PHP_FUNCTION(mb_strripos)
2270
2270
case 8 :
2271
2271
zend_value_error ("Argument is empty" );
2272
2272
RETURN_THROWS ();
2273
- case : 16 :
2273
+ case 16 :
2274
2274
zend_value_error ("Offset not contained in string" );
2275
2275
RETURN_THROWS ();
2276
2276
default :
You can’t perform that action at this time.
0 commit comments