Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_stream.h78 ZEND_API int zend_stream_open(const char *filename, zend_file_handle *handle);
H A Dzend_stream.c128 ZEND_API int zend_stream_open(const char *filename, zend_file_handle *handle) /* {{{ */ in zend_stream_open() function
177 if (zend_stream_open(file_handle->filename, file_handle) == FAILURE) { in zend_stream_fixup()
H A Dzend_execute.c2801 if (SUCCESS == zend_stream_open(ZSTR_VAL(resolved_path), &file_handle)) { in zend_include_or_eval()
/PHP-7.2/main/
H A Dfopen_wrappers.c446 if (zend_stream_open(filename, file_handle) == FAILURE) {

Completed in 26 milliseconds