Home
last modified time | relevance | path

Searched refs:cat (Results 1 – 25 of 64) sorted by last modified time

123

/PHP-7.4/
H A Dconfigure.ac1545 cat <<X
1569 cat >Zend/zend_config.h <<FEO
1584 cat <<X
1600 cat <<X
/PHP-7.4/build/
H A Dconfig.guess157 cat <<-EOF > "$dummy.c"
1547 cat > "$dummy.c" <<EOF
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 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 …]
/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/standard/
H A Dstring.c4926 zend_long cat; local
4931 Z_PARAM_LONG(cat)
4969 retval = php_my_setlocale(cat, loc ? ZSTR_VAL(loc) : NULL);
4984 retval = php_my_setlocale(cat, ZSTR_VAL(loc));
4987 retval = php_my_setlocale(cat, NULL);
4997 if (cat == LC_CTYPE || cat == LC_ALL) {
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c3206 cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
3277 cat, (SQLSMALLINT) cat_len, in PHP_FUNCTION()
3313 char *cat = NULL, *schema, *table, *column; in PHP_FUNCTION() local
3342 cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
3547 cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
3615 cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
3684 cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
3755 cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
3792 char *cat = NULL, *schema, *name; in PHP_FUNCTION() local
3825 cat, SAFE_SQL_NTS(cat), in PHP_FUNCTION()
[all …]
/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/ext/pcre/pcre2lib/
H A Dpcre2_match.c5857 int cat = UCD_CATEGORY(fc); in match() local
5858 prev_is_word = (cat == ucp_L || cat == ucp_N); in match()
5891 int cat = UCD_CATEGORY(fc); in match() local
5892 cur_is_word = (cat == ucp_L || cat == ucp_N); in match()
H A Dpcre2_dfa_match.c1119 uint32_t cat = UCD_CATEGORY(d); in internal_dfa_match() local
1120 left_word = (cat == ucp_L || cat == ucp_N); in internal_dfa_match()
1144 uint32_t cat = UCD_CATEGORY(c); in internal_dfa_match() local
1145 right_word = (cat == ucp_L || cat == ucp_N); in internal_dfa_match()
/PHP-7.4/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-7.4/sapi/cli/tests/
H A D010.phpt32 var_dump(`cat "$filename_txt" | "$php" -n -F "$filename"`);
/PHP-7.4/ext/standard/tests/misc/
H A Dtime_nanosleep_error3.phpt8 Àlex Corretgé - alex@corretge.cat
H A Dtime_nanosleep_error4.phpt9 Àlex Corretgé - alex@corretge.cat
H A Dtime_nanosleep_error5.phpt6 Àlex Corretgé - alex@corretge.cat
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_variation2.phpt4 sendmail_path="cat > /tmp/php_test_mailVariation2.out"
H A Dbug73203.phpt9 sendmail_path=cat >/dev/null
H A Dmail_basic2.phpt9 sendmail_path="cat > /tmp/php_test_mailBasic2.out"
/PHP-7.4/ext/gettext/tests/
H A D44938.phpt13 $category = "cat";
/PHP-7.4/scripts/
H A Dphpize.in78 cat <<EOF
87 cat <<EOF
96 cat <<EOF
109 cat <<EOF
126 cat <<EOF
134 cat <<EOF
H A Dphp-config.in77 cat << EOF
/PHP-7.4/scripts/dev/
H A Dcredits15 cat >$file <<END
H A Dgen_verify_stub46 cat $TARBALL.asc
H A Dmakedist15 cat << HELP
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.init.d85 kill -s TERM $(cat $PIDFILE)

Completed in 105 milliseconds

123