summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>1999-05-26 18:59:04 +0000
committerAndrey Hristov <andrey@php.net>1999-05-26 18:59:04 +0000
commitd73c63852645a0a4324f24b367dff43b54eada85 (patch)
tree2571639a969e751159d5f66080a179212346036d /ext/pcre/php_pcre.h
parentff29e85724f6807bd2404d1822a3c512e3ddb656 (diff)
downloadphp-git-d73c63852645a0a4324f24b367dff43b54eada85.tar.gz
Added preg_split. Same syntax as regular split().
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r--ext/pcre/php_pcre.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h
index 8bf2955b54..cc98cdbe37 100644
--- a/ext/pcre/php_pcre.h
+++ b/ext/pcre/php_pcre.h
@@ -44,6 +44,7 @@ extern int php_rinit_pcre(INIT_FUNC_ARGS);
PHP_FUNCTION(preg_match);
PHP_FUNCTION(preg_match_all);
PHP_FUNCTION(preg_replace);
+PHP_FUNCTION(preg_split);
extern zend_module_entry pcre_module_entry;
#define pcre_module_ptr &pcre_module_entry