Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_009.phpt18 eval('class C {}');
H A Dserialization_objects_005.phpt19 eval('Class C {}');
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation19.phpt53 eval($script);
/PHP-5.5/
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.in1173 case `eval echo $datadir` in
1186 exec_prefix=`eval echo $exec_prefix`
1187 libdir=`eval echo $libdir`
1188 datadir=`eval eval echo $datadir`
1231 EXPANDED_PEAR_INSTALLDIR=`eval echo $PEAR_INSTALLDIR`
1232 EXPANDED_EXTENSION_DIR=`eval echo $EXTENSION_DIR`
1233 EXPANDED_LOCALSTATEDIR=`eval echo $localstatedir`
1234 EXPANDED_BINDIR=`eval echo $bindir`
1235 EXPANDED_SBINDIR=`eval echo $sbindir`
1236 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
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 …]
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
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
/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/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_many_columns.phpt74 eval($eval_str);
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c1049 int eval; /* If the replacement string should be eval'ed */ in php_pcre_replace_impl() local
1072 eval = pce->preg_options & PREG_REPLACE_EVAL; in php_pcre_replace_impl()
1074 if (eval) { in php_pcre_replace_impl()
1084 if (eval) { in php_pcre_replace_impl()
1144 if (eval) { in php_pcre_replace_impl()
1190 if (eval || is_callable_replace) { in php_pcre_replace_impl()
/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/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-5.5/tests/lang/
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);
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt16 eval($code);
/PHP-5.5/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc83 eval('$mtime = "'.$mtime.'";');
/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/ext/standard/tests/class_object/
H A Dis_a.phpt65 eval('
/PHP-5.5/ext/dba/
H A Dconfig.m460 eval HAVE_$THIS_NAME=1
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic14806 # The `eval' lines recognizes an outrageously clever hack.
14811 0 search/1 eval\ "exec\ /bin/perl Perl script text
14815 0 search/1 eval\ "exec\ /usr/bin/perl Perl script text
14819 0 search/1 eval\ "exec\ /usr/local/bin/perl Perl script text
14821 0 search/1 eval\ '(exit\ $?0)'\ &&\ eval\ 'exec Perl script text

Completed in 130 milliseconds

123