summaryrefslogtreecommitdiff
path: root/ext/standard/php_string.h
diff options
context:
space:
mode:
authorScott MacVicar <scottmac@php.net>2011-06-03 00:12:22 +0000
committerScott MacVicar <scottmac@php.net>2011-06-03 00:12:22 +0000
commit398c0b9dadbb4e110525567864e6e92168372bc7 (patch)
tree2cc35dafd14f4063ebc7934a8a78b3a4dca672a7 /ext/standard/php_string.h
parent5ca0f699211a0adbc58bd2feb582fecada232bda (diff)
downloadphp-git-398c0b9dadbb4e110525567864e6e92168372bc7.tar.gz
Added fabled hex2bin() function
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r--ext/standard/php_string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h
index 71271cc6d9..23c703336a 100644
--- a/ext/standard/php_string.h
+++ b/ext/standard/php_string.h
@@ -78,6 +78,7 @@ PHP_FUNCTION(chunk_split);
PHP_FUNCTION(parse_str);
PHP_FUNCTION(str_getcsv);
PHP_FUNCTION(bin2hex);
+PHP_FUNCTION(hex2bin);
PHP_FUNCTION(similar_text);
PHP_FUNCTION(strip_tags);
PHP_FUNCTION(str_repeat);