Searched refs:php_stream_open_for_zend_ex (Results 1 – 4 of 4) sorted by relevance
62 PHPAPI zend_result php_stream_open_for_zend_ex(zend_file_handle *handle, int mode);
1618 return php_stream_open_for_zend_ex(handle, USE_PATH|REPORT_ERRORS|STREAM_OPEN_FOR_INCLUDE); in php_stream_open_for_zend()1622 PHPAPI zend_result php_stream_open_for_zend_ex(zend_file_handle *handle, int mode) /* {{{ */ in php_stream_open_for_zend_ex() function
252 ret = php_stream_open_for_zend_ex(&file_handle, USE_PATH|STREAM_OPEN_FOR_INCLUDE); in spl_autoload()
566 …if (php_stream_open_for_zend_ex(&fh, USE_PATH|STREAM_OPEN_FOR_INCLUDE) == SUCCESS && zend_stream_f… in phpdbg_compile()
Completed in 31 milliseconds