Lines Matching refs:test1
16 $this->stream = fopen("test1://".substr($path, 8), $mode);
90 stream_register_wrapper("test1", "test", STREAM_IS_URL);
92 echo file_get_contents("test1://hello"),"\n";
93 include "test1://hello";
100 Warning: file_get_contents(): test1:// wrapper is disabled in the server configuration by allow_url…
102 Warning: file_get_contents(test1://hello): Failed to open stream: no suitable wrapper could be foun…
105 Warning: include(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 i…
107 Warning: include(test1://hello): Failed to open stream: no suitable wrapper could be found in %sinc…
109 Warning: include(): Failed opening 'test1://hello' for inclusion (include_path='%s') in %sinclude_u…
111 Warning: fopen(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 in …
113 Warning: fopen(test1://hello): Failed to open stream: no suitable wrapper could be found in %sinclu…
118 Warning: fopen(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 in …
120 Warning: fopen(test1://hello): Failed to open stream: no suitable wrapper could be found in %sinclu…