Home
last modified time | relevance | path

Searched refs:eval (Results 76 – 100 of 101) sorted by relevance

12345

/PHP-7.1/
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 Dconfigure.in1186 case `eval echo $datadir` in
1199 exec_prefix=`eval echo $exec_prefix`
1200 libdir=`eval echo $libdir`
1201 datadir=`eval eval echo $datadir`
1244 EXPANDED_PEAR_INSTALLDIR=`eval echo $PEAR_INSTALLDIR`
1245 EXPANDED_EXTENSION_DIR=`eval echo $EXTENSION_DIR`
1246 EXPANDED_LOCALSTATEDIR=`eval echo $localstatedir`
1247 EXPANDED_BINDIR=`eval echo $bindir`
1248 EXPANDED_SBINDIR=`eval echo $sbindir`
1249 EXPANDED_MANDIR=`eval echo $mandir`
[all …]
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
1097 eval $php_cache_value=`cat conftestval`
1099 eval $php_cache_value=0
1101 ifelse([$2],,[eval $php_cache_value=0], [eval $php_cache_value=$2])
1106 if eval test "\$$php_cache_value" != "0"; then
1601 eval ac_test_$ac_shellvar=\$ac_getconf
2717 (eval echo \"$ac_link\"; eval $ac_link && ./conftest) >>$1 2>&1
[all …]
H A Dphp.ini-development1619 ; error_reporting(0) around the eval().
1620 ; http://php.net/assert.quiet-eval
H A Dphp.ini-production1619 ; error_reporting(0) around the eval().
1620 ; http://php.net/assert.quiet-eval
H A DNEWS1810 . Deprecated mb_ereg_replace() eval option. (Rouven Weßling, cmb)
2059 . Fixed bug #73303 (Scope not inherited by eval in assert()). (nikic)
3905 . Fixed bug #69688 (segfault with eval and opcache fast shutdown).
/PHP-7.1/Zend/tests/
H A Dconstant_expressions_classes.phpt26 eval($classlist[$class]);
H A Dnumeric_string_errors_assign.phpt6 // prevents CT eval
/PHP-7.1/win32/build/
H A Dconfutils.js416 eval("PHP_" + arg.symval + " = argval;");
417 eval("PHP_" + arg.symval + "_SHARED = shared;");
541 eval("PHP_" + arg.symval + " = argval;");
542 eval("PHP_" + arg.symval + "_SHARED = shared;");
1155 return eval("!!" + varname);
1290 dep_present = eval("PHP_" + DEP);
1294 dep_shared = eval("PHP_" + DEP + "_SHARED");
1311 var ext_shared = eval("PHP_" + EXT + "_SHARED");
1366 eval("PHP_" + EXT + "_SHARED = true;");
1368 eval("shared = PHP_" + EXT + "_SHARED;");
[all …]
/PHP-7.1/Zend/tests/assert/
H A Dexpect_015.phpt12 $x = isset($a) && !empty($b) || eval($c);
153 $x = isset($a) && !empty($b) || eval($c);
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_many_columns.phpt74 eval($eval_str);
/PHP-7.1/sapi/phpdbg/
H A Dxml.md172 - eval: the condition on conditional breakpoints
197 - eval
437 - eval()uates some code
438 - output wrapped in <eval> tags
492 - eval
/PHP-7.1/sapi/fpm/
H A Dconfig.m4663 php_fpm_sysconfdir=`eval echo $sysconfdir`
665 php_fpm_localstatedir=`eval echo $localstatedir`
667 php_fpm_prefix=`eval echo $prefix`
/PHP-7.1/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt19 eval('Class C {}');
/PHP-7.1/build/
H A Dlibtool.m4452 if (echo_test_string=`eval $cmd`) 2>/dev/null &&
453 echo_test_string=`eval $cmd` &&
535 echo_test_string=`eval $prev`
741 (eval echo "\"configure:__oline__: $lt_compile\"" >&5)
742 (eval "$lt_compile" 2>conftest.err)
1157 (eval echo "\"configure:__oline__: $lt_compile\"" >&5)
1158 (eval "$lt_compile" 2>out/conftest.err)
1934 eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
2918 if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
3869 # eval without this substitution.
[all …]
/PHP-7.1/tests/lang/
H A DforeachLoop.012.phpt22 eval($transform);
H A DforeachLoop.014.phpt24 eval($transform);
H A DforeachLoop.015.phpt24 eval($transform);
H A DforeachLoop.013.phpt22 eval($transform);
/PHP-7.1/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc83 eval('$mtime = "'.$mtime.'";');
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt16 eval($code);
/PHP-7.1/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-7.1/ext/standard/tests/class_object/
H A Dis_a.phpt65 eval('
/PHP-7.1/ext/dba/
H A Dconfig.m460 eval HAVE_$THIS_NAME=1
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic16690 # The `eval' lines recognizes an outrageously clever hack.
16693 0 search/1 eval\ "exec\ /bin/perl Perl script text
16695 0 search/1 eval\ "exec\ /usr/bin/perl Perl script text
16697 0 search/1 eval\ "exec\ /usr/local/bin/perl Perl script text
16699 0 search/1 eval\ '(exit\ $?0)'\ &&\ eval\ 'exec Perl script text

Completed in 111 milliseconds

12345