1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 04:51:03 +02:00
Files
archived-php-src/ext/pcre/tests/bug74873.phpt

8 lines
180 B
PHP

--TEST--
Bug #74873 (Minor BC break: PCRE_JIT changes output of preg_match())
--FILE--
<?php
var_dump(preg_match('/\S+/', 'foo bar', $matches, 0, 99999));
?>
--EXPECT--
bool(false)