Home
last modified time | relevance | path

Searched refs:cat (Results 1 – 25 of 76) sorted by last modified time

1234

/PHP-5.5/scripts/dev/
H A Dcredits9 cat >$file <<END
H A Dconv_proto20 cat $file | \
/PHP-5.5/scripts/
H A Dphp-config.in71 cat << EOF
H A Dphpize.in78 cat <<EOF
87 cat <<EOF
96 cat <<EOF
109 cat <<EOF
126 cat <<EOF
134 cat <<EOF
149 (cd "$builddir" && cat acinclude.m4 ./build/libtool.m4 > aclocal.m4)
/PHP-5.5/sapi/fpm/
H A Dinit.d.php-fpm.in82 kill -QUIT `cat $php_fpm_PID`
100 PID=`cat $php_fpm_PID`
116 kill -TERM `cat $php_fpm_PID`
142 kill -USR2 `cat $php_fpm_PID`
/PHP-5.5/sapi/cli/tests/
H A D013.phpt18 var_dump(`cat "$filename_txt" | "$php" -n -B 'var_dump("start");'`);
19 var_dump(`cat "$filename_txt" | "$php" -n -E 'var_dump("end");'`);
20 var_dump(`cat "$filename_txt" | "$php" -n -B 'var_dump("start");' -E 'var_dump("end");'`);
H A D010-2.phpt24 var_dump(`cat "$filename_txt" | "$php" -n -R "var_dump(1);"`);
H A D010.phpt32 var_dump(`cat "$filename_txt" | "$php" -n -F "$filename"`);
/PHP-5.5/pear/
H A DMakefile.frag34 cat $(srcdir)/install-pear.txt; \
/PHP-5.5/
H A Dmakerpm12 then cat <<"EOH"
H A Dltmain.sh81 cat <<EOF
927 test -z "$run" && cat > ${libobj}T <<EOF
1005 test -z "$run" && cat >> ${libobj}T <<EOF
1017 test -z "$run" && cat >> ${libobj}T <<EOF
1078 test -z "$run" && cat >> ${libobj}T <<EOF
1086 test -z "$run" && cat >> ${libobj}T <<EOF
3587 cat > conftest.c <<EOF
4962 cat > $cwrappersource <<EOF
4978 cat >> $cwrappersource<<"EOF"
5061 cat >> $cwrappersource <<EOF
[all …]
/PHP-5.5/ext/standard/tests/misc/
H A Dtime_nanosleep_error2.phpt6 Àlex Corretgé - alex@corretge.cat
H A Dtime_nanosleep_error1.phpt6 Àlex Corretgé - alex@corretge.cat
H A Dtime_nanosleep_error3.phpt9 Àlex Corretgé - alex@corretge.cat
H A Dtime_nanosleep_error4.phpt9 Àlex Corretgé - alex@corretge.cat
H A Dtime_nanosleep_error5.phpt6 Àlex Corretgé - alex@corretge.cat
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_basic2.phpt9 sendmail_path="cat > /tmp/php_test_mailBasic2.out"
H A Dmail_variation2.phpt4 sendmail_path="cat > /tmp/php_test_mailVariation2.out"
/PHP-5.5/ext/standard/tests/general_functions/
H A Dproc_open.phpt5 if (!is_executable("/bin/cat")) echo "skip";
16 $cat = proc_open(
17 "/bin/cat",
22 proc_close($cat);
H A Dbug44667.phpt4 <?php if (!is_executable('/bin/cat')) echo 'skip cat not found'; ?>
15 $proc = proc_open('cat', $descriptor_spec, $pipes);
H A Dbug34794.phpt5 if (!is_executable('/bin/cat')) echo 'skip cat not found';
10 $process1 = proc_open('/bin/cat', array(0 => array('pipe', 'r'), 1 =>array('pipe', 'r')), $pipes1);
13 $process2 = proc_open('/bin/cat', array(0 => array('pipe', 'r'), 1 =>array('pipe', 'r')), $pipes2);
/PHP-5.5/ext/standard/tests/file/
H A Dpopen_pclose_basic.phpt33 echo "-- Testing popen(): reading from a file using 'cat' command --\n";
36 $command = "cat $filename";
79 -- Testing popen(): reading from a file using 'cat' command --
/PHP-5.5/ext/standard/
H A Dstring.c4382 int num_args, cat, i = 0; local
4392 cat = Z_LVAL_PP(pcategory);
4403 cat = LC_ALL;
4405 cat = LC_COLLATE;
4407 cat = LC_CTYPE;
4410 cat = LC_MESSAGES;
4413 cat = LC_MONETARY;
4415 cat = LC_NUMERIC;
4417 cat = LC_TIME;
4454 retval = php_my_setlocale(cat, loc);
/PHP-5.5/ext/session/tests/
H A Dsession_start_variation5.phpt21 $_SESSION['animal'] = 'cat';
40 string(3) "cat"
51 string(3) "cat"
H A Dsession_start_variation6.phpt21 $_SESSION['animal'] = 'cat';
41 string(3) "cat"
52 string(3) "cat"
62 string(3) "cat"

Completed in 65 milliseconds

1234