Home
last modified time | relevance | path

Searched refs:cat (Results 1 – 25 of 76) sorted by relevance

1234

/PHP-5.5/Zend/tests/
H A Dbug64677.phpt5 class cat {
9 $cat = new cat();
10 $cat->show_output('Files: ', trim(`cd .`)); // this gives invalid args to shell_exec
11 $cat->show_output('Files: ', `cd .`); // this causes a segmentation fault
12 $cat->show_output(`cd .`); // this causes a segmentation fault
/PHP-5.5/ext/standard/tests/general_functions/
H A Dproc_open02.phpt12 $cat = proc_open(
20 var_dump(proc_terminate($cat, 0)); // status check
22 var_dump(proc_get_status($cat));
24 var_dump(proc_terminate($cat)); // now really quit it
26 var_dump(proc_get_status($cat));
28 proc_close($cat);
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 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);
H A Dbug44667.phpt4 <?php if (!is_executable('/bin/cat')) echo 'skip cat not found'; ?>
15 $proc = proc_open('cat', $descriptor_spec, $pipes);
/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/scripts/
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/ext/session/tests/
H A Dsession_start_variation6.phpt21 $_SESSION['animal'] = 'cat';
41 string(3) "cat"
52 string(3) "cat"
62 string(3) "cat"
H A Dsession_start_variation5.phpt21 $_SESSION['animal'] = 'cat';
40 string(3) "cat"
51 string(3) "cat"
H A Dsession_start_variation7.phpt21 $_SESSION['animal'] = 'cat';
41 string(3) "cat"
52 string(3) "cat"
/PHP-5.5/ext/com_dotnet/tests/
H A Dvariants.phpt47 cat: 4242
61 cat: 423.5
79 cat: 42hello
137 cat: 42False
163 cat: 3.542
177 cat: 3.53.5
195 cat: 3.5hello
253 cat: 3.5False
283 cat: hello42
345 cat: hello3.5
[all …]
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure137 cat << EOF
699 cat >> confdefs.h <<EOF
703 cat >> confdefs.h <<EOF
947 cat > conftest.c <<EOF
1236 cat >> confdefs.h <<EOF
1451 cat >> confdefs.h <<\EOF
1484 cat >> confdefs.h <<\EOF
1492 cat > confcache <<\EOF
1561 cat > $CONFIG_STATUS <<EOF
1673 ac_sed_cmds=cat
[all …]
/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);"`);
/PHP-5.5/ext/mbstring/libmbfl/
H A Dcvsclean5 cat .cvsignore | while read fname; do
/PHP-5.5/scripts/dev/
H A Dconv_proto20 cat $file | \
/PHP-5.5/ext/
H A Dext_skel97cat $proto | awk -v extname=$extname -v stubs=$stubs -v stubfile=$stubfile -v xml=$xml -v full_xml…
107 cat >config.m4 <<eof
174 cat >config.w32 <<eof
191 cat >.svnignore <<eof
282 cat <<eof
/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/phar/tests/
H A Dbug65028.phpt72 "modules/cat/select/catCategorySelect.php",
73 "modules/cat/misc/catCategory.php",
74 "modules/cat/templates/pages/forms/catCategoryForm.tpl",
75 "modules/cat/pages/forms/catEditCategoryForm.php",
76 "modules/cat/pages/forms/catAddCategoryForm.php",
77 "modules/cat/setup/config.xml",
/PHP-5.5/build/
H A Dgenif.sh34 cat $infile | \
/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_error5.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

Completed in 126 milliseconds

1234