Home
last modified time | relevance | path

Searched refs:stream (Results 1 – 2 of 2) sorted by relevance

/php-ast/tests/
H A Dparse_file_not_existing.phpt14 RuntimeException: ast\parse_file(%stests/non_existing_file.php): %sailed to open stream: No such fi…
/php-ast/
H A Dast.c1157 php_stream *stream; in PHP_FUNCTION() local
1169 stream = php_stream_open_wrapper_ex(filename->val, "rb", REPORT_ERRORS, NULL, NULL); in PHP_FUNCTION()
1170 if (!stream) { in PHP_FUNCTION()
1175 code = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0); in PHP_FUNCTION()
1176 php_stream_close(stream); in PHP_FUNCTION()

Completed in 7 milliseconds