We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0e018 commit 890345eCopy full SHA for 890345e
ext/spl/php_spl.c
@@ -415,7 +415,7 @@ PHP_FUNCTION(spl_autoload_call)
415
zval *class_name, *retval = NULL;
416
int class_name_len;
417
char *func_name, *lc_name;
418
- uint func_name_len;
+ zend_str_size_uint func_name_len;
419
ulong dummy;
420
HashPosition function_pos;
421
autoload_func_info *alfi;
@@ -466,7 +466,7 @@ PHP_FUNCTION(spl_autoload_call)
466
PHP_FUNCTION(spl_autoload_register)
467
{
468
char *func_name, *error = NULL;
469
- int func_name_len;
+ zend_str_size_int func_name_len;
470
char *lc_name = NULL;
471
zval *zcallable = NULL;
472
zend_bool do_throw = 1;
0 commit comments