Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_stream.h69 ZEND_API zend_result zend_stream_open(const char *filename, zend_file_handle *handle);
H A Dzend_stream.c76 ZEND_API zend_result zend_stream_open(const char *filename, zend_file_handle *handle) /* {{{ */ in zend_stream_open() function
127 if (zend_stream_open(file_handle->filename, file_handle) == FAILURE) { in zend_stream_fixup()
H A Dzend_execute.c4451 if (SUCCESS == zend_stream_open(ZSTR_VAL(resolved_path), &file_handle)) { in zend_include_or_eval()
/PHP-8.0/main/
H A Dfopen_wrappers.c441 if (zend_stream_open(filename, file_handle) == FAILURE) {
/PHP-8.0/
H A DUPGRADING.INTERNALS342 - zend_stream_open()

Completed in 31 milliseconds