Searched refs:cat (Results 1 – 25 of 74) sorted by relevance
123
/PHP-5.3/ext/standard/tests/general_functions/ |
H A D | proc_open02.phpt | 12 $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 D | proc_open.phpt | 5 if (!is_executable("/bin/cat")) echo "skip"; 16 $cat = proc_open( 17 "/bin/cat", 22 proc_close($cat);
|
H A D | bug34794.phpt | 5 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 D | bug44667.phpt | 4 <?php if (!is_executable('/bin/cat')) echo 'skip cat not found'; ?> 15 $proc = proc_open('cat', $descriptor_spec, $pipes);
|
/PHP-5.3/scripts/ |
H A D | phpize.in | 77 cat <<EOF 86 cat <<EOF 95 cat <<EOF 108 cat <<EOF 125 cat <<EOF 133 cat <<EOF 148 (cd "$builddir" && cat acinclude.m4 ./build/libtool.m4 > aclocal.m4)
|
/PHP-5.3/ext/session/tests/ |
H A D | session_start_variation6.phpt | 21 $_SESSION['animal'] = 'cat'; 41 string(3) "cat" 52 string(3) "cat" 62 string(3) "cat"
|
H A D | session_start_variation5.phpt | 21 $_SESSION['animal'] = 'cat'; 40 string(3) "cat" 51 string(3) "cat"
|
H A D | session_start_variation7.phpt | 21 $_SESSION['animal'] = 'cat'; 41 string(3) "cat" 52 string(3) "cat"
|
/PHP-5.3/sapi/fpm/ |
H A D | init.d.php-fpm.in | 82 kill -QUIT `cat $php_fpm_PID` 102 kill -TERM `cat $php_fpm_PID` 128 kill -USR2 `cat $php_fpm_PID`
|
/PHP-5.3/ext/com_dotnet/tests/ |
H A D | variants.phpt | 47 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.3/ext/bcmath/libbcmath/ |
H A D | configure | 137 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.3/sapi/cli/tests/ |
H A D | 013.phpt | 18 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 D | 010-2.phpt | 24 var_dump(`cat "$filename_txt" | "$php" -n -R "var_dump(1);"`);
|
/PHP-5.3/build/ |
H A D | build2.mk | 41 cat $(acconfig_h_SOURCES) > $@ 55 cat acinclude.m4 ./build/libtool.m4 > $@
|
H A D | genif.sh | 34 cat $infile | \
|
/PHP-5.3/ext/sqlite/tests/ |
H A D | sqlite_005.phpt | 34 sqlite_create_aggregate($db, "cat", "cat_step", "cat_fin"); 36 $r = sqlite_query("SELECT cat(a) from strings", $db);
|
H A D | sqlite_closures_001.phpt | 34 sqlite_create_aggregate($db, "cat", function (&$context, $string) { 40 $r = sqlite_query("SELECT cat(a) from strings", $db);
|
/PHP-5.3/ext/mbstring/libmbfl/ |
H A D | cvsclean | 5 cat .cvsignore | while read fname; do
|
/PHP-5.3/scripts/dev/ |
H A D | conv_proto | 20 cat $file | \
|
/PHP-5.3/ext/ |
H A D | ext_skel | 97 …cat $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.3/ext/standard/tests/file/ |
H A D | popen_pclose_basic.phpt | 33 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.3/ext/standard/tests/misc/ |
H A D | time_nanosleep_error1.phpt | 6 Àlex Corretgé - alex@corretge.cat
|
H A D | time_nanosleep_error2.phpt | 6 Àlex Corretgé - alex@corretge.cat
|
H A D | time_nanosleep_error5.phpt | 6 Àlex Corretgé - alex@corretge.cat
|
H A D | time_nanosleep_error3.phpt | 9 Àlex Corretgé - alex@corretge.cat
|
Completed in 36 milliseconds
123