Home
last modified time | relevance | path

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

/PHP-7.1/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
186 if (zend_stream_open(file_handle->filename, file_handle) == FAILURE) {
H A Dzend_execute.c2814 if (SUCCESS == zend_stream_open(ZSTR_VAL(resolved_path), &file_handle)) { in zend_include_or_eval()
/PHP-7.1/main/
H A Dfopen_wrappers.c450 if (zend_stream_open(filename, file_handle) == FAILURE) {

Completed in 37 milliseconds