1--TEST-- 2Frameless jmp 3--FILE-- 4<?php 5namespace Foo; 6var_dump(preg_replace("/foo/", '', '', 1)); 7?> 8--EXPECT-- 9string(0) "" 10