Home
last modified time | relevance | path

Searched refs:h1 (Results 1 – 25 of 33) sorted by relevance

12

/PHP-5.3/ext/zip/lib/
H A Dzip_open.c398 || (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 Dphpcredits2.phpt25 <h1>PHP Credits</h1>
28 <h1>PHP Credits</h1>
/PHP-5.3/ext/zlib/tests/
H A Dgzopen_variation7.phpt13 $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 Dfrontcontroller8.phpt21 <h1>404 - File /index.php Not Found</h1>
H A Dfrontcontroller6.phpt21 <h1>404 - File /notfound.php Not Found</h1>
H A Dfrontcontroller10.phpt23 <h1>403 - File /hi Access Denied</h1>
H A Dphar_setdefaultstub.phpt133 …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 Dphar_createdefaultstub.phpt113 …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 Dfrontcontroller6.phar.phpt19 <h1>404 - File /notfound.php Not Found</h1>
H A Dfrontcontroller8.phar.phpt19 <h1>404 - File /index.php Not Found</h1>
H A Dfrontcontroller10.phar.phpt22 <h1>403 - File /hi Access Denied</h1>
/PHP-5.3/ext/phar/tests/zip/
H A Dfrontcontroller8.phar.phpt19 <h1>404 - File /index.php Not Found</h1>
H A Dfrontcontroller10.phar.phpt22 <h1>403 - File /hi Access Denied</h1>
H A Dfrontcontroller6.phar.phpt20 <h1>404 - File /notfound.php Not Found</h1>
/PHP-5.3/ext/phar/tests/cache_list/
H A Dfrontcontroller6.phpt22 <h1>404 - File /notfound.php Not Found</h1>
H A Dfrontcontroller8.phpt22 <h1>404 - File /index.php Not Found</h1>
H A Dfrontcontroller10.phpt24 <h1>403 - File /hi Access Denied</h1>
/PHP-5.3/ext/dom/tests/
H A DDOMDocument_resolveExternals_basic.phpt15 <h1>&quot;Foo&quot;</h1>';
/PHP-5.3/ext/simplexml/tests/
H A D025.phpt13 <html:h1>bla</html:h1>
/PHP-5.3/
H A D.gitignore168 ext/mbstring/libmbfl/stamp-h1
226 main/stamp-h1
228 main/streams/stamp-h1
/PHP-5.3/ext/exif/
H A Dtest.txt162 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 Darray_unique_variation2.phpt56 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $blank_line), //…
139 [%b|u%"h1"]=>
H A Darray_pad_variation6.phpt58 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $numeric_string),…
302 ["h1"]=>
332 ["h1"]=>
H A Darray_merge_recursive_variation3.phpt57 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces), // with heredocs
319 ["h1"]=>
336 ["h1"]=>
/PHP-5.3/Zend/
H A Dbench.php48 $h1=150;
59 for ($x=0 ; $x<=$h1; $x=$x+1) {

Completed in 41 milliseconds

12