1
0
mirror of https://github.com/php/php-src.git synced 2026-04-13 02:52:48 +02:00
Files
archived-php-src/ext
Andrei Zmievski 0af5c36d94 This submission introduces two features.
The first one is support for Perl-style matching regexp delimiters, i.e.
using <[{( and )}]> to delimit the regular expressions.

The second one is a new 'F' modifier that allows you to specify a function name
in the replacement argument to preg_replace(). This function will be called
when the replacement needs to be made. It is passed an array of full matched
pattern and captured subpatterns and it is expected to return a string that
will be used for replacement. 'e' and 'F' modifiers cannot be used together.

@- Implemented support for Perl-style matching regexp delimiters in PCRE.
@  You can use <{[( and )]}> to delimit your expressions now. (Andrei)

@- Introduced new 'F' modifier in PCRE that lets you specify a function
@  name in the replacement argument to preg_replace() that will be called
@  at run-time to provide the replacement string. It is passed an array of
@  matched pattern and subpatterns. (Andrei)
2000-11-23 17:25:13 +00:00
..
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-23 12:16:35 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-23 16:31:58 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-22 21:47:15 +00:00
2000-11-20 10:33:33 +00:00
2000-11-23 09:56:18 +00:00
2000-11-20 10:33:33 +00:00
2000-11-23 12:16:35 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-22 22:05:02 +00:00
2000-11-23 14:56:09 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-22 21:40:15 +00:00
2000-11-20 10:33:33 +00:00
2000-11-21 11:07:50 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-21 07:08:01 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-23 14:02:41 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 17:27:50 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-11-20 10:33:33 +00:00
2000-10-23 07:31:31 +00:00
2000-05-01 22:38:42 +00:00