Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_stream.h69 ZEND_API int zend_stream_open(const char *filename, zend_file_handle *handle);
H A Dzend_stream.c76 ZEND_API int 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.c4278 if (SUCCESS == zend_stream_open(ZSTR_VAL(resolved_path), &file_handle)) { in zend_include_or_eval()
/PHP-7.4/main/
H A Dfopen_wrappers.c453 if (zend_stream_open(filename, file_handle) == FAILURE) {

Completed in 20 milliseconds