Home
last modified time | relevance | path

Searched refs:hex2bin (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/standard/tests/strings/
H A Dbug61660.phpt2 Bug #61660: bin2hex(hex2bin($data)) != $data
6 var_dump(hex2bin('123'));
10 Warning: hex2bin(): Hexadecimal input string must have an even length in %s on line %d
/PHP-5.5/ext/mcrypt/tests/
H A Dblowfish.phpt7 if(!function_exists("hex2bin")) {
8 function hex2bin($data) {
28 $key = hex2bin(trim($key));
29 $plain = hex2bin(($plain));
46 $key = hex2bin( "0123456789ABCDEFF0E1D2C3B4A59687" );
47 $iv = hex2bin( "FEDCBA9876543210" );
48 $plain = hex2bin( "37363534333231204E6F77206973207468652074696D6520666F722000" );
/PHP-5.5/ext/standard/
H A Dphp_string.h81 PHP_FUNCTION(hex2bin);
H A Dstring.c278 PHP_FUNCTION(hex2bin) in PHP_FUNCTION() argument
H A Dbasic_functions.c2704 PHP_FE(hex2bin, arginfo_hex2bin)
/PHP-5.5/
H A DNEWS1725 . hex2bin() raises E_WARNING for invalid hex string. (Yasuo)
2923 . Fixed bug #61660 (bin2hex(hex2bin($data)) != $data). (Nikita Popov)
3261 . Added hex2bin() function. (Scott)

Completed in 59 milliseconds