Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dphp_spl.c314 zend_string *class_name, *lc_name, *file_exts = SPL_G(autoload_extensions); in PHP_FUNCTION() local
316 if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|S", &class_name, &file_exts) == FAILURE) { in PHP_FUNCTION()
320 if (file_exts == NULL) { /* autoload_extensions is not initialized, set to defaults */ in PHP_FUNCTION()
324 pos = ZSTR_VAL(file_exts); in PHP_FUNCTION()
325 pos_len = (int)ZSTR_LEN(file_exts); in PHP_FUNCTION()
349 zend_string *file_exts = NULL; in PHP_FUNCTION() local
351 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|S", &file_exts) == FAILURE) { in PHP_FUNCTION()
354 if (file_exts) { in PHP_FUNCTION()
358 SPL_G(autoload_extensions) = zend_string_copy(file_exts); in PHP_FUNCTION()

Completed in 7 milliseconds