Home
last modified time | relevance | path

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

/PHP-8.3/ext/spl/
H A Dphp_spl.c301 zend_string *class_name, *lc_name, *file_exts = NULL; in PHP_FUNCTION() local
303 if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|S!", &class_name, &file_exts) == FAILURE) { in PHP_FUNCTION()
307 if (!file_exts) { in PHP_FUNCTION()
308 file_exts = spl_autoload_extensions; in PHP_FUNCTION()
311 if (file_exts == NULL) { /* autoload_extensions is not initialized, set to defaults */ in PHP_FUNCTION()
315 pos = ZSTR_VAL(file_exts); in PHP_FUNCTION()
316 pos_len = (int)ZSTR_LEN(file_exts); in PHP_FUNCTION()
339 zend_string *file_exts = NULL; in PHP_FUNCTION() local
341 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|S!", &file_exts) == FAILURE) { in PHP_FUNCTION()
345 if (file_exts) { in PHP_FUNCTION()
[all …]

Completed in 5 milliseconds