Searched refs:stream (Results 1 – 2 of 2) sorted by relevance
14 RuntimeException: ast\parse_file(%stests/non_existing_file.php): %sailed to open stream: No such fi…
1202 php_stream *stream; in PHP_FUNCTION() local1214 stream = php_stream_open_wrapper_ex(filename->val, "rb", REPORT_ERRORS, NULL, NULL); in PHP_FUNCTION()1215 if (!stream) { in PHP_FUNCTION()1220 code = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0); in PHP_FUNCTION()1221 php_stream_close(stream); in PHP_FUNCTION()
Completed in 8 milliseconds