Home
last modified time | relevance | path

Searched refs:h2 (Results 26 – 35 of 35) sorted by relevance

12

/PHP-5.5/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.5/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.5/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.5/ext/standard/
H A Dstring.c3082 HASH h2 = h & d->hash->table_mask, local
3085 int offset_start = d->hash->entries[h2],
3086 offset_end = d->hash->entries[h2 + 1], /* exclusive */
/PHP-5.5/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 331 milliseconds

12