Home
last modified time | relevance | path

Searched refs:cp (Results 1 – 25 of 41) sorted by path

12

/PHP-7.4/build/
H A DMakefile.global20 -@$(LIBTOOL) --silent --mode=install cp $@ $(phptempdir)/$@ >/dev/null 2>&1
23 …I_OBJS:.lo=.o) $(PHP_FRAMEWORKS) $(EXTRA_LIBS) $(ZEND_EXTRA_LIBS) -o $@ && cp $@ libs/libphp$(PHP_…
H A Dlibtool.m43099 cp $export_symbols $output_objdir/$soname.def;
4494 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
5473 cp $export_symbols $output_objdir/$soname.def;
6345 cp conftest.in conftest.nl
H A Dltmain.sh621 *install*|cp|mv)
5584 $run cp "$obj" "$gentop/$newobj"
5859 *[\\\ /]cp\ *) ;;
H A Dphp.m4851 \$(LIBTOOL) --mode=install cp $3/$1.$suffix \$(phplibdir)
1710 char *cp = (char *)&one;
1712 if (*cp == 0) {
H A Dshtool872 cp "$src" "$dsttmp" || shtool_exit $?
888 cp "$dsttmp" "$dsttmp.old"
/PHP-7.4/docs/
H A Dself-contained-extensions.md38 cp -rp php-src/ext/mysqli/* .
/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c53 zend_long cp = GetACP(); in PHP_FUNCTION() local
62 &cp, &typelib_name, &typelib_name_len) && in PHP_FUNCTION()
65 &module_name, &module_name_len, &server_params, &cp, in PHP_FUNCTION()
72 cp_it = php_win32_cp_get_by_id((DWORD)cp); in PHP_FUNCTION()
77 obj->code_page = (int)cp; in PHP_FUNCTION()
H A Dcom_dotnet.c197 zend_long cp = GetACP(); in PHP_FUNCTION() local
245 &cp)) { in PHP_FUNCTION()
250 cp_it = php_win32_cp_get_by_id((DWORD)cp); in PHP_FUNCTION()
/PHP-7.4/ext/curl/
H A Dinterface.c1997 CURL *cp; in PHP_FUNCTION() local
2005 cp = curl_easy_init(); in PHP_FUNCTION()
2006 if (!cp) { in PHP_FUNCTION()
2013 ch->cp = cp; in PHP_FUNCTION()
2335 CURL *cp; in PHP_FUNCTION() local
2350 cp = curl_easy_duphandle(ch->cp); in PHP_FUNCTION()
2351 if (!cp) { in PHP_FUNCTION()
2357 dupch->cp = cp; in PHP_FUNCTION()
3634 if (ch->cp != NULL) { in _php_curl_close_ex()
3638 curl_easy_cleanup(ch->cp); in _php_curl_close_ex()
[all …]
H A Dmulti.c102 error = curl_multi_add_handle(mh->multi, ch->cp); in PHP_FUNCTION()
151 if (tmp_ch->cp == easy) { in _php_curl_multi_find_easy_handle()
183 error = curl_multi_remove_handle(mh->multi, ch->cp); in PHP_FUNCTION()
506 ch->cp = easy; in _php_server_push_callback()
546 ch->cp = NULL; in _php_server_push_callback()
H A Dphp_curl.h178 CURL *cp; member
/PHP-7.4/ext/dba/
H A Dinstall_cdb.sh40 cp ../error.o .
49 cp cdb.h uint32.h "$prefix/include"
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3364 char *cp;
3367 - cp = strndup(RCAST(const char *, ms->search.s),
3368 + cp = estrndup(RCAST(const char *, ms->search.s),
3370 - if (cp == NULL) {
3375 - file_printable(sbuf, sizeof(sbuf), cp, ms->search.rm_len));
3376 - free(cp);
3377 + file_printable(sbuf, sizeof(sbuf), cp, ms->search.rm_len));
3378 + efree(cp);
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c785 char *cp; in mprint() local
788 cp = estrndup(RCAST(const char *, ms->search.s), in mprint()
791 file_printable(sbuf, sizeof(sbuf), cp, ms->search.rm_len)); in mprint()
792 efree(cp); in mprint()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic12498 # From: Cal Peake <cp@absolutedigital.net>
H A Dmagic私はガラスを食べられます12498 # From: Cal Peake <cp@absolutedigital.net>
/PHP-7.4/ext/filter/tests/
H A D040.phpt8 ap[]=1&bp=test&cp=
16 var_dump(filter_has_var(INPUT_POST, "cp"));
/PHP-7.4/ext/hash/tests/
H A Dfnv1a32.phpt13 array( 'cp', '47297986' ),
/PHP-7.4/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt8 function unicode_info($cp) {
24 $ncp = IntlChar::ord($cp);
30 IntlChar::hasBinaryProperty($cp, $prop) ? "true" : "false"
35 var_dump(IntlChar::$method($cp));
37 echo " charAge(): ", implode('.', IntlChar::charAge($cp)), "\n";
43 foreach($codepoints as $cp) {
44 unicode_info($cp);
47 IntlChar::enumCharNames(0x2600, 0x2610, function($cp, $nc, $name) {
48 printf("U+%04x %s\n", $cp, $name);
/PHP-7.4/ext/intl/uchar/
H A Duchar.c11 zend_long cp = -1; in convert_cp() local
36 if ((cp < UCHAR_MIN_VALUE) || (cp > UCHAR_MAX_VALUE)) { in convert_cp()
53 UChar32 cp; in IC_METHOD() local
80 UChar32 cp; in IC_METHOD() local
98 UChar32 cp; in IC_METHOD() local
117 UChar32 cp; in IC_METHOD() local
165 UChar32 cp; in IC_METHOD() local
227 UChar32 cp; in ZEND_END_ARG_INFO() local
245 UChar32 cp; in ZEND_END_ARG_INFO() local
464 UChar32 cp; in IC_METHOD() local
[all …]
/PHP-7.4/ext/mbstring/
H A Dmbstring.c2045 if (cp <= 0 || cp >= 0x110000) { in php_mb_check_code_point()
2050 if (cp >= 0xd800 && cp <= 0xdfff) { in php_mb_check_code_point()
5006 zend_long cp; in php_mb_ord() local
5029 return cp; in php_mb_ord()
5040 zend_long cp; in PHP_FUNCTION() local
5050 if (0 > cp) { in PHP_FUNCTION()
5054 RETURN_LONG(cp); in PHP_FUNCTION()
5078 if (cp < 0 || cp > 0x10ffff) { in php_mb_chr()
5083 if (cp > 0xd7ff && 0xe000 > cp) { in php_mb_chr()
5087 if (cp < 0x80) { in php_mb_chr()
[all …]
/PHP-7.4/ext/odbc/
H A Dconfig.m4118 cp "$ODBC_OBJS" "$ODBC_LIB"
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c1171 const uint32_t *cp; in internal_dfa_match() local
1229 cp = PRIV(ucd_caseless_sets) + code[2]; in internal_dfa_match()
1232 if (c < *cp) { OK = FALSE; break; } in internal_dfa_match()
1233 if (c == *cp++) { OK = TRUE; break; } in internal_dfa_match()
1429 const uint32_t *cp; in internal_dfa_match() local
1487 cp = PRIV(ucd_caseless_sets) + code[3]; in internal_dfa_match()
1490 if (c < *cp) { OK = FALSE; break; } in internal_dfa_match()
1670 const uint32_t *cp; in internal_dfa_match() local
1731 if (c < *cp) { OK = FALSE; break; } in internal_dfa_match()
1936 const uint32_t *cp; in internal_dfa_match() local
[all …]
H A Dpcre2_match.c435 uint32_t cc, cp; in match_ref() local
438 cp = UCHAR21TEST(p); in match_ref()
439 if (TABLE_GET(cp, mb->lcc, cp) != TABLE_GET(cc, mb->lcc, cc)) in match_ref()
2420 const uint32_t *cp; in match() local
2490 if (fc < *cp) in match()
2492 if (fc == *cp++) in match()
2775 if (fc < *cp) in match()
2780 if (fc == *cp++) in match()
3530 if (fc < *cp) in match()
3535 if (fc == *cp++) in match()
[all …]
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c214 char *cp; in firebird_stmt_describe() local
222 cp = ZSTR_VAL(col->name); in firebird_stmt_describe()
224 memmove(cp, var->relname, var->relname_length); in firebird_stmt_describe()
225 cp += var->relname_length; in firebird_stmt_describe()
226 *cp++ = '.'; in firebird_stmt_describe()
228 memmove(cp, var->aliasname, var->aliasname_length); in firebird_stmt_describe()
229 *(cp+var->aliasname_length) = '\0'; in firebird_stmt_describe()

Completed in 238 milliseconds

12