php-src/ext/standard/tests/strings/bin2hex_001.phpt
marcosptf 49a133dd0b test to function addcslashes
test to function bin2hex
2014-11-23 17:19:56 -08:00

12 lines
212 B
PHP

--TEST--
bin2hex(); function test
--CREDITS--
marcosptf - <marcosptf@yahoo.com.br>
#phptestfest PHPSP on Google - Sao Paulo - Brazil - 2014-06-05
--FILE--
<?php
echo bin2hex("123456");
?>
--EXPECT--
313233343536