Searched refs:zend_stream_open (Results 1 – 4 of 4) sorted by relevance
78 ZEND_API int zend_stream_open(const char *filename, zend_file_handle *handle);
128 ZEND_API int zend_stream_open(const char *filename, zend_file_handle *handle) /* {{{ */ in zend_stream_open() function177 if (zend_stream_open(file_handle->filename, file_handle) == FAILURE) { in zend_stream_fixup()
2801 if (SUCCESS == zend_stream_open(ZSTR_VAL(resolved_path), &file_handle)) { in zend_include_or_eval()
446 if (zend_stream_open(filename, file_handle) == FAILURE) {
Completed in 25 milliseconds