1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/Zend/tests/frameless_jmp_005.phpt
Ilija Tovilo 631bc81607 Implement stackless internal function calls
Co-authored-by: Dmitry Stogov <dmitry@zend.com>

Closes GH-12461
2024-02-06 17:42:28 +01:00

10 lines
124 B
PHP

--TEST--
Frameless jmp
--FILE--
<?php
namespace Foo;
var_dump(preg_replace("/foo/", '', '', 1));
?>
--EXPECT--
string(0) ""