Home
last modified time | relevance | path

Searched refs:cat (Results 26 – 50 of 52) sorted by relevance

123

/php-src/sapi/cli/tests/
H A D010.phpt34 var_dump(`cat $filename_txt_escaped | $php -n -F $filename_escaped`);
H A Dbug71624.phpt27 var_dump(`cat $filename_txt_escaped | $php -n -R 'echo $test_arg . PHP_EOL;'`);
/php-src/ext/spl/tests/
H A Dregexiterator_getregex.phpt8 $array = array('cat', 'hat', 'sat');
/php-src/ext/standard/tests/misc/
H A Dtime_nanosleep_basic.phpt8 Àlex Corretgé - alex@corretge.cat
H A Dbrowscap.ini188 [Mozilla/5.0 (Slurp/cat; slurp@inktomi.com; http://www.inktomi.com/slurp.html)]
190 Browser="Slurp/cat"
/php-src/ext/standard/tests/mail/
H A Dmail_variation2.phpt4 sendmail_path="cat > /tmp/php_test_mailVariation2.out"
H A Dmail_basic2.phpt9 sendmail_path="cat > /tmp/php_test_mailBasic2.out"
/php-src/pear/
H A DMakefile.frag33 cat $(srcdir)/install-pear.txt; \
/php-src/scripts/
H A Dphp-config.in90 cat << EOF
/php-src/ext/date/
H A Dconfig0.m428 cat > $ext_builddir/lib/timelib_config.h <<EOF
/php-src/sapi/phpdbg/
H A Dphpdbg.init.d85 kill -s TERM $(cat $PIDFILE)
/php-src/
H A Dbuildconf25 cat << HELP
H A Dconfigure.ac1648 cat >> Makefile.objects <<EOF
1803 cat >Zend/zend_config.h <<FEO
1821 cat <<X
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c1160 cdf_catalog_t **cat) in cdf_unpack_catalog() argument
1182 *cat = CAST(cdf_catalog_t *, in cdf_unpack_catalog()
1184 if (*cat == NULL) in cdf_unpack_catalog()
1186 ce = (*cat)->cat_e; in cdf_unpack_catalog()
1222 (*cat)->cat_num = j; in cdf_unpack_catalog()
1550 cdf_catalog_t *cat; in cdf_dump_catalog() local
1551 cdf_unpack_catalog(h, sst, &cat); in cdf_dump_catalog()
1552 const cdf_catalog_entry_t *ce = cat->cat_e; in cdf_dump_catalog()
1558 for (i = 0; i < cat->cat_num; i++) { in cdf_dump_catalog()
1564 efree(cat); in cdf_dump_catalog()
/php-src/ext/gettext/tests/
H A D44938.phpt10 $category = "cat";
/php-src/scripts/dev/
H A Dmakedist32 cat << HELP
/php-src/build/
H A Dltmain.sh81 cat <<EOF
934 test -z "$run" && cat > ${libobj}T <<EOF
1012 test -z "$run" && cat >> ${libobj}T <<EOF
1024 test -z "$run" && cat >> ${libobj}T <<EOF
1085 test -z "$run" && cat >> ${libobj}T <<EOF
1093 test -z "$run" && cat >> ${libobj}T <<EOF
3600 cat > conftest.c <<EOF
4975 cat > $cwrappersource <<EOF
4991 cat >> $cwrappersource<<"EOF"
5074 cat >> $cwrappersource <<EOF
[all …]
H A Dlibtool.m4275 cat > conftest.$ac_ext <<EOF
288 cat conftest.$ac_ext >&6
437 cat <<EOF
743 cat conftest.err >&5
781 cat conftest.err 1>&5
1156 cat out/conftest.err >&5
2203 cat <<EOF 1>&2
4483 cat <<\EOF >> "$cfgfile"
5431 cat <<EOF 1>&2
5561 cat <<EOF 1>&2
[all …]
H A Dphp.m4167 cat >Makefile <<EOF
177 cat $abs_srcdir/build/Makefile.global Makefile.fragments Makefile.objects >> Makefile
284 cat >>Makefile.objects<<EOF
844 cat >>Makefile.objects<<EOF
1059 eval $php_cache_value=$(cat conftestval)
2065 cat >$1<<EOF
2330 cat>>Makefile.objects<<EOF
2351 cat>>Makefile.objects<<EOF
2370 cat>>Makefile.objects<<EOF
H A Dconfig.guess157 cat <<-EOF > "$dummy.c"
1613 cat > "$dummy.c" <<EOF
H A Dshtool1247 … v=`(grep VERSION /etc/${tagfile}; cat /etc/${tagfile}) | grep '[0-9]' | sed -e 'q' |\
/php-src/ext/mbstring/
H A Dconfig.m4172 cat > $ext_builddir/libmbfl/config.h <<EOF
/php-src/ext/standard/
H A Dstring.c4859 static zend_string *try_setlocale_str(zend_long cat, zend_string *loc) { argument
4872 retval = setlocale(cat, loc ? ZSTR_VAL(loc) : NULL);
4887 retval = setlocale(cat, ZSTR_VAL(loc));
4890 retval = setlocale(cat, NULL);
4902 if (cat == LC_CTYPE || cat == LC_ALL) {
4925 static zend_string *try_setlocale_zval(zend_long cat, zval *loc_zv) { argument
4931 zend_string *result = try_setlocale_str(cat, loc_str);
4939 zend_long cat; local
4944 Z_PARAM_LONG(cat)
4952 zend_string *result = try_setlocale_zval(cat, elem);
[all …]
/php-src/ext/fileinfo/
H A Dlibmagic.patch1198 - free(cat);
1199 + efree(cat);
2893 i == cat->cat_num - 1 ? "]" : ", ") == -1) {
2894 - free(cat);
2895 + efree(cat);
2898 - free(cat);
2899 + efree(cat);
/php-src/Zend/
H A DZend.m4397 [php_cv_align_mm=$(cat conftest.zend)],

Completed in 231 milliseconds

123