Home
last modified time | relevance | path

Searched refs:stream_wrapper_restore (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/standard/tests/streams/
H A Dbug76943.phpt2 Bug #76943 (Inconsistent stream_wrapper_restore() errors)
9 var_dump(stream_wrapper_restore('foo'));
10 var_dump(stream_wrapper_restore('phar'));
14 var_dump(stream_wrapper_restore('foo'));
15 var_dump(stream_wrapper_restore('phar'));
18 Warning: stream_wrapper_restore(): foo:// never existed, nothing to restore in %s on line %d
21 Notice: stream_wrapper_restore(): phar:// was never changed, nothing to restore in %s on line %d
24 Warning: stream_wrapper_restore(): foo:// never existed, nothing to restore in %s on line %d
27 Notice: stream_wrapper_restore(): phar:// was never changed, nothing to restore in %s on line %d
/php-src/ext/standard/tests/file/
H A Dstream_001.phpt2 stream_wrapper_unregister() & stream_wrapper_restore()
8 var_dump(stream_wrapper_restore('file'));
/php-src/main/streams/
H A Duserspace.c529 PHP_FUNCTION(stream_wrapper_restore) in PHP_FUNCTION() argument
/php-src/ext/standard/
H A Dbasic_functions.stub.php1586 function stream_wrapper_restore(string $protocol): bool {} function
H A Dbasic_functions_arginfo.h2332 ZEND_FUNCTION(stream_wrapper_restore);
2954 ZEND_FE(stream_wrapper_restore, arginfo_stream_wrapper_restore)

Completed in 31 milliseconds