summaryrefslogtreecommitdiff
path: root/tests/lang/013.phpt
blob: 74a8f197f10abe6afd3e836ce3ad47956ca1042e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Testing eval function
--POST--
--GET--
--FILE--
<?php 
	error_reporting(0);
	$a="echo \"Hello\";";
	eval($a);
?>
--EXPECT--
Hello