Searched refs:file_exts (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/spl/ |
H A D | php_spl.c | 318 char *class_name, *lc_name, *file_exts = SPL_G(autoload_extensions); in PHP_FUNCTION() local 325 …meters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", &class_name, &class_name_len, &file_exts, &file_exts_len)… in PHP_FUNCTION() 329 if (file_exts == NULL) { /* autoload_extensions is not initialized, set to defaults */ in PHP_FUNCTION() 332 copy = pos1 = estrndup(file_exts, file_exts_len); in PHP_FUNCTION() 373 char *file_exts = NULL; in PHP_FUNCTION() local 376 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &file_exts, &file_exts_len) == FAILURE)… in PHP_FUNCTION() 379 if (file_exts) { in PHP_FUNCTION() 383 SPL_G(autoload_extensions) = estrndup(file_exts, file_exts_len); in PHP_FUNCTION()
|
Completed in 6 milliseconds