/PHP-8.2/ext/hash/murmur/ |
H A D | PMurHash128.c | 130 h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747;\ 226 h2 = fmix32(h2); in PMurHash128x86_Result() 234 out[1] = h2; in PMurHash128x86_Result() 413 ph[1] = h2; in PMurHash128x86_Process() 454 h2 = ROTL64(h2,31); h2 += h1; h2 = h2*5+0x38495ab5;\ 509 h1 += h2; in PMurHash128x64_Result() 510 h2 += h1; in PMurHash128x64_Result() 513 h2 = fmix64(h2); in PMurHash128x64_Result() 515 h1 += h2; in PMurHash128x64_Result() 516 h2 += h1; in PMurHash128x64_Result() [all …]
|
/PHP-8.2/ext/xsl/tests/ |
H A D | bug53965.phpt | 24 <h1>Fight for your mind</h1><h2>by Ben Harper - 1995</h2><hr> 25 <h1>Electric Ladyland</h1><h2>by Jimi Hendrix - 1997</h2><hr>
|
H A D | xsltprocessor_transformToXML.phpt | 27 <h2>Users</h2> 55 <h2>Users</h2>
|
H A D | bug71540.phpt | 26 <h2>Users</h2> 68 <h2>Users</h2>
|
H A D | xsltprocessor_transformToDoc.phpt | 24 <h2>Users</h2>
|
H A D | transformToDoc_sxe_type_error.phpt | 36 ["h2"]=>
|
/PHP-8.2/ext/zlib/tests/ |
H A D | gzopen_variation7.phpt | 10 $h2 = gzopen($f, 'r'); 13 var_dump(gzread($h2, 10)); 16 var_dump(gzread($h2, 50)); 17 // deliberately do not close $h2
|
/PHP-8.2/ext/hash/tests/ |
H A D | bug52240.phpt | 7 $h2 = hash_copy($h); 9 $h3 = hash_copy($h2); 10 var_dump(hash_final($h2));
|
/PHP-8.2/ext/standard/tests/general_functions/ |
H A D | phpinfo-header-anchors.phpt | 10 <h2><a name="module_core" href="#module_core">Core</a></h2>
|
/PHP-8.2/ext/xsl/tests/53965/ |
H A D | include.xsl | 4 <h2>by <xsl:value-of select="artist"/> - <xsl:value-of select="year"/></h2>
|
/PHP-8.2/ext/sodium/tests/ |
H A D | crypto_shorthash.phpt | 12 $h2 = sodium_crypto_shorthash($m1, $k2); 13 echo bin2hex($h2) . "\n";
|
/PHP-8.2/ext/spl/tests/ |
H A D | heap_001.phpt | 35 $h2 = clone $h; 37 echo $h2->extract()."\n";
|
/PHP-8.2/ext/phar/tests/ |
H A D | phpinfo_004.phpt | 28 <h2><a name="module_phar" href="#module_phar">Phar</a></h2> 50 <h2><a name="module_phar" href="#module_phar">Phar</a></h2>
|
/PHP-8.2/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-8.2/Zend/ |
H A D | bench.php | 52 $x=0; $y=0; $w2=0; $h2=0; $color=0; 55 $h2=12; 57 $imc=$s*($y-$h2)+$imcen;
|
H A D | zend_hash.c | 2988 zend_ulong h1, h2; in zend_hash_compare_impl() local 3014 h2 = idx2; in zend_hash_compare_impl() 3025 h2 = p->h; in zend_hash_compare_impl() 3032 if (h1 != h2) { in zend_hash_compare_impl() 3033 return h1 > h2 ? 1 : -1; in zend_hash_compare_impl()
|
/PHP-8.2/ext/standard/tests/array/ |
H A D | array_unique_variation2.phpt | 51 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $blank_line), //… 137 ["h2"]=>
|
H A D | array_pad_variation6.phpt | 53 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $numeric_string),… 300 ["h2"]=> 330 ["h2"]=>
|
H A D | array_merge_recursive_variation3.phpt | 52 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces), // with heredocs 317 ["h2"]=> 334 ["h2"]=>
|
H A D | array_intersect_assoc_variation3.phpt | 52 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $numeric_string),…
|
H A D | array_combine_variation3.phpt | 50 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $numeric_string),…
|
H A D | array_intersect_assoc_variation4.phpt | 61 …array($blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $numeric_string), // arr…
|
/PHP-8.2/ext/curl/tests/ |
H A D | bug77535.phpt | 2 Bug #77535 (Invalid callback, h2 server push)
|
/PHP-8.2/ext/phar/tests/files/ |
H A D | pear2coverage.phar | 118 $output->writeElement('h2', 'Please enter the path to a coverage database'); 195 $output->writeElement('h2', 'Tests covering line ' . $line . ' of ' . $name); 254 … $output->writeElement('h2', 'Code Coverage for ' . $source->shortName() . ' in ' . $istest); 256 $output->writeElement('h2', 'Code Coverage for ' . $source->shortName()); 333 $output->writeElement('h2', 'Code Coverage Files for test ' . $istest); 335 $output->writeElement('h2', 'Code Coverage Files'); 402 $output->writeElement('h2', 'Tests Executed, click for code coverage summary'); 442 $output->writeElement('h2', 'Code Coverage Files for test ' . $reltest);
|
/PHP-8.2/ext/hash/xxhash/ |
H A D | xxhash.h | 918 XXH_PUBLIC_API int XXH128_isEqual(XXH128_hash_t h1, XXH128_hash_t h2); 5451 XXH_PUBLIC_API int XXH128_isEqual(XXH128_hash_t h1, XXH128_hash_t h2) in XXH128_isEqual() argument 5454 return !(memcmp(&h1, &h2, sizeof(h1))); in XXH128_isEqual() 5465 XXH128_hash_t const h2 = *(const XXH128_hash_t*)h128_2; in XXH128_cmp() local 5466 int const hcmp = (h1.high64 > h2.high64) - (h2.high64 > h1.high64); in XXH128_cmp() 5469 return (h1.low64 > h2.low64) - (h2.low64 > h1.low64); in XXH128_cmp()
|