Home
last modified time | relevance | path

Searched refs:eval (Results 51 – 75 of 101) sorted by relevance

12345

/PHP-7.1/Zend/tests/
H A Dbug47714.phpt6 eval('class handler {
H A Dbug71248.phpt24 eval($code);
H A Dclass_constant_to_reference_cached.phpt24 eval('class Test2 extends Test {}');
H A Dbug69832.phpt13 eval(<<<'PHP'
H A Dmethod_static_var.phpt9 eval("class Bar extends Foo {}");
H A Dbug70089.phpt20 eval("function runtimetest(&\$a) {} ");
H A Dis_a.phpt9 eval("class $name {}");
H A Dconstant_expressions_dynamic.phpt38 eval("const T_20x = 'a';");
/PHP-7.1/ext/reflection/tests/
H A Dbug29268.phpt7 eval("class $classname {}");
H A Dbug64936.phpt20 eval('class A { }'); // Could also be an include of a file containing similar
/PHP-7.1/ext/standard/tests/serialize/
H A Dbug62836_1.phpt8 eval("class $name {} ");
H A Dbug62836_2.phpt11 eval ("class $classname {} ");
H A Dserialization_objects_009.phpt18 eval('class C {}');
/PHP-7.1/Zend/tests/generators/
H A Dbug71441.phpt8 $gen = (eval(<<<PHP
/PHP-7.1/ext/openssl/tests/
H A DServerClientTestCase.inc90 eval($code);
96 eval($this->stripPhpTagsFromCode($proc1Code));
/PHP-7.1/ext/pdo/tests/
H A Dpdo_test.inc14 $conf = eval($common);
79 $config = eval($data);
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_stmt_bind_limits.phpt13 function bind_many($offset, $link, $num_params, $rows, $eval = true) {
58 if ($eval) {
59 if (!eval($stmt_bind_param)) {
/PHP-7.1/ext/opcache/tests/
H A Dbug64353.phpt14 eval("class Test extends ArrayObject {}");
/PHP-7.1/ext/spl/tests/
H A Dspl_autoload_bug48541.phpt20 eval('class ' . $class . '{function __construct(){echo "foo\n";}}');
H A Dspl_autoload_014.phpt22 eval("class $class { }");
/PHP-7.1/tests/classes/
H A Dconstants_basic_006.phpt11 eval('class D extends C { const V = \'test\'; }');
/PHP-7.1/tests/lang/
H A Dbug21961.phpt49 return eval("return ".$who.'::getName();');
/PHP-7.1/ext/mbstring/
H A Dphp_mbregex.c586 …nit_options(const char *parg, int narg, OnigOptionType *option, OnigSyntaxType **syntax, int *eval) in _php_mb_regex_init_options() argument
645 if (eval != NULL) *eval = 1; in _php_mb_regex_init_options()
830 int err, eval, n; in _php_mb_regex_ereg_replace_exec() local
847 eval = 0; in _php_mb_regex_ereg_replace_exec()
879 _php_mb_regex_init_options(option_str, option_str_len, &options, &syntax, &eval); in _php_mb_regex_ereg_replace_exec()
885 if (eval && !is_callable) { in _php_mb_regex_ereg_replace_exec()
910 if (eval || is_callable) { in _php_mb_regex_ereg_replace_exec()
919 if (eval) { in _php_mb_regex_ereg_replace_exec()
973 if (eval) { in _php_mb_regex_ereg_replace_exec()
/PHP-7.1/sapi/phpdbg/
H A DREADME.md15 - Easy Access to PHP with built-in eval()
71 - -E enable step through eval()
/PHP-7.1/ext/tokenizer/tests/
H A Dtoken_get_all_variation19.phpt53 eval($script);

Completed in 23 milliseconds

12345