-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /proc/thread-self/root/usr/src/php/tests/basic/
File Upload :
Current File : //proc/thread-self/root/usr/src/php/tests/basic/bug46759.phpt

--TEST--
Testing magic_quotes_gpc
--INI--
display_errors=0
magic_quotes_gpc=1
--GET--
a='&b="&c=\"
--FILE--
<?php 

foreach ($_GET AS $key => $value)
{
	echo $key . ": " . $value . "\n";
}

?>
--EXPECT--
a: \'
b: \"
c: \\\"

Copyright © 2017 || Recoded By Mr.Bumblebee