Home
last modified time | relevance | path

Searched refs:dechex (Results 1 – 14 of 14) sorted by relevance

/PHP-7.4/tests/func/
H A D010.phpt33 $str .= '$v'.dechex($i).($i===($limit-1) ? '' : ',');
41 test($v'.dechex($limit-1).", '".dechex($limit-1).'\'); // last
42 test($v'.dechex($boundary).", '".dechex($boundary).'\'); //boundary
43 test($v'.dechex($boundary+1).", '".dechex($boundary+1).'\'); //boundary+1
44 test($v'.dechex($boundary-1).", '".dechex($boundary-1).'\'); //boundary-1
51 $str .= "'".dechex($i)."'".($i===($limit-1) ? '' : ',');
/PHP-7.4/ext/gd/tests/
H A Dimageflip.phpt21 var_dump(dechex(imagecolorat($im, 0, 0)));
22 var_dump(dechex(imagecolorat($im, 0, 98)));
23 var_dump(dechex(imagecolorat($im, 98, 0)));
24 var_dump(dechex(imagecolorat($im, 98, 98)));
/PHP-7.4/ext/standard/tests/math/
H A Ddechex_basic.phpt2 Test dechex() - basic function dechex()
21 $res = dechex($values[$i]);
H A Ddechex_variation1.phpt2 Test dechex() function : usage variations - different data types as $number arg
11 /* Prototype : string dechex ( int $number )
16 echo "*** Testing dechex() : usage variations ***\n";
84 // loop through each element of $inputs to check the behaviour of dechex()
88 var_dump(dechex($input));
95 *** Testing dechex() : usage variations ***
H A Ddechex_variation1_64bit.phpt2 Test dechex() function : usage variations - different data types as $number arg
11 /* Prototype : string dechex ( int $number )
16 echo "*** Testing dechex() : usage variations ***\n";
84 // loop through each element of $inputs to check the behaviour of dechex()
88 var_dump(dechex($input));
95 *** Testing dechex() : usage variations ***
H A Ddechex_basiclong_64bit.phpt2 Test dechex function : 64bit long tests
24 var_dump(dechex($longVal));
/PHP-7.4/ext/standard/tests/strings/
H A Dbug36306.phpt12 echo dechex(crc32("platform independent")) . "\n";
/PHP-7.4/ext/mbstring/tests/
H A Dbug52981.phpt11 for ($i = 0; $i < $len; ++$i) echo dechex(ord($upper[$i])) . ' ';
/PHP-7.4/ext/standard/
H A Dphp_math.h56 PHP_FUNCTION(dechex);
H A Dmath.c1084 PHP_FUNCTION(dechex) in PHP_FUNCTION() argument
H A Dbasic_functions.c2967 PHP_FE(dechex, arginfo_dechex)
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_peer_fingerprint_basic.phpt57 $brokenLastCharacter = dechex(hexdec($lastCharacter) ^ 1);
/PHP-7.4/Zend/
H A Dbench.php187 $X[dechex($i)] = $i;
191 if ($X[dechex($i)]) { $c++; }
/PHP-7.4/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc76 dechex(($mtime['year']-1980<<25)|

Completed in 52 milliseconds