Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/tests/math/
H A Ddechex_variation1.phpt2 Test dechex() function : usage variations - different data types as $num arg
11 echo "*** Testing dechex() : usage variations ***\n";
84 var_dump(dechex($input));
94 *** Testing dechex() : usage variations ***
109 dechex(): Argument #1 ($num) must be of type int, float given
112 dechex(): Argument #1 ($num) must be of type int, float given
121 dechex(): Argument #1 ($num) must be of type int, float given
148 dechex(): Argument #1 ($num) must be of type int, string given
151 dechex(): Argument #1 ($num) must be of type int, string given
154 dechex(): Argument #1 ($num) must be of type int, array given
[all …]
H A Ddechex_variation1_64bit.phpt11 echo "*** Testing dechex() : usage variations ***\n";
84 var_dump(dechex($input));
93 *** Testing dechex() : usage variations ***
108 dechex(): Argument #1 ($num) must be of type int, float given
111 dechex(): Argument #1 ($num) must be of type int, float given
147 dechex(): Argument #1 ($num) must be of type int, string given
150 dechex(): Argument #1 ($num) must be of type int, string given
153 dechex(): Argument #1 ($num) must be of type int, array given
156 dechex(): Argument #1 ($num) must be of type int, string given
159 dechex(): Argument #1 ($num) must be of type int, string given
[all …]
H A Ddechex_basic.phpt2 Test dechex() - basic function dechex()
22 var_dump(dechex($value));
39 dechex(): Argument #1 ($num) must be of type int, string given
H A Ddechex_basiclong_64bit.phpt2 Test dechex function : 64bit long tests
25 var_dump(dechex($longVal));
58 dechex(): Argument #1 ($num) must be of type int, float given
/PHP-8.0/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-8.0/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-8.0/ext/standard/tests/strings/
H A Dbug36306.phpt12 echo dechex(crc32("platform independent")) . "\n";
/PHP-8.0/ext/mbstring/tests/
H A Dbug52981.phpt11 for ($i = 0; $i < $len; ++$i) echo dechex(ord($upper[$i])) . ' ';
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_peer_fingerprint_basic.phpt57 $brokenLastCharacter = dechex(hexdec($lastCharacter) ^ 1);
/PHP-8.0/Zend/
H A Dbench.php187 $X[dechex($i)] = $i;
191 if ($X[dechex($i)]) { $c++; }
/PHP-8.0/ext/standard/
H A Dmath.c965 PHP_FUNCTION(dechex) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php1105 function dechex(int $num): string {} function
H A Dbasic_functions_arginfo.h2685 ZEND_FUNCTION(dechex);
3325 ZEND_FE(dechex, arginfo_dechex)
/PHP-8.0/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc76 dechex(($mtime['year']-1980<<25)|

Completed in 38 milliseconds