Home
last modified time | relevance | path

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

123

/PHP-8.1/Zend/tests/
H A Dbug64677.phpt5 class cat {
9 $cat = new cat();
10 $cat->show_output('Files: ', trim((string) `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-8.1/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-8.1/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-8.1/ext/session/tests/
H A Dsession_start_variation6.phpt17 $_SESSION['animal'] = 'cat';
37 string(3) "cat"
48 string(3) "cat"
58 string(3) "cat"
H A Dsession_start_variation5.phpt17 $_SESSION['animal'] = 'cat';
36 string(3) "cat"
47 string(3) "cat"
H A Dsession_start_variation7.phpt17 $_SESSION['animal'] = 'cat';
37 string(3) "cat"
48 string(3) "cat"
/PHP-8.1/scripts/
H A Dphpize.in79 cat <<EOF
88 cat <<EOF
97 cat <<EOF
110 cat <<EOF
127 cat <<EOF
135 cat <<EOF
/PHP-8.1/ext/com_dotnet/tests/
H A Dvariants.phpt49 cat: 4242
63 cat: 423.5
81 cat: 42hello
139 cat: 42False
165 cat: 3.542
179 cat: 3.53.5
197 cat: 3.5hello
255 cat: 3.5False
285 cat: hello42
347 cat: hello3.5
[all …]
H A Dvariants_x64.phpt52 cat: 4242
66 cat: 423.5
84 cat: 42hello
142 cat: 42False
168 cat: 3.542
182 cat: 3.53.5
200 cat: 3.5hello
258 cat: 3.5False
288 cat: hello42
350 cat: hello3.5
[all …]
/PHP-8.1/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"`);
H A Dbug71624.phpt26 var_dump(`cat "$filename_txt" | "$php" -n -R 'echo $test_arg . PHP_EOL;'`);
/PHP-8.1/ext/standard/tests/file/
H A Dpopen_pclose_basic.phpt24 echo "-- Testing popen(): reading from a file using 'cat' command --\n";
27 $command = "cat $filename";
69 -- Testing popen(): reading from a file using 'cat' command --
/PHP-8.1/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-8.1/build/
H A Dgenif.sh48 cat $template | \
/PHP-8.1/scripts/dev/
H A Dgen_verify_stub46 cat $TARBALL.asc
/PHP-8.1/ext/fileinfo/libmagic/
H A Dreadcdf.c260 cdf_catalog_t *cat; in cdf_file_catalog() local
268 if (cdf_unpack_catalog(h, sst, &cat) == -1) in cdf_file_catalog()
270 ce = cat->cat_e; in cdf_file_catalog()
272 for (i = 1; i < cat->cat_num; i++) in cdf_file_catalog()
275 i == cat->cat_num - 1 ? "]" : ", ") == -1) { in cdf_file_catalog()
276 efree(cat); in cdf_file_catalog()
279 efree(cat); in cdf_file_catalog()
/PHP-8.1/ext/standard/tests/misc/
H A Dtime_nanosleep_error3.phpt8 Àlex Corretgé - alex@corretge.cat
H A Dtime_nanosleep_error5.phpt6 Àlex Corretgé - alex@corretge.cat
H A Dtime_nanosleep_error4.phpt9 Àlex Corretgé - alex@corretge.cat
/PHP-8.1/ext/odbc/
H A Dphp_odbc.c2783 (SQLCHAR *) cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
2853 (SQLCHAR *) cat, (SQLSMALLINT) cat_len, in PHP_FUNCTION()
2888 char *cat = NULL, *schema, *table, *column; in PHP_FUNCTION() local
2917 (SQLCHAR *) cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
3119 (SQLCHAR *) cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
3182 (SQLCHAR *) cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
3246 (SQLCHAR *) cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
3315 (SQLCHAR *) cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
3351 char *cat = NULL, *schema, *name; in PHP_FUNCTION() local
3384 (SQLCHAR *) cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
[all …]

Completed in 87 milliseconds

123