Home
last modified time | relevance | path

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

12345678910>>...92

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_get.c68 pcre_get_stringnumber(const pcre *code, const char *stringname) in pcre_get_stringnumber() argument
71 pcre16_get_stringnumber(const pcre16 *code, PCRE_SPTR16 stringname) in pcre_get_stringnumber()
74 pcre32_get_stringnumber(const pcre32 *code, PCRE_SPTR32 stringname) in pcre_get_stringnumber()
268 const REAL_PCRE *re = (const REAL_PCRE *)code; in get_first_set()
281 return pcre_get_stringnumber(code, stringname); in get_first_set()
285 return pcre16_get_stringnumber(code, stringname); in get_first_set()
289 return pcre32_get_stringnumber(code, stringname); in get_first_set()
388 pcre_copy_named_substring(const pcre *code, const char *subject, in pcre_copy_named_substring() argument
403 int n = get_first_set(code, stringname, ovector); in pcre_copy_named_substring()
605 pcre_get_named_substring(const pcre *code, const char *subject, in pcre_get_named_substring() argument
[all …]
/PHP-7.1/ext/mbstring/oniguruma/enc/
H A Dutf16_be.c80 OnigCodePoint code; in utf16be_mbc_to_code() local
90 code = p[0] * 256 + p[1]; in utf16be_mbc_to_code()
92 return code; in utf16be_mbc_to_code()
96 utf16be_code_to_mbclen(OnigCodePoint code) in utf16be_code_to_mbclen() argument
98 return (code > 0xffff ? 4 : 2); in utf16be_code_to_mbclen()
106 if (code > 0xffff) { in utf16be_code_to_mbc()
109 plane = (code >> 16) - 1; in utf16be_code_to_mbc()
111 high = (code & 0xff00) >> 8; in utf16be_code_to_mbc()
114 *p = (UChar )(code & 0xff); in utf16be_code_to_mbc()
118 *p++ = (UChar )((code & 0xff00) >> 8); in utf16be_code_to_mbc()
[all …]
H A Dutf16_le.c52 utf16le_code_to_mbclen(OnigCodePoint code) in utf16le_code_to_mbclen() argument
54 return (code > 0xffff ? 4 : 2); in utf16le_code_to_mbclen()
86 OnigCodePoint code; in utf16le_mbc_to_code() local
97 code = c1 * 256 + p[0]; in utf16le_mbc_to_code()
99 return code; in utf16le_mbc_to_code()
107 if (code > 0xffff) { in utf16le_code_to_mbc()
110 plane = (code >> 16) - 1; in utf16le_code_to_mbc()
111 high = (code & 0xff00) >> 8; in utf16le_code_to_mbc()
115 *p++ = (UChar )(code & 0xff); in utf16le_code_to_mbc()
120 *p++ = (UChar )(code & 0xff); in utf16le_code_to_mbc()
[all …]
H A Diso8859_11.c32 #define ENC_IS_ISO_8859_11_CTYPE(code,ctype) \ argument
33 ((EncISO_8859_11_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
71 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() argument
73 if (code < 256) in is_code_ctype()
74 return ENC_IS_ISO_8859_11_CTYPE(code, ctype); in is_code_ctype()
H A Diso8859_6.c32 #define ENC_IS_ISO_8859_6_CTYPE(code,ctype) \ argument
33 ((EncISO_8859_6_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
71 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() argument
73 if (code < 256) in is_code_ctype()
74 return ENC_IS_ISO_8859_6_CTYPE(code, ctype); in is_code_ctype()
H A Diso8859_8.c32 #define ENC_IS_ISO_8859_8_CTYPE(code,ctype) \ argument
33 ((EncISO_8859_8_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
71 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() argument
73 if (code < 256) in is_code_ctype()
74 return ENC_IS_ISO_8859_8_CTYPE(code, ctype); in is_code_ctype()
H A Dcp1251.c34 #define ENC_IS_CP1251_CTYPE(code,ctype) \ argument
35 ((EncCP1251_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
119 cp1251_is_code_ctype(OnigCodePoint code, unsigned int ctype) in cp1251_is_code_ctype() argument
121 if (code < 256) in cp1251_is_code_ctype()
122 return ENC_IS_CP1251_CTYPE(code, ctype); in cp1251_is_code_ctype()
H A Diso8859_5.c33 #define ENC_IS_ISO_8859_5_CTYPE(code,ctype) \ argument
34 ((EncISO_8859_5_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
131 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() argument
133 if (code < 256) in is_code_ctype()
134 return ENC_IS_ISO_8859_5_CTYPE(code, ctype); in is_code_ctype()
/PHP-7.1/ext/exif/tests/
H A Dbug76557.phpt11 Warning: exif_read_data(bug76557.jpg): Process tag(x010F=Make ): Illegal format code 0x3030, …
13 Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, …
15 Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, …
17 Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, …
19 Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, …
21 Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, …
23 Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, …
25 Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, …
27 Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, …
29 Warning: exif_read_data(bug76557.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, …
[all …]
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput11-168 Memory allocation (code space): 24
19 Memory allocation (code space): 38
34 Memory allocation (code space): 36
49 Memory allocation (code space): 46
59 Memory allocation (code space): 10
72 Memory allocation (code space): 14
85 Memory allocation (code space): 14
94 Memory allocation (code space): 14
103 Memory allocation (code space): 20
113 Memory allocation (code space): 26
[all …]
H A Dtestoutput11-328 Memory allocation (code space): 48
19 Memory allocation (code space): 76
34 Memory allocation (code space): 72
49 Memory allocation (code space): 60
59 Memory allocation (code space): 20
72 Memory allocation (code space): 28
85 Memory allocation (code space): 28
94 Memory allocation (code space): 28
103 Memory allocation (code space): 40
113 Memory allocation (code space): 52
[all …]
H A Dtestoutput11-88 Memory allocation (code space): 17
19 Memory allocation (code space): 25
34 Memory allocation (code space): 23
49 Memory allocation (code space): 41
59 Memory allocation (code space): 7
72 Memory allocation (code space): 9
85 Memory allocation (code space): 9
94 Memory allocation (code space): 9
103 Memory allocation (code space): 13
113 Memory allocation (code space): 18
[all …]
/PHP-7.1/ext/ctype/tests/
H A Dctype_space_variation2.phpt9 * Source code: ext/ctype/ctype.c
23 echo "character code $c is a space character\n";
31 character code 9 is a space character
32 character code 10 is a space character
33 character code 11 is a space character
34 character code 12 is a space character
35 character code 13 is a space character
36 character code 32 is a space character
/PHP-7.1/ext/readline/
H A Dreadline_cli.c189 char *code; in cli_get_prompt() local
199 efree(code); in cli_get_prompt()
224 switch(code[i]) { in cli_is_valid_code()
287 if (i + 2 < len && code[i+1] == '<' && code[i+2] == '<') { in cli_is_valid_code()
328 if (code[i-1] == '*' && code[i] == '/') { in cli_is_valid_code()
334 switch(code[i]) { in cli_is_valid_code()
354 …} else if (code[i - (heredoc_len + 2)] == '\n' && !strncmp(code + i - heredoc_len - 1, heredoc_tag… in cli_is_valid_code()
652 code = erealloc(code, size); in readline_shell_run()
656 code[pos] = '\n'; in readline_shell_run()
657 code[++pos] = '\0'; in readline_shell_run()
[all …]
/PHP-7.1/ext/intl/doc/
H A Dcommon_api.php40 * @param int $code ICU error code.
45 function intl_is_failure($code) {} argument
52 * @param int $code ICU error code.
56 function intl_error_name($code) {} argument
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregerror.c42 onig_error_code_to_format(int code) in onig_error_code_to_format() argument
46 if (code >= 0) return (UChar* )0; in onig_error_code_to_format()
48 switch (code) { in onig_error_code_to_format()
200 OnigCodePoint code; in to_ascii() local
207 if (code >= 0x80) { in to_ascii()
225 buf[len++] = (UChar )code; in to_ascii()
253 int code;
263 va_init_list(vargs, code);
265 switch (code) {
276 q = onig_error_code_to_format(code);
[all …]
H A Dregenc.h127 ONIG_EXTERN int onigenc_single_byte_code_to_mbclen P_((OnigCodePoint code));
128 ONIG_EXTERN int onigenc_single_byte_code_to_mbc P_((OnigCodePoint code, UChar *buf));
136 ONIG_EXTERN int onigenc_mb2_code_to_mbclen P_((OnigCodePoint code));
141 ONIG_EXTERN int onigenc_mb4_code_to_mbclen P_((OnigCodePoint code));
172 extern int onig_is_in_code_range P_((const UChar* p, OnigCodePoint code));
179 #define ONIGENC_IS_ASCII_CODE(code) ((code) < 0x80) argument
182 #define ONIGENC_IS_ASCII_CODE_CTYPE(code,ctype) \ argument
183 ((OnigEncAsciiCtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
184 #define ONIGENC_IS_ASCII_CODE_CASE_AMBIG(code) \ argument
185 (ONIGENC_IS_ASCII_CODE_CTYPE(code, ONIGENC_CTYPE_UPPER) ||\
[all …]
H A Doniguruma.h268 #define ONIGENC_IS_CODE_ASCII(code) ((code) < 128) argument
294 #define ONIGENC_CODE_TO_MBCLEN(enc,code) (enc)->code_to_mbclen(code) argument
295 #define ONIGENC_CODE_TO_MBC(enc,code,buf) (enc)->code_to_mbc(code,buf) argument
299 #define ONIGENC_IS_CODE_CTYPE(enc,code,ctype) (enc)->is_code_ctype(code,ctype) argument
303 #define ONIGENC_IS_CODE_GRAPH(enc,code) \ argument
305 #define ONIGENC_IS_CODE_PRINT(enc,code) \ argument
307 #define ONIGENC_IS_CODE_ALNUM(enc,code) \ argument
309 #define ONIGENC_IS_CODE_ALPHA(enc,code) \ argument
311 #define ONIGENC_IS_CODE_LOWER(enc,code) \ argument
313 #define ONIGENC_IS_CODE_UPPER(enc,code) \ argument
[all …]
/PHP-7.1/ext/standard/tests/streams/
H A Dbug64433.phpt24 foreach($codes as $code) {
25 echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1");
34 foreach($codes as $code) {
35 …echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1",…
44 foreach($codes as $code) {
45 …echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1",…
/PHP-7.1/ext/mbstring/ucgendat/
H A Ducgendat.c121 ac_uint4 code; member
197 ac_uint4 code; member
492 if (i < *pdecomps_used && code != (*pdecomps)[i].code) { in add_decomp()
516 if ((*pdecomps)[i].code != code) in add_decomp()
519 (*pdecomps)[i].code = code; in add_decomp()
776 for (i = 0; i < ncodes_used && code > ncodes[i].code; i++) ; in add_number()
782 if (i < ncodes_used && code == ncodes[i].code) { in add_number()
805 ncodes[j].code = ncodes[j - 1].code; in add_number()
809 ncodes[i].code = code; in add_number()
1148 if (code > decs[m].code)
[all …]
/PHP-7.1/ext/standard/
H A Dhtml.c588 *res = code; in map_from_unicode()
592 if (code <= 0xA0 || code == 0xAD /* soft hyphen */) { in map_from_unicode()
598 } else if (code >= 0x0401 && code <= 0x044F) { in map_from_unicode()
599 if (code == 0x040D || code == 0x0450 || code == 0x045D) in map_from_unicode()
608 if (code < 0xA4 || (code > 0xBE && code <= 0xFF)) { in map_from_unicode()
621 if (code <= 0x7F || (code >= 0xA0 && code <= 0xFF)) { in map_from_unicode()
670 if (code >= 0x20 && code <= 0x7D) { in map_from_unicode()
682 if (code >= 0x20 && code <= 0x7D) { in map_from_unicode()
892 *buf = code; in write_octet_sequence()
908 *buf = code; in write_octet_sequence()
[all …]
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorinfo.phpt18 $code = $info[0];
20 if (($code != $expected) && (($expected != '00000') && ($code != ''))) {
21 printf("[%03d] Expecting error code '%s' got code '%s'\n",
22 $offset, $expected, $code);
27 printf("[%03d] Driver-specific error code not set\n", $offset);
42 PDOStatement->errorCode() to return the error code for an
45 $code = $db->errorCode();
75 // lets hope this is an invalid attribute code
106 [015] Driver-specific error code not set
108 [016] Driver-specific error code not set
H A Dpdo_mysql_errorcode.phpt18 $code = $obj->errorCode();
19 if (($code != $expected) && (($expected != '00000') && ($code != ''))) {
20 printf("[%03d] Expecting error code '%s' got code '%s'\n",
21 $offset, $expected, $code);
32 PDOStatement->errorCode() to return the error code for an
35 $code = $db->errorCode();
65 // lets hope this is an invalid attribute code
/PHP-7.1/Zend/
H A Dzend_vm_gen.php816 $code);
819 $code = "{\n\tfprintf(stderr, \"$name\\n\");\n" . substr($code, 1);
845 $code);
869 $code);
893 $code);
930 $code = preg_replace("/\\\$D$n/", $dcl, $code);
936 $code = preg_replace('/^\s*;\s*$/m', '', $code);
939 $code = preg_replace('/[ \t]+\n/m', "\n", $code);
941 out($f, $code);
2012 $handler = $code;
[all …]
/PHP-7.1/ext/pdo/tests/
H A Dbug_34687.phpt21 $code = $db->errorCode();
22 if ($code !== '00000' && strlen($code)) {
23 echo "OK: $code\n";
25 echo "ERR: $code\n";

Completed in 92 milliseconds

12345678910>>...92