Home
last modified time | relevance | path

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

123

/PHP-7.4/Zend/
H A DZend.m4290 LIBZEND_MM_ALIGN=`cat conftest.zend | cut -d ' ' -f 1`
291 LIBZEND_MM_ALIGN_LOG2=`cat conftest.zend | cut -d ' ' -f 2`
/PHP-7.4/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.4/build/
H A Dconfig.guess157 cat <<-EOF > "$dummy.c"
1547 cat > "$dummy.c" <<EOF
H A Dgenif.sh48 cat $template | \
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 Dltmain.sh81 cat <<EOF
927 test -z "$run" && cat > ${libobj}T <<EOF
1005 test -z "$run" && cat >> ${libobj}T <<EOF
1017 test -z "$run" && cat >> ${libobj}T <<EOF
1078 test -z "$run" && cat >> ${libobj}T <<EOF
1086 test -z "$run" && cat >> ${libobj}T <<EOF
3587 cat > conftest.c <<EOF
4962 cat > $cwrappersource <<EOF
4978 cat >> $cwrappersource<<"EOF"
5061 cat >> $cwrappersource <<EOF
[all …]
H A Dphp.m4152 cat >Makefile <<EOF
162 cat $abs_srcdir/build/Makefile.global Makefile.fragments Makefile.objects >> Makefile
261 cat >>Makefile.objects<<EOF
849 cat >>Makefile.objects<<EOF
1063 eval $php_cache_value=`cat conftestval`
2117 cat >$1<<EOF
2369 cat>>Makefile.objects<<EOF
2390 cat>>Makefile.objects<<EOF
2409 cat>>Makefile.objects<<EOF
H A Dshtool1247 … v=`(grep VERSION /etc/${tagfile}; cat /etc/${tagfile}) | grep '[0-9]' | sed -e 'q' |\
/PHP-7.4/
H A Dbuildconf25 cat << HELP
H A Dconfigure.ac1545 cat <<X
1569 cat >Zend/zend_config.h <<FEO
1584 cat <<X
1600 cat <<X
/PHP-7.4/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.4/ext/date/
H A Dconfig0.m420 cat > $ext_builddir/lib/timelib_config.h <<EOF
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1337 - free(cat);
1338 + efree(cat);
3224 i == cat->cat_num - 1 ? "]" : ", ") == -1) {
3225 - free(cat);
3226 + efree(cat);
3229 - free(cat);
3230 + efree(cat);
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c1135 cdf_catalog_t **cat) in cdf_unpack_catalog() argument
1157 *cat = CAST(cdf_catalog_t *, in cdf_unpack_catalog()
1159 if (*cat == NULL) in cdf_unpack_catalog()
1161 ce = (*cat)->cat_e; in cdf_unpack_catalog()
1197 (*cat)->cat_num = j; in cdf_unpack_catalog()
1525 cdf_catalog_t *cat; in cdf_dump_catalog() local
1526 cdf_unpack_catalog(h, sst, &cat); in cdf_dump_catalog()
1527 const cdf_catalog_entry_t *ce = cat->cat_e; in cdf_dump_catalog()
1533 for (i = 0; i < cat->cat_num; i++) { in cdf_dump_catalog()
1539 efree(cat); in cdf_dump_catalog()
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-7.4/ext/fileinfo/tests/
H A Dmagic27708 >4 search/1 cat for the C/A/T phototypesetter
H A Dmagic私はガラスを食べられます27708 >4 search/1 cat for the C/A/T phototypesetter
/PHP-7.4/ext/gettext/tests/
H A D44938.phpt13 $category = "cat";
/PHP-7.4/ext/mbstring/
H A Dconfig.m444 cat > $ext_builddir/libmbfl/config.h <<EOF
/PHP-7.4/ext/mbstring/tests/
H A Dbug52681.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 186 milliseconds

123