mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00

Took the old PHP 3 regression testing framework and rewrote it in PHP. Should work on both Windows and UNIX, however I have not tested it on Windows. See tests/README for how to write tests. Added the PHP 3 tests and converted most of them.
8 lines
120 B
PHP
8 lines
120 B
PHP
--TEST--
|
|
replace empty matches
|
|
--POST--
|
|
--GET--
|
|
--FILE--
|
|
<?php echo ereg_replace("^","z","abc123")?>
|
|
--EXPECT--
|
|
zabc123
|