php_stream_open_for_zend_ex  271 ext/spl/php_spl.c 	ret = php_stream_open_for_zend_ex(class_file, &file_handle, USE_PATH|STREAM_OPEN_FOR_INCLUDE);
php_stream_open_for_zend_ex 1341 main/main.c    	return php_stream_open_for_zend_ex(filename, handle, USE_PATH|REPORT_ERRORS|STREAM_OPEN_FOR_INCLUDE);
php_stream_open_for_zend_ex   51 main/php_main.h PHPAPI int php_stream_open_for_zend_ex(const char *filename, zend_file_handle *handle, int mode);
php_stream_open_for_zend_ex  469 sapi/phpdbg/phpdbg_prompt.c 	if (php_stream_open_for_zend_ex(PHPDBG_G(exec), &fh, USE_PATH|STREAM_OPEN_FOR_INCLUDE) == SUCCESS && zend_stream_fixup(&fh, &buf, &len) == SUCCESS) {