Home
last modified time | relevance | path

Searched refs:eval (Results 1 – 25 of 74) sorted by last modified time

123

/PHP-5.5/win32/build/
H A Dconfutils.js372 eval("PHP_" + arg.symval + " = argval;");
373 eval("PHP_" + arg.symval + "_SHARED = shared;");
497 eval("PHP_" + arg.symval + " = argval;");
498 eval("PHP_" + arg.symval + "_SHARED = shared;");
1046 if (eval("typeof " + varname + " == 'undefined'")) {
1050 return eval("!!" + varname);
1189 dep_present = eval("PHP_" + DEP);
1193 dep_shared = eval("PHP_" + DEP + "_SHARED");
1210 var ext_shared = eval("PHP_" + EXT + "_SHARED");
1263 eval("shared = PHP_" + EXT + "_SHARED;");
[all …]
/PHP-5.5/tests/
H A Dquicktester.inc47 $left = eval("return ($left );");
48 $right = eval("return ($right);");
/PHP-5.5/tests/lang/
H A Dstatic_variation_001.phpt24 eval(' static $b = array(10,11,12); ');
27 eval(' static $b = array(1,2,3); ');
30 eval(' static $b = array(4,5,6); ');
34 eval('function g2b() { static $b = array(7, 8, 9); var_dump($b); } ');
44 eval(' function f3() { static $c = array(1,2,3); var_dump($c); }');
H A Dstatic_variation_002.phpt9 eval(' static $k = array(4,5,6); ');
13 eval(' static $k = array(10,11,12); ');
25 eval('function dfg() { static $b = array(1,2,3); var_dump($b); } ');
31 eval(' Class E { function f() { static $c = array(1,2,3); var_dump($c); } }');
H A Dinclude_variation3.phpt2 Including a file in the current script directory from eval'd code
5 require_once 'include_files/eval.inc';
H A Dbug21961.phpt49 return eval("return ".$who.'::getName();');
H A Dbug35382.phpt5 eval("echo 'Hello'; // comment");
H A DforeachLoop.012.phpt22 eval($transform);
H A DforeachLoop.013.phpt22 eval($transform);
H A DforeachLoop.014.phpt24 eval($transform);
H A DforeachLoop.015.phpt24 eval($transform);
H A D013.phpt2 Testing eval function
7 eval($a);
H A D014.phpt2 Testing eval function inside user-defined function
6 eval($a);
H A D018.phpt2 eval() test
11 eval($message);
H A D019.phpt2 eval() test
6 eval("function test() { echo \"hey, this is a function inside an eval()!\\n\"; }");
10 eval("echo \"hey, this is a regular echo'd eval()\\n\";");
15 eval('-');
17 hey, this is a regular echo'd eval()
19 hey, this is a regular echo'd eval()
21 hey, this is a regular echo'd eval()
23 hey, this is a regular echo'd eval()
25 hey, this is a regular echo'd eval()
27 hey, this is a regular echo'd eval()
[all …]
/PHP-5.5/tests/lang/include_files/
H A Deval.inc2 eval("require_once 'echo.inc';");
/PHP-5.5/tests/classes/
H A Dconstants_basic_006.phpt11 eval('class D extends C { const V = \'test\'; }');
H A Dabstract_static.phpt20 eval('
34 …unction fail::func() should not be abstract in %sabstract_static.php(%d) : eval()'d code on line %d
36 …mplement the remaining methods (fail::func) in %sabstract_static.php(%d) : eval()'d code on line %d
/PHP-5.5/sapi/fpm/
H A Dconfig.m4627 php_fpm_sysconfdir=`eval echo $sysconfdir`
629 php_fpm_localstatedir=`eval echo $localstatedir`
631 php_fpm_prefix=`eval echo $prefix`
/PHP-5.5/sapi/cli/tests/
H A Dbug43177.phpt14 eval("this is a parse error");
18 eval("foo();");
22 eval("class foo { final private final function bar() {} }");
/PHP-5.5/
H A Dphp.ini-development1666 ; error_reporting(0) around the eval().
1667 ; http://php.net/assert.quiet-eval
H A Dphp.ini-production1666 ; error_reporting(0) around the eval().
1667 ; http://php.net/assert.quiet-eval
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation19.phpt53 eval($script);
/PHP-5.5/ext/standard/tests/serialize/
H A D005.phpt25 eval("class TestNAOld extends TestOld {}");
28 eval("class TestNANew extends TestNew {}");
31 eval("class TestNANew2 extends TestNew {}");
37 eval('function __autoload($class_name) { do_autoload($class_name); }');
H A Dbug62836_1.phpt8 eval("class $name {} ");

Completed in 41 milliseconds

123