Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dphp_main.h43 PHPAPI int php_stream_open_for_zend_ex(zend_file_handle *handle, int mode);
H A Dmain.c1526 return php_stream_open_for_zend_ex(handle, USE_PATH|REPORT_ERRORS|STREAM_OPEN_FOR_INCLUDE); in php_stream_open_for_zend()
1530 PHPAPI zend_result php_stream_open_for_zend_ex(zend_file_handle *handle, int mode) /* {{{ */ in php_stream_open_for_zend_ex() function
/PHP-8.1/
H A DUPGRADING.INTERNALS42 - the "filename" parameter of functons zend_stream_open(), php_stream_open_for_zend_ex() and
/PHP-8.1/ext/spl/
H A Dphp_spl.c256 ret = php_stream_open_for_zend_ex(&file_handle, USE_PATH|STREAM_OPEN_FOR_INCLUDE); in spl_autoload()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_prompt.c567 …if (php_stream_open_for_zend_ex(&fh, USE_PATH|STREAM_OPEN_FOR_INCLUDE) == SUCCESS && zend_stream_f… in phpdbg_compile()

Completed in 34 milliseconds