Home
last modified time | relevance | path

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

12345678910

/php-src/ext/mbstring/tests/
H A Dillformed_utf_sequences.phpt8 $src = bin2hex(mb_convert_encoding($str, "UCS-4BE", $enc));
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/tests/strings/
H A Dcount_chars_basic.phpt15 var_dump(bin2hex(count_chars($string, 4)));
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/standard/
H A Dbasic_functions.stub.php2313 function bin2hex(string $string): string {}
H A Dbasic_functions_arginfo.h2561 ZEND_FUNCTION(bin2hex);
H A Dstring.c170 PHP_FUNCTION(bin2hex) in PHP_FUNCTION() argument

Completed in 59 milliseconds

12345678910