/PHP-5.3/ext/zip/lib/ |
H A D | zip_open.c | 398 || (h1->bitflags != h2->bitflags) in _zip_headercomp() 401 || (h1->last_mod != h2->last_mod) in _zip_headercomp() 403 || !h1->filename || !h2->filename in _zip_headercomp() 409 && (h1->crc != 0 in _zip_headercomp() 410 || h1->comp_size != 0 in _zip_headercomp() 411 || h1->uncomp_size != 0)) in _zip_headercomp() 422 if ((h1->crc != h2->crc) in _zip_headercomp() 432 h1->extrafield_len)))) in _zip_headercomp() 443 || (h1->offset != h2->offset) in _zip_headercomp() 445 || (h1->comment_len && h2->comment in _zip_headercomp() [all …]
|
/PHP-5.3/ext/standard/tests/general_functions/ |
H A D | phpcredits2.phpt | 25 <h1>PHP Credits</h1> 28 <h1>PHP Credits</h1>
|
/PHP-5.3/ext/zlib/tests/ |
H A D | gzopen_variation7.phpt | 13 $h1 = gzopen($f, 'r'); 16 var_dump(gzread($h1, 30)); 18 var_dump(gzread($h1, 15)); 19 gzclose($h1);
|
/PHP-5.3/ext/phar/tests/ |
H A D | frontcontroller8.phpt | 21 <h1>404 - File /index.php Not Found</h1>
|
H A D | frontcontroller6.phpt | 21 <h1>404 - File /notfound.php Not Found</h1>
|
H A D | frontcontroller10.phpt | 23 <h1>403 - File /hi Access Denied</h1>
|
H A D | phar_setdefaultstub.phpt | 133 …d>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File ", $pt, " Not Found</h1>\n… 428 …d>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File ", $pt, " Not Found</h1>\n… 723 …d>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File ", $pt, " Not Found</h1>\n…
|
H A D | phar_createdefaultstub.phpt | 113 …d>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File ", $pt, " Not Found</h1>\n… 407 …d>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File ", $pt, " Not Found</h1>\n… 709 …d>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File ", $pt, " Not Found</h1>\n…
|
/PHP-5.3/ext/phar/tests/tar/ |
H A D | frontcontroller6.phar.phpt | 19 <h1>404 - File /notfound.php Not Found</h1>
|
H A D | frontcontroller8.phar.phpt | 19 <h1>404 - File /index.php Not Found</h1>
|
H A D | frontcontroller10.phar.phpt | 22 <h1>403 - File /hi Access Denied</h1>
|
/PHP-5.3/ext/phar/tests/zip/ |
H A D | frontcontroller8.phar.phpt | 19 <h1>404 - File /index.php Not Found</h1>
|
H A D | frontcontroller10.phar.phpt | 22 <h1>403 - File /hi Access Denied</h1>
|
H A D | frontcontroller6.phar.phpt | 20 <h1>404 - File /notfound.php Not Found</h1>
|
/PHP-5.3/ext/phar/tests/cache_list/ |
H A D | frontcontroller6.phpt | 22 <h1>404 - File /notfound.php Not Found</h1>
|
H A D | frontcontroller8.phpt | 22 <h1>404 - File /index.php Not Found</h1>
|
H A D | frontcontroller10.phpt | 24 <h1>403 - File /hi Access Denied</h1>
|
/PHP-5.3/ext/dom/tests/ |
H A D | DOMDocument_resolveExternals_basic.phpt | 15 <h1>"Foo"</h1>';
|
/PHP-5.3/ext/simplexml/tests/ |
H A D | 025.phpt | 13 <html:h1>bla</html:h1>
|
/PHP-5.3/ |
H A D | .gitignore | 168 ext/mbstring/libmbfl/stamp-h1 226 main/stamp-h1 228 main/streams/stamp-h1
|
/PHP-5.3/ext/exif/ |
H A D | test.txt | 162 h1 { 179 <h1><?=$title ?></h1> 361 echo "<h1 style='color:red'>function exif_read_data is not supported</h1>\n";
|
/PHP-5.3/ext/standard/tests/array/ |
H A D | array_unique_variation2.phpt | 56 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $blank_line), //… 139 [%b|u%"h1"]=>
|
H A D | array_pad_variation6.phpt | 58 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $numeric_string),… 302 ["h1"]=> 332 ["h1"]=>
|
H A D | array_merge_recursive_variation3.phpt | 57 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces), // with heredocs 319 ["h1"]=> 336 ["h1"]=>
|
/PHP-5.3/Zend/ |
H A D | bench.php | 48 $h1=150; 59 for ($x=0 ; $x<=$h1; $x=$x+1) {
|