Home
last modified time | relevance | path

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

/PHP-8.4/ext/spl/
H A Dspl_directory.c318 static zend_result spl_filesystem_file_open(spl_filesystem_object *intern, bool use_include_path) /… in spl_filesystem_file_open() function
564 if (spl_filesystem_file_open(intern, use_include_path) == FAILURE) { in spl_filesystem_object_create_type()
2043 zend_result retval = spl_filesystem_file_open(intern, use_include_path); in PHP_METHOD()
2096 if (spl_filesystem_file_open(intern, /* use_include_path */ false) == SUCCESS) { in PHP_METHOD()

Completed in 16 milliseconds