Searched refs:file_exts_len (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/spl/ |
H A D | php_spl.c | 319 int class_name_len, file_exts_len = SPL_G(autoload_extensions_len), found = 0; in PHP_FUNCTION() local 325 …UM_ARGS() TSRMLS_CC, "s|s", &class_name, &class_name_len, &file_exts, &file_exts_len) == FAILURE) { in PHP_FUNCTION() 332 copy = pos1 = estrndup(file_exts, file_exts_len); in PHP_FUNCTION() 374 int file_exts_len; in PHP_FUNCTION() local 376 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &file_exts, &file_exts_len) == FAILURE)… in PHP_FUNCTION() 383 SPL_G(autoload_extensions) = estrndup(file_exts, file_exts_len); in PHP_FUNCTION() 384 SPL_G(autoload_extensions_len) = file_exts_len; in PHP_FUNCTION()
|
Completed in 7 milliseconds