Home
last modified time | relevance | path

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

12

/PHP-7.3/ext/mbstring/
H A Dmbstring.c2041 if (cp <= 0 || cp >= 0x110000) { in php_mb_check_code_point()
2046 if (cp >= 0xd800 && cp <= 0xdfff) { in php_mb_check_code_point()
4865 zend_long cp; in php_mb_ord() local
4888 return cp; in php_mb_ord()
4900 zend_long cp; in PHP_FUNCTION() local
4910 if (0 > cp) { in PHP_FUNCTION()
4914 RETURN_LONG(cp); in PHP_FUNCTION()
4938 if (cp < 0 || cp > 0x10ffff) { in php_mb_chr()
4943 if (cp > 0xd7ff && 0xe000 > cp) { in php_mb_chr()
4947 if (cp < 0x80) { in php_mb_chr()
[all …]
H A Dconfig.m457 cp $ext_srcdir/oniguruma/src/oniguruma.h $ext_srcdir/oniguruma/oniguruma.h
/PHP-7.3/ext/com_dotnet/
H A Dcom_dotnet.c197 zend_long cp = GetACP(); in PHP_FUNCTION() local
248 &cp)) { in PHP_FUNCTION()
253 cp_it = php_win32_cp_get_by_id((DWORD)cp); in PHP_FUNCTION()
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()
/PHP-7.3/
H A Dmakedist86 cp $i.bak $i
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 DREADME.SELF-CONTAINED-EXTENSIONS40 $ cp -rp php-4.0.X/ext/mysql/* .
H A Dltmain.sh621 *install*|cp|mv)
5584 $run cp "$obj" "$gentop/$newobj"
5859 *[\\\ /]cp\ *) ;;
H A Dacinclude.m4854 \$(LIBTOOL) --mode=install cp $3/$1.$suffix \$(phplibdir)
2063 char *cp = (char *)&one;
2065 if (*cp == 0) {
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c1157 const uint32_t *cp; in internal_dfa_match() local
1215 cp = PRIV(ucd_caseless_sets) + code[2]; in internal_dfa_match()
1218 if (c < *cp) { OK = FALSE; break; } in internal_dfa_match()
1219 if (c == *cp++) { OK = TRUE; break; } in internal_dfa_match()
1415 const uint32_t *cp; in internal_dfa_match() local
1473 cp = PRIV(ucd_caseless_sets) + code[3]; in internal_dfa_match()
1476 if (c < *cp) { OK = FALSE; break; } in internal_dfa_match()
1656 const uint32_t *cp; in internal_dfa_match() local
1717 if (c < *cp) { OK = FALSE; break; } in internal_dfa_match()
1922 const uint32_t *cp; in internal_dfa_match() local
[all …]
H A Dpcre2_match.c422 uint32_t cc, cp; in match_ref() local
425 cp = UCHAR21TEST(p); in match_ref()
426 if (TABLE_GET(cp, mb->lcc, cp) != TABLE_GET(cc, mb->lcc, cc)) in match_ref()
2347 const uint32_t *cp; in match() local
2417 if (fc < *cp) in match()
2419 if (fc == *cp++) in match()
2702 if (fc < *cp) in match()
2707 if (fc == *cp++) in match()
3457 if (fc < *cp) in match()
3462 if (fc == *cp++) in match()
[all …]
/PHP-7.3/ext/phar/
H A DMakefile.frag30 -@test -f $(builddir)/phar/phar.inc || cp $(srcdir)/phar/phar.inc $(builddir)/phar/phar.inc
/PHP-7.3/sapi/fpm/tests/
H A Dsocket-uds-acl.phpt64 passthru("/usr/bin/getfacl -cp " . $tester->getListen('{{ADDR:UDS}}'));
/PHP-7.3/ext/curl/
H A Dphp_curl.h176 CURL *cp; member
/PHP-7.3/Zend/
H A Dacinclude.m497 char *cp = (char *)&one;
99 if (*cp == 0) {
/PHP-7.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c735 char *cp; in mprint() local
738 cp = estrndup((const char *)ms->search.s, ms->search.rm_len); in mprint()
740 file_printable(sbuf, sizeof(sbuf), cp)); in mprint()
741 efree(cp); in mprint()
/PHP-7.3/build/
H A Dshtool872 cp "$src" "$dsttmp" || shtool_exit $?
888 cp "$dsttmp" "$dsttmp.old"
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
/PHP-7.3/ext/odbc/
H A Dconfig.m4120 cp "$ODBC_OBJS" "$ODBC_LIB"
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregcomp.c125 enum OpCode* cp; in ops_init() local
127 cp = (enum OpCode* )xrealloc(reg->ocs, size); in ops_init()
128 CHECK_NULL_RETURN_MEMERR(cp); in ops_init()
129 reg->ocs = cp; in ops_init()
154 enum OpCode* cp; in ops_expand() local
169 cp = (enum OpCode* )xrealloc(reg->ocs, size); in ops_expand()
170 CHECK_NULL_RETURN_MEMERR(cp); in ops_expand()
171 reg->ocs = cp; in ops_expand()
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch4012 char *cp;
4015 - cp = strndup((const char *)ms->search.s, ms->search.rm_len);
4016 - if (cp == NULL) {
4020 + cp = estrndup((const char *)ms->search.s, ms->search.rm_len);
4022 file_printable(sbuf, sizeof(sbuf), cp));
4023 - free(cp);
4024 + efree(cp);
/PHP-7.3/ext/hash/tests/
H A Dfnv1a32.phpt15 array( 'cp', '47297986' ),
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY1089 2004/11/30: [inst] add "cp -p st.[ch] st.[ch].ruby_orig" to "make 19".
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic11547 # From: Cal Peake <cp@absolutedigital.net>
H A Dmagic私はガラスを食べられます11547 # From: Cal Peake <cp@absolutedigital.net>

Completed in 282 milliseconds

12