Home
last modified time | relevance | path

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

/PHP-8.0/ext/spl/
H A Dphp_spl.c303 zend_string *class_name, *lc_name, *file_exts = NULL; in PHP_FUNCTION() local
305 if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|S!", &class_name, &file_exts) == FAILURE) { in PHP_FUNCTION()
309 if (!file_exts) { in PHP_FUNCTION()
310 file_exts = SPL_G(autoload_extensions); in PHP_FUNCTION()
313 if (file_exts == NULL) { /* autoload_extensions is not initialized, set to defaults */ in PHP_FUNCTION()
317 pos = ZSTR_VAL(file_exts); in PHP_FUNCTION()
318 pos_len = (int)ZSTR_LEN(file_exts); in PHP_FUNCTION()
341 zend_string *file_exts = NULL; in PHP_FUNCTION() local
343 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|S!", &file_exts) == FAILURE) { in PHP_FUNCTION()
347 if (file_exts) { in PHP_FUNCTION()
[all …]

Completed in 17 milliseconds