mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
a555cc0b3d
Remove most of the `===DONE===` tags and its variations. Keep `===DONE===` if the test output otherwise becomes empty. Closes GH-4872.
9 lines
327 B
PHP
9 lines
327 B
PHP
--TEST--
|
|
CVE-2016-1283, see bug #75207
|
|
--FILE--
|
|
<?php
|
|
preg_match("/(?:F?+(?:^(?(R)a+\"){99}-))(?J)(?'R'(?'R'<((?'RR'(?'R'\){97)?J)?J)(?'R'(?'R'\){99|(:(?|(?'R')(\k'R')|((?'R')))H'R'R)(H'R))))))/", "*b\dc");
|
|
?>
|
|
--EXPECTF--
|
|
Warning: preg_match(): Compilation failed: unmatched closing parenthesis at offset %d in %s on line %d
|