Searched refs:dechex (Results 1 – 16 of 16) sorted by relevance
/PHP-7.0/ext/standard/tests/math/ |
H A D | dechex_error.phpt | 2 Test dechex() - wrong params dechex() 5 /* Prototype : string dechex ( int $number ) 10 echo "*** Testing dechex() : error conditions ***\n"; 13 dechex(); 14 dechex(23,2,true); 19 *** Testing dechex() : error conditions *** 23 Warning: dechex() expects exactly 1 parameter, 0 given in %s on line %d 25 Warning: dechex() expects exactly 1 parameter, 3 given in %s on line %d
|
H A D | dechex_basic.phpt | 2 Test dechex() - basic function dechex() 21 $res = dechex($values[$i]);
|
H A D | dechex_variation1.phpt | 2 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 D | dechex_variation1_64bit.phpt | 2 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 D | dechex_basiclong_64bit.phpt | 2 Test dechex function : 64bit long tests 24 var_dump(dechex($longVal));
|
/PHP-7.0/tests/func/ |
H A D | 010.phpt | 33 $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.0/ext/gd/tests/ |
H A D | imageflip.phpt | 21 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.0/ext/standard/tests/strings/ |
H A D | bug36306.phpt | 12 echo dechex(crc32("platform independent")) . "\n";
|
/PHP-7.0/ext/recode/tests/ |
H A D | 002.phpt | 10 $byte = dechex(ord($ascii{$i}));
|
H A D | 001.phpt | 10 $byte = dechex(ord($ascii{$i}));
|
/PHP-7.0/ext/mbstring/tests/ |
H A D | bug52981.phpt | 11 for ($i = 0; $i < $len; ++$i) echo dechex(ord($upper[$i])) . ' ';
|
/PHP-7.0/ext/standard/ |
H A D | php_math.h | 60 PHP_FUNCTION(dechex);
|
H A D | math.c | 1068 PHP_FUNCTION(dechex) in PHP_FUNCTION() argument
|
H A D | basic_functions.c | 2920 PHP_FE(dechex, arginfo_dechex)
|
/PHP-7.0/Zend/ |
H A D | bench.php | 187 $X[dechex($i)] = $i; 191 if ($X[dechex($i)]) { $c++; }
|
/PHP-7.0/ext/phar/tests/zip/files/ |
H A D | corrupt_zipmaker.php.inc | 77 dechex(($mtime['year']-1980<<25)|
|
Completed in 46 milliseconds