Lines Matching refs:test1
17 $this->stream = fopen("test1://".substr($path, 8), $mode);
91 stream_register_wrapper("test1", "test", STREAM_IS_URL);
93 echo file_get_contents("test1://hello"),"\n";
94 include "test1://hello";
101 Warning: file_get_contents(): test1:// wrapper is disabled in the server configuration by allow_url…
103 Warning: file_get_contents(test1://hello): Failed to open stream: no suitable wrapper could be foun…
106 Warning: include(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 i…
108 Warning: include(test1://hello): Failed to open stream: no suitable wrapper could be found in %s on…
110 Warning: include(): Failed opening 'test1://hello' for inclusion (include_path='%s') in %s on line …
112 Warning: fopen(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 in …
114 Warning: fopen(test1://hello): Failed to open stream: no suitable wrapper could be found in %s on l…
119 Warning: fopen(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 in …
121 Warning: fopen(test1://hello): Failed to open stream: no suitable wrapper could be found in %s on l…