Searched refs:srcfile (Results 1 – 5 of 5) sorted by relevance
/PHP-7.0/sapi/fpm/tests/ |
H A D | 017.phpt | 11 $srcfile = __DIR__.'/php-fpm.tmp.php'; 32 file_put_contents($srcfile, $code); 38 $req = run_request('127.0.0.1', $port, $srcfile); 64 $srcfile = __DIR__.'/php-fpm.tmp.php'; 66 @unlink($srcfile);
|
H A D | 022-cve-2016-5385.phpt | 11 $srcfile = __DIR__.'/php-fpm.tmp.php'; 37 file_put_contents($srcfile, $code); 47 $req = run_request('127.0.0.1', $port, $srcfile, '', $headers); 78 $srcfile = __DIR__.'/php-fpm.tmp.php'; 80 @unlink($srcfile);
|
/PHP-7.0/ |
H A D | ltmain.sh | 661 srcfile="$nonopt" # always keep a non-empty value in "srcfile" 739 lastarg="$srcfile" 740 srcfile="$arg" 775 [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'` 911 $echo "$srcfile" > "$lockfile" 915 eval srcfile=\"$fix_srcfile_path\" 917 qsrcfile=`$echo "X$srcfile" | $Xsed -e "$sed_quote_subst"` 974 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then 980 $srcfile 1046 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then [all …]
|
H A D | acinclude.m4 | 169 dnl PHP_ADD_MAKEFILE_FRAGMENT([srcfile [, ext_srcdir [, ext_builddir]]])
|
/PHP-7.0/build/ |
H A D | libtool.m4 | 4451 # Fix the shell variable \$srcfile for the compiler. 5789 _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
|
Completed in 47 milliseconds