mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
- Nuke php3 legacy
This commit is contained in:
parent
a05e8e335d
commit
a208d9a966
86 changed files with 118 additions and 118 deletions
|
@ -1621,7 +1621,7 @@ PHP_FUNCTION(preg_grep)
|
|||
|
||||
/* {{{ module definition structures */
|
||||
|
||||
function_entry pcre_functions[] = {
|
||||
zend_function_entry pcre_functions[] = {
|
||||
PHP_FE(preg_match, third_arg_force_ref)
|
||||
PHP_FE(preg_match_all, third_arg_force_ref)
|
||||
PHP_FE(preg_replace, NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue