php_stream_open_for_zend_ex  276 ext/spl/php_spl.c 	ret = php_stream_open_for_zend_ex(class_file, &file_handle, USE_PATH|STREAM_OPEN_FOR_INCLUDE TSRMLS_CC);
php_stream_open_for_zend_ex 1409 main/main.c    	return php_stream_open_for_zend_ex(filename, handle, USE_PATH|REPORT_ERRORS|STREAM_OPEN_FOR_INCLUDE TSRMLS_CC);
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 TSRMLS_DC);
php_stream_open_for_zend_ex  395 sapi/phpdbg/phpdbg_prompt.c 	if (php_stream_open_for_zend_ex(PHPDBG_G(exec), &fh,