Searched refs:h2 (Results 1 – 15 of 15) sorted by relevance
/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() 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.3/ext/zlib/tests/ |
H A D | gzopen_variation7.phpt | 14 $h2 = gzopen($f, 'r'); 17 var_dump(gzread($h2, 10)); 20 var_dump(gzread($h2, 50)); 21 // deliberately do not close $h2
|
/PHP-5.3/ext/hash/tests/ |
H A D | bug52240.phpt | 9 $h2 = hash_copy($h); 11 $h3 = hash_copy($h2); 12 var_dump(hash_final($h2));
|
/PHP-5.3/ext/spl/tests/ |
H A D | heap_001.phpt | 35 $h2 = clone $h; 37 echo $h2->extract()."\n";
|
/PHP-5.3/ext/phar/tests/ |
H A D | phpinfo_004.phpt | 27 <h2><a name="module_Phar">Phar</a></h2> 51 <h2><a name="module_Phar">Phar</a></h2>
|
/PHP-5.3/ext/exif/ |
H A D | test.txt | 166 h2 { 180 <h2>(c) Marcus Börger, 2002</h2> 232 <h2>function exif_tagname</h2> 248 <h2>function exif_read_data for <?=count($possible)?> images</h2>
|
/PHP-5.3/ext/iconv/tests/ |
H A D | iconv_mime_decode_headers.phpt | 34 X-UIDL: @eH!!h2:!!EOS!!A_c"! 87 string(20) "@eH!!h2:!!EOS!!A_c"!"
|
/PHP-5.3/Zend/ |
H A D | bench.php | 53 $x=0; $y=0; $w2=0; $h2=0; $color=0; 56 $h2=12; 58 $imc=$s*($y-$h2)+$imcen;
|
/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), //… 142 [%b|u%"h2"]=>
|
H A D | array_pad_variation6.phpt | 58 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $numeric_string),… 305 ["h2"]=> 335 ["h2"]=>
|
H A D | array_merge_recursive_variation3.phpt | 57 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces), // with heredocs 322 ["h2"]=> 339 ["h2"]=>
|
H A D | array_intersect_assoc_variation3.phpt | 58 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $numeric_string),…
|
H A D | array_intersect_assoc_variation4.phpt | 67 …array($blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $numeric_string), // arr…
|
H A D | array_combine_variation3.phpt | 56 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $numeric_string),…
|
/PHP-5.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 45476 WalIndexHdr h1, h2; /* Two copies of the header content */ 45495 memcpy(&h2, (void *)&aHdr[1], sizeof(h2)); 45497 if( memcmp(&h1, &h2, sizeof(h1))!=0 ){ 89560 int i, h1, h2; 89562 for(i=0; (h1 = zRight[i])!=0 && (h2 = zRight[i+1])!=0; i+=2){ 89564 h2 += 9*(1&(h2>>6)); 89565 zKey[i/2] = (h2 & 0x0f) | ((h1 & 0xf)<<4);
|
Completed in 346 milliseconds