Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_main.h56 PHPAPI zend_result php_stream_open_for_zend_ex(zend_file_handle *handle, int mode);
H A Dmain.c1560 return php_stream_open_for_zend_ex(handle, USE_PATH|REPORT_ERRORS|STREAM_OPEN_FOR_INCLUDE); in php_stream_open_for_zend()
1564 PHPAPI zend_result php_stream_open_for_zend_ex(zend_file_handle *handle, int mode) /* {{{ */ in php_stream_open_for_zend_ex() function
/php-src/ext/spl/
H A Dphp_spl.c254 ret = php_stream_open_for_zend_ex(&file_handle, USE_PATH|STREAM_OPEN_FOR_INCLUDE); in spl_autoload()
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c566 …if (php_stream_open_for_zend_ex(&fh, USE_PATH|STREAM_OPEN_FOR_INCLUDE) == SUCCESS && zend_stream_f… in phpdbg_compile()

Completed in 17 milliseconds