Home
last modified time | relevance | path

Searched refs:file_exts (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/spl/
H A Dphp_spl.c310 zend_string *class_name, *lc_name, *file_exts = SPL_G(autoload_extensions); in PHP_FUNCTION() local
312 if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|S", &class_name, &file_exts) == FAILURE) { in PHP_FUNCTION()
316 if (file_exts == NULL) { /* autoload_extensions is not initialized, set to defaults */ in PHP_FUNCTION()
320 pos = ZSTR_VAL(file_exts); in PHP_FUNCTION()
321 pos_len = (int)ZSTR_LEN(file_exts); in PHP_FUNCTION()
346 zend_string *file_exts = NULL; in PHP_FUNCTION() local
348 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|S", &file_exts) == FAILURE) { in PHP_FUNCTION()
351 if (file_exts) { in PHP_FUNCTION()
355 SPL_G(autoload_extensions) = zend_string_copy(file_exts); in PHP_FUNCTION()

Completed in 9 milliseconds