Home
last modified time | relevance | path

Searched refs:h2 (Results 1 – 18 of 18) sorted by relevance

/PHP-5.4/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()
414 && (h2->crc != 0 in _zip_headercomp()
415 || h2->comp_size != 0 in _zip_headercomp()
416 || h2->uncomp_size != 0)) in _zip_headercomp()
422 if ((h1->crc != h2->crc) in _zip_headercomp()
441 || (h1->int_attrib != h2->int_attrib) in _zip_headercomp()
442 || (h1->ext_attrib != h2->ext_attrib) in _zip_headercomp()
443 || (h1->offset != h2->offset) in _zip_headercomp()
[all …]
/PHP-5.4/ext/xsl/tests/
H A Dbug53965.phpt26 <h1>Fight for your mind</h1><h2>by Ben Harper - 1995</h2><hr>
27 <h1>Electric Ladyland</h1><h2>by Jimi Hendrix - 1997</h2><hr>
/PHP-5.4/ext/zlib/tests/
H A Dgzopen_variation7.phpt14 $h2 = gzopen($f, 'r');
17 var_dump(gzread($h2, 10));
20 var_dump(gzread($h2, 50));
21 // deliberately do not close $h2
/PHP-5.4/ext/hash/tests/
H A Dbug52240.phpt9 $h2 = hash_copy($h);
11 $h3 = hash_copy($h2);
12 var_dump(hash_final($h2));
/PHP-5.4/ext/xsl/tests/53965/
H A Dinclude.xsl4 <h2>by <xsl:value-of select="artist"/> - <xsl:value-of select="year"/></h2>
/PHP-5.4/ext/spl/tests/
H A Dheap_001.phpt35 $h2 = clone $h;
37 echo $h2->extract()."\n";
/PHP-5.4/ext/phar/tests/
H A Dphpinfo_004.phpt27 <h2><a name="module_Phar">Phar</a></h2>
51 <h2><a name="module_Phar">Phar</a></h2>
/PHP-5.4/ext/exif/
H A Dtest.txt166 h2 {
180 <h2>(c) Marcus B&ouml;rger, 2002</h2>
232 <h2>function exif_tagname</h2>
248 <h2>function exif_read_data for <?=count($possible)?> images</h2>
/PHP-5.4/ext/iconv/tests/
H A Diconv_mime_decode_headers.phpt34 X-UIDL: @eH!!h2:!!EOS!!A_c"!
87 string(20) "@eH!!h2:!!EOS!!A_c"!"
/PHP-5.4/Zend/
H A Dbench.php52 $x=0; $y=0; $w2=0; $h2=0; $color=0;
55 $h2=12;
57 $imc=$s*($y-$h2)+$imcen;
/PHP-5.4/ext/standard/tests/array/
H A Darray_unique_variation2.phpt56 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $blank_line), //…
142 [%b|u%"h2"]=>
H A Darray_pad_variation6.phpt58 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $numeric_string),…
305 ["h2"]=>
335 ["h2"]=>
H A Darray_merge_recursive_variation3.phpt57 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces), // with heredocs
322 ["h2"]=>
339 ["h2"]=>
H A Darray_intersect_assoc_variation3.phpt58 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $numeric_string),…
H A Darray_intersect_assoc_variation4.phpt67 …array($blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $numeric_string), // arr…
H A Darray_combine_variation3.phpt56 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $numeric_string),…
/PHP-5.4/ext/standard/
H A Dstring.c3112 HASH h2 = h & d->hash->table_mask, local
3115 int offset_start = d->hash->entries[h2],
3116 offset_end = d->hash->entries[h2 + 1], /* exclusive */
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c50869 WalIndexHdr h1, h2; /* Two copies of the header content */
50888 memcpy(&h2, (void *)&aHdr[1], sizeof(h2));
50890 if( memcmp(&h1, &h2, sizeof(h1))!=0 ){

Completed in 802 milliseconds