Searched refs:stream_wrapper_restore (Results 1 – 5 of 5) sorted by relevance
2 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 %d21 Notice: stream_wrapper_restore(): phar:// was never changed, nothing to restore in %s on line %d24 Warning: stream_wrapper_restore(): foo:// never existed, nothing to restore in %s on line %d27 Notice: stream_wrapper_restore(): phar:// was never changed, nothing to restore in %s on line %d
2 stream_wrapper_unregister() & stream_wrapper_restore()8 var_dump(stream_wrapper_restore('file'));
529 PHP_FUNCTION(stream_wrapper_restore) in PHP_FUNCTION() argument
1566 function stream_wrapper_restore(string $protocol): bool {} function
2226 ZEND_FUNCTION(stream_wrapper_restore);2850 ZEND_FE(stream_wrapper_restore, arginfo_stream_wrapper_restore)
Completed in 38 milliseconds