Home
last modified time | relevance | path

Searched refs:cat (Results 1 – 25 of 66) sorted by path

123

/PHP-7.3/
H A DREADME.TESTING142 cat $TMPDIR/phpqatest.$TODAY | mail -s"PHP-QA Test Failed for $TODAY" $MYMAIL
H A Dacinclude.m4153 cat >Makefile <<EOF
163 cat $abs_srcdir/Makefile.global Makefile.fragments Makefile.objects >> Makefile
263 cat >>Makefile.objects<<EOF
852 cat >>Makefile.objects<<EOF
1081 eval $php_cache_value=`cat conftestval`
2665 cat >$1 <<X
2681 cat >conftest.$ac_ext <<X
2703 cat >$1<<EOF
3005 cat>>Makefile.objects<<EOF
3026 cat>>Makefile.objects<<EOF
[all …]
H A Dconfig.guess142 cat <<-EOF > "$dummy.c"
1424 cat >&2 <<EOF
1432 cat >&2 <<EOF
H A Dconfigure.ac1603 cat >Zend/zend_config.h <<FEO
1633 cat <<X
1651 cat <<X
1667 cat <<X
1680 cat <<X
1694 cat <<X
/PHP-7.3/Zend/
H A DZend.m4255 LIBZEND_MM_ALIGN=`cat conftest.zend | cut -d ' ' -f 1`
256 LIBZEND_MM_ALIGN_LOG2=`cat conftest.zend | cut -d ' ' -f 2`
/PHP-7.3/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-7.3/build/
H A Dbuild2.mk46 cat acinclude.m4 ./build/libtool.m4 > $@
H A Dgenif.sh34 cat $infile | \
H A Dlibtool.m4275 cat > conftest.$ac_ext <<EOF
288 cat conftest.$ac_ext >&6
437 cat <<EOF
744 cat conftest.err >&5
782 cat conftest.err 1>&5
1156 cat out/conftest.err >&5
2192 cat <<EOF 1>&2
4474 cat <<\EOF >> "$cfgfile"
5422 cat <<EOF 1>&2
5552 cat <<EOF 1>&2
[all …]
H A Dshtool1247 … v=`(grep VERSION /etc/${tagfile}; cat /etc/${tagfile}) | grep '[0-9]' | sed -e 'q' |\
/PHP-7.3/ext/com_dotnet/tests/
H A Dvariants.phpt48 cat: 4242
62 cat: 423.5
80 cat: 42hello
138 cat: 42False
164 cat: 3.542
178 cat: 3.53.5
196 cat: 3.5hello
254 cat: 3.5False
284 cat: hello42
346 cat: hello3.5
[all …]
H A Dvariants_x64.phpt51 cat: 4242
65 cat: 423.5
83 cat: 42hello
141 cat: 42False
167 cat: 3.542
181 cat: 3.53.5
199 cat: 3.5hello
257 cat: 3.5False
287 cat: hello42
349 cat: hello3.5
[all …]
/PHP-7.3/ext/date/
H A Dconfig0.m425 cat > $ext_builddir/lib/timelib_config.h <<EOF
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch1637 - free(cat);
1638 + efree(cat);
3843 i == cat->cat_num - 1 ? "]" : ", ") == -1) {
3844 - free(cat);
3845 + efree(cat);
3848 - free(cat);
3849 + efree(cat);
/PHP-7.3/ext/fileinfo/libmagic/
H A Dcdf.c1128 cdf_catalog_t **cat) in cdf_unpack_catalog() argument
1150 *cat = CAST(cdf_catalog_t *, in cdf_unpack_catalog()
1152 if (*cat == NULL) in cdf_unpack_catalog()
1154 ce = (*cat)->cat_e; in cdf_unpack_catalog()
1190 (*cat)->cat_num = j; in cdf_unpack_catalog()
1518 cdf_catalog_t *cat; in cdf_dump_catalog() local
1519 cdf_unpack_catalog(h, sst, &cat); in cdf_dump_catalog()
1520 const cdf_catalog_entry_t *ce = cat->cat_e; in cdf_dump_catalog()
1526 for (i = 0; i < cat->cat_num; i++) { in cdf_dump_catalog()
1532 efree(cat); in cdf_dump_catalog()
H A Dreadcdf.c264 cdf_catalog_t *cat; in cdf_file_catalog() local
272 if (cdf_unpack_catalog(h, sst, &cat) == -1) in cdf_file_catalog()
274 ce = cat->cat_e; in cdf_file_catalog()
276 for (i = 1; i < cat->cat_num; i++) in cdf_file_catalog()
279 i == cat->cat_num - 1 ? "]" : ", ") == -1) { in cdf_file_catalog()
280 efree(cat); in cdf_file_catalog()
283 efree(cat); in cdf_file_catalog()
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic25903 >4 search/1 cat for the C/A/T phototypesetter
H A Dmagic私はガラスを食べられます25903 >4 search/1 cat for the C/A/T phototypesetter
/PHP-7.3/ext/gettext/tests/
H A D44938.phpt13 $category = "cat";
/PHP-7.3/ext/mbstring/
H A Dconfig.m461 cat > $ext_builddir/$cfg <<EOF
/PHP-7.3/ext/mbstring/tests/
H A Dbug52861.phpt13 sendmail_path=/bin/cat
H A Dmb_send_mail01.phpt13 sendmail_path=/bin/cat
H A Dmb_send_mail02.phpt13 sendmail_path=/bin/cat
H A Dmb_send_mail03.phpt13 sendmail_path=/bin/cat
H A Dmb_send_mail04.phpt13 sendmail_path=/bin/cat

Completed in 178 milliseconds

123