Home
last modified time | relevance | path

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

123

/php-src/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-src/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-src/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-src/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-src/scripts/
H A Dphpize.in82 cat <<EOF
91 cat <<EOF
100 cat <<EOF
113 cat <<EOF
130 cat <<EOF
138 cat <<EOF
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtag.h52 lxb_html_tag_category_t cat) in lxb_html_tag_is_category() argument
55 return lxb_html_tag_res_cats[tag_id][ns] & cat; in lxb_html_tag_is_category()
58 return (LXB_HTML_TAG_CATEGORY_ORDINARY|LXB_HTML_TAG_CATEGORY_SCOPE_SELECT) & cat; in lxb_html_tag_is_category()
/php-src/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-src/sapi/cli/tests/
H A D013.phpt19 var_dump(`cat $filename_txt_escaped | $php -n -B 'var_dump("start");'`);
20 var_dump(`cat $filename_txt_escaped | $php -n -E 'var_dump("end");'`);
21 var_dump(`cat $filename_txt_escaped | $php -n -B 'var_dump("start");' -E 'var_dump("end");'`);
H A D010-2.phpt25 var_dump(`cat $filename_txt_escaped | $php -n -R "var_dump(1);"`);
/php-src/ext/standard/tests/file/
H A Dpopen_pclose_basic.phpt24 echo "-- Testing popen(): reading from a file using 'cat' command --\n";
28 $command = "cat $filename_escaped";
70 -- Testing popen(): reading from a file using 'cat' command --
/php-src/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-src/build/
H A Dgenif.sh48 cat $template | \
/php-src/scripts/dev/
H A Dgen_verify_stub46 cat $TARBALL.asc
H A Dcredits15 cat >$file <<END
/php-src/ext/fileinfo/libmagic/
H A Dreadcdf.c258 cdf_catalog_t *cat; in cdf_file_catalog() local
266 if (cdf_unpack_catalog(h, sst, &cat) == -1) in cdf_file_catalog()
268 ce = cat->cat_e; in cdf_file_catalog()
270 for (i = 1; i < cat->cat_num; i++) in cdf_file_catalog()
273 i == cat->cat_num - 1 ? "]" : ", ") == -1) { in cdf_file_catalog()
274 efree(cat); in cdf_file_catalog()
277 efree(cat); in cdf_file_catalog()
/php-src/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-src/ext/odbc/
H A Dphp_odbc.c2850 (SQLCHAR *) cat, SAFE_SQL_NTS(cat),
2917 (SQLCHAR *) cat, (SQLSMALLINT) cat_len,
2949 char *cat = NULL, *schema, *table, *column;
2978 (SQLCHAR *) cat, SAFE_SQL_NTS(cat),
3171 (SQLCHAR *) cat, SAFE_SQL_NTS(cat),
3231 (SQLCHAR *) cat, SAFE_SQL_NTS(cat),
3292 (SQLCHAR *) cat, SAFE_SQL_NTS(cat),
3358 (SQLCHAR *) cat, SAFE_SQL_NTS(cat),
3391 char *cat = NULL, *schema, *name;
3424 (SQLCHAR *) cat, SAFE_SQL_NTS(cat),
[all …]

Completed in 40 milliseconds

123