-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/ereg/tests/
File Upload :
Current File : //usr/src/php/ext/ereg/tests/007.phpt

--TEST--
Test empty result buffer in reg_replace
--FILE--
<?php 
	$a="abcd";
	$b=ereg_replace("abcd","",$a);
	echo "strlen(\$b)=".strlen($b);
?>
--EXPECTF--
Deprecated: Function ereg_replace() is deprecated in %s on line %d
strlen($b)=0

Copyright © 2017 || Recoded By Mr.Bumblebee