Home
last modified time | relevance | path

Searched refs:hexdec (Results 1 – 12 of 12) sorted by relevance

/PHP-7.4/ext/standard/tests/math/
H A Dhexdec_basic_64bit.phpt2 Test hexdec() - basic function test hexdec()
40 -- hexdec 1194684 --
43 -- hexdec 7904751 --
69 -- hexdec 311015 --
72 -- hexdec 311015 --
75 -- hexdec 31101.3 --
83 -- hexdec 4767 --
86 -- hexdec 011237 --
89 -- hexdec 1 --
92 -- hexdec --
[all …]
H A Dhexdec.phpt8 var_dump(hexdec("012345"));
9 var_dump(hexdec("12345"));
10 var_dump(hexdec("q12345"));
11 var_dump(hexdec("12345+?!"));
12 var_dump(hexdec("12345q"));
13 var_dump((float)hexdec("1234500001"));
14 var_dump((float)hexdec("17fffffff"));
H A Dhexdec_basic.phpt2 Test hexdec() - basic function test hexdec()
28 $res = hexdec($values[$i]);
H A Dhexdec_variation1.phpt2 Test hexdec() function : usage variations - different data types as $number arg
11 /* Prototype : number hexdec ( string $hex_string )
16 echo "*** Testing hexdec() : usage variations ***\n";
76 // loop through each element of $inputs to check the behaviour of hexdec()
80 var_dump(hexdec($input));
87 *** Testing hexdec() : usage variations ***
H A Dhexdec_variation1_64bit.phpt2 Test hexdec() function : usage variations - different data types as $number arg
11 /* Prototype : number hexdec ( string $hex_string )
16 echo "*** Testing hexdec() : usage variations ***\n";
76 // loop through each element of $inputs to check the behaviour of hexdec()
80 var_dump(hexdec($input));
87 *** Testing hexdec() : usage variations ***
H A Dhexdec_basiclong_64bit.phpt2 Test hexdec function : 64bit long tests
29 var_dump(hexdec($strVal));
/PHP-7.4/ext/standard/html_tables/
H A Dhtml_table_gen.php194 foreach ($map as $v) { $mappy[hexdec($v[0])] = hexdec($v[1]); }
338 if (hexdec($v[0]) >= $e['range'][0] && hexdec($v[0]) <= $e['range'][1])
339 $mappy[hexdec($v[1])] = array(hexdec($v[0]), strtolower($v[2]));
437 usort($dp, function($a, $b) { return hexdec($a[1])-hexdec($b[1]); });
525 $s1 = (hexdec($el[1]) & 0xFFF000) >> 12;
526 $s2 = (hexdec($el[1]) & 0xFC0) >> 6;
527 $s3 = hexdec($el[1]) & 0x3F;
761 $h[0], strlen($h[0]), hexdec($h[1]), hexdec($h[2]));
764 $h[0], strlen($h[0]), hexdec($h[1]));
/PHP-7.4/ext/standard/
H A Dphp_math.h59 PHP_FUNCTION(hexdec);
H A Dmath.c1016 PHP_FUNCTION(hexdec) in PHP_FUNCTION() argument
H A Dbasic_functions.c2963 PHP_FE(hexdec, arginfo_hexdec)
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_peer_fingerprint_basic.phpt57 $brokenLastCharacter = dechex(hexdec($lastCharacter) ^ 1);
/PHP-7.4/
H A DUPGRADING458 and ''hexdec()'' will now generate a deprecation notice. The result will

Completed in 32 milliseconds