Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_directory.c313 static zend_result spl_filesystem_file_open(spl_filesystem_object *intern, bool use_include_path) /… in spl_filesystem_file_open() function
558 if (spl_filesystem_file_open(intern, use_include_path) == FAILURE) { in spl_filesystem_object_create_type()
2036 zend_result retval = spl_filesystem_file_open(intern, use_include_path); in PHP_METHOD()
2083 if (spl_filesystem_file_open(intern, /* use_include_path */ false) == SUCCESS) { in PHP_METHOD()

Completed in 11 milliseconds