Home
last modified time | relevance | path

Searched refs:eval (Results 1 – 25 of 74) sorted by path

123

/PHP-5.5/
H A DNEWS1011 . Fixed bug #67497 (eval with parse error causes segmentation fault in
2433 . Fixed bug #43177 (Errors in eval()'ed code produce status code 500).
9024 - Fixed bug #35406 (eval hangs when evall'ed code ends with comment w/o
H A DREADME.TESTING281 This section get's eval()'d to help build an environment for the
105 This section is also eval'd, and is similar in nature to --ENV--. However,
119 This section is also eval'd. It is used to provide additional headers sent
H A Dacinclude.m454 eval "$1$unique=set"
162 eval echo "$i = \$$i" >> Makefile
344 eval $gcc_arg_name=$ac_result
347 if eval test "\$$gcc_arg_name" = "yes"; then
1096 eval $php_cache_value=`cat conftestval`
1098 eval $php_cache_value=0
1100 ifelse([$2],,[eval $php_cache_value=0], [eval $php_cache_value=$2])
1105 if eval test "\$$php_cache_value" != "0"; then
1597 eval ac_test_$ac_shellvar=\$ac_getconf
2651 (eval echo \"$ac_link\"; eval $ac_link && ./conftest) >>$1 2>&1
[all …]
/PHP-5.5/TSRM/
H A Dtsrm.m48 if eval $cmd 2>&1 | egrep -e $1 >/dev/null ; then
13 eval $gcc_arg_name=$ac_result
16 if eval test "\$$gcc_arg_name" = "yes"; then
/PHP-5.5/Zend/
H A DZEND_CHANGES1045 * include() and eval() are now functions, and not statements.
1048 include() and eval() is 1, so that you can do if (include())
1149 include()'d file or an eval()'d string. The impact should
/PHP-5.5/Zend/tests/
H A Dbug31102.phpt16 eval("class $class { function __construct(){throw new Exception('$class::__construct');}}");
19 eval("class $class { function __construct(){throw new Exception('$class::__construct');}}");
31 eval("\$bug = new Test$test();");
48 Fatal error: Class 'Test3' not found in %sbug31102.php(%d) : eval()'d code on line 1
H A Dbug33116.phpt8 eval("class DefClass{}");
H A Dbug36513.phpt9 eval('echo "1";//2');
10 eval('echo 3; //{ 4?>5');
H A Dbug43128.phpt10 eval("class $a {}");
H A Dbug47714.phpt6 eval('class handler {
H A Dbug54624.phpt14 eval('
H A Dbug55007.phpt7 if ('CompileErrorClass'==$classname) eval('class CompileErrorClass { function foo() { $a[] } }');
8 …if ('MyErrorHandler'==$classname) eval('class MyErrorHandler { function __construct() { print "My …
22 Fatal error: Cannot use [] for reading in %s(%d) : eval()'d code on line %d
H A Dbug60444.phpt7 eval("class Bar extends Foo {}");
H A Dbug62907.phpt7 eval ("abstract class B extends A { }");
9 eval ("abstract class A { use T { T::__construct as __asconstruct; }}");
11 eval ("trait T { public function __construct() { } }");
H A Dbug63305.phpt10 eval(<<<'PHP'
17 eval(<<<'PHP'
29 eval(<<<'PHP'
H A Dbug65254.phpt7 eval("namespace ns_test; class test {}");
H A Dbug65322.phpt16 eval('class A { function a() {} function __construct() {} }');
21 string(%d) "%s(%d) : eval()'d code"
H A Dbug_debug_backtrace.phpt2 Bug - crash in debug_backtrace when trace starts in eval
17 eval("foo();");
25 #2 foo() called at [%s(%d) : eval()'d code:1]
26 #3 eval() called at [%s:%d]
H A Dcatch.phpt7 eval("class $name {}");
H A Derrmsg_045.phpt11 eval('class A { function a() {} function __construct() {} }');
16 string(%d) "%s(%d) : eval()'d code"
H A Dinstanceof.phpt7 eval("class $name {}");
H A Dis_a.phpt9 eval("class $name {}");
H A Dmethod_static_var.phpt9 eval("class Bar extends Foo {}");
/PHP-5.5/Zend/tests/constants/
H A Ddir-constant-eval.phpt2 __DIR__ constant used with eval()
5 eval('echo __DIR__ . "\n";');
/PHP-5.5/Zend/tests/generators/
H A Dbug67497.phpt2 Bug #67467: eval with parse error causes segmentation fault in generator
11 @eval('abc');

Completed in 128 milliseconds

123