Home
last modified time | relevance | path

Searched refs:bin2hex (Results 226 – 233 of 233) sorted by relevance

12345678910

/php-src/ext/standard/tests/strings/
H A Dhtmlentities21.phpt31 echo sprintf("%05X", $tests[$i]), ": ", bin2hex($a), " ", bin2hex($b), "\n";
H A Dbug49785.phpt6 return is_string($val) ? bin2hex($val): $val;
H A Dhtml_entity_decode_html5.phpt2135 echo "$str => $de ", bin2hex($de), "\n";
/php-src/ext/mbstring/tests/
H A Dcp5022x_encoding.phpt376 die("Bad handling of trailing null byte (got " . bin2hex($converted) . ")");
383 die("Bad handling of erroneous codepoint followed by good one (got " . bin2hex($converted) . ")");
H A Dutf_encodings.phpt738 "\nString: " . bin2hex($string));
/php-src/ext/standard/
H A Dbasic_functions.stub.php2305 function bin2hex(string $string): string {}
H A Dbasic_functions_arginfo.h2541 ZEND_FUNCTION(bin2hex);
H A Dstring.c171 PHP_FUNCTION(bin2hex) in PHP_FUNCTION() argument

Completed in 54 milliseconds

12345678910