Searched refs:notfound (Results 1 – 25 of 34) sorted by relevance
12
/PHP-5.4/ext/date/tests/ |
H A D | timezones-list.phpt | 10 echo in_array( "Europe/Oslo", $a ) ? "found" : "notfound", "\n"; 20 echo in_array( "UTC", $a ) ? "found" : "notfound", "\n"; 21 echo in_array( "UTC", $b ) ? "found" : "notfound", "\n"; 22 echo in_array( "UTC", $c ) ? "found" : "notfound", "\n"; 23 echo in_array( "UTC", $d ) ? "found" : "notfound", "\n\n"; 32 notfound 39 notfound 42 notfound 46 notfound 47 notfound [all …]
|
/PHP-5.4/ext/phar/tests/ |
H A D | frontcontroller6.phpt | 7 REQUEST_URI=/frontcontroller6.php/notfound.php 8 PATH_INFO=/notfound.php 19 <h1>404 - File /notfound.php Not Found</h1>
|
H A D | fopen5.2.phpt | 25 $a = fopen("notfound.txt", "r", true); 42 Warning: fopen(phar://%sfopen5.2.phar.php/notfound.txt): failed to open stream: phar error: "notfou…
|
H A D | fopen.phpt | 25 $a = fopen("notfound.txt", "r", true); 42 Warning: fopen(notfound.txt): failed to open stream: No such file or directory in phar://%sfopen.ph…
|
H A D | mounteddir.phpt | 69 Phar::mount($pname . '/notfound', dirname(__FILE__) . '/this/does/not/exist'); 115 Mounting of /notfound to %stests/this/does/not/exist within phar %stempmanifest1.phar.php failed
|
H A D | mounteddirU.phpt | 69 Phar::mount($pname . '/notfound', dirname(__FILE__) . '/this/does/not/exist'); 115 Mounting of /notfound to %stests/this/does/not/exist within phar %stempmanifest1.phar.php failed
|
/PHP-5.4/ext/phar/tests/tar/ |
H A D | frontcontroller6.phar.phpt | 7 REQUEST_URI=/frontcontroller6.phar.php/notfound.php 8 PATH_INFO=/notfound.php 19 <h1>404 - File /notfound.php Not Found</h1>
|
/PHP-5.4/ext/phar/tests/cache_list/ |
H A D | frontcontroller6.phpt | 9 REQUEST_URI=/frontcontroller6.php/notfound.php 10 PATH_INFO=/notfound.php 21 <h1>404 - File /notfound.php Not Found</h1>
|
/PHP-5.4/ext/phar/tests/zip/ |
H A D | frontcontroller6.phar.phpt | 8 REQUEST_URI=/frontcontroller6.phar.php/notfound.php 9 PATH_INFO=/notfound.php 20 <h1>404 - File /notfound.php Not Found</h1>
|
/PHP-5.4/Zend/tests/ |
H A D | bug60909_1.phpt | 11 require 'notfound.php'; 13 error(require(notfound.php): failed to open stream: %s) 21 Fatal error: main(): Failed opening required 'notfound.php' (include_path='%s') in %sbug60909_1.php…
|
/PHP-5.4/ext/simplexml/tests/ |
H A D | 009b.phpt | 9 <!DOCTYPE sxe SYSTEM "notfound.dtd">
|
H A D | 008.phpt | 10 <!DOCTYPE sxe SYSTEM "notfound.dtd">
|
H A D | 009.phpt | 9 <!DOCTYPE sxe SYSTEM "notfound.dtd">
|
H A D | 010.phpt | 14 <!DOCTYPE sxe SYSTEM "notfound.dtd">
|
H A D | 002.phpt | 10 <!DOCTYPE sxe SYSTEM "notfound.dtd">
|
H A D | 005.phpt | 10 <!DOCTYPE sxe SYSTEM "notfound.dtd">
|
H A D | sxe_001.phpt | 13 <!DOCTYPE sxe SYSTEM "notfound.dtd">
|
H A D | 004.phpt | 10 <!DOCTYPE sxe SYSTEM "notfound.dtd">
|
H A D | 003.phpt | 10 <!DOCTYPE sxe SYSTEM "notfound.dtd" [
|
H A D | 019.phpt | 10 <!DOCTYPE sxe SYSTEM "notfound.dtd">
|
H A D | 006.phpt | 10 <!DOCTYPE sxe SYSTEM "notfound.dtd">
|
H A D | 007.phpt | 10 <!DOCTYPE sxe SYSTEM "notfound.dtd">
|
H A D | sxe_002.phpt | 13 <!DOCTYPE sxe SYSTEM "notfound.dtd">
|
H A D | sxe_003.phpt | 13 <!DOCTYPE sxe SYSTEM "notfound.dtd">
|
/PHP-5.4/ext/phar/ |
H A D | func_interceptors.c | 165 notfound: in PHAR_FUNC() 172 goto notfound; in PHAR_FUNC() 288 notfound: in PHAR_FUNC() 295 goto notfound; in PHAR_FUNC() 384 notfound: in PHAR_FUNC() 392 goto notfound; in PHAR_FUNC() 660 goto notfound; in phar_file_stat() 689 notfound: in phar_file_stat()
|
Completed in 33 milliseconds
12