From d73c63852645a0a4324f24b367dff43b54eada85 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Wed, 26 May 1999 18:59:04 +0000 Subject: Added preg_split. Same syntax as regular split(). --- ext/pcre/php_pcre.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/pcre/php_pcre.h') 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 -- cgit v1.2.1