Home
last modified time | relevance | path

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

12345678910>>...93

/PHP-5.6/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-5.6/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()
293 if (i + 2 < len && code[i+1] == '<' && code[i+2] == '<') { in cli_is_valid_code()
334 if (code[i-1] == '*' && code[i] == '/') { in cli_is_valid_code()
340 switch(code[i]) { in cli_is_valid_code()
360 …} else if (code[i - (heredoc_len + 2)] == '\n' && !strncmp(code + i - heredoc_len - 1, heredoc_tag… in cli_is_valid_code()
653 code = erealloc(code, size); in readline_shell_run()
657 code[pos] = '\n'; in readline_shell_run()
658 code[++pos] = '\0'; in readline_shell_run()
[all …]
/PHP-5.6/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-5.6/ext/mbstring/oniguruma/enc/
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()
H A Dkoi8_r.c33 #define ENC_IS_KOI8_R_CTYPE(code,ctype) \ argument
34 ((EncKOI8_R_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
131 koi8_r_is_code_ctype(OnigCodePoint code, unsigned int ctype) in koi8_r_is_code_ctype() argument
133 if (code < 256) in koi8_r_is_code_ctype()
134 return ENC_IS_KOI8_R_CTYPE(code, ctype); in koi8_r_is_code_ctype()
H A Dascii.c33 ascii_is_code_ctype(OnigCodePoint code, unsigned int ctype) in ascii_is_code_ctype() argument
35 if (code < 128) in ascii_is_code_ctype()
36 return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); in ascii_is_code_ctype()
H A Diso8859_7.c33 #define ENC_IS_ISO_8859_7_CTYPE(code,ctype) \ argument
34 ((EncISO_8859_7_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
139 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype() argument
141 if (code < 256) in is_code_ctype()
142 return ENC_IS_ISO_8859_7_CTYPE(code, ctype); in is_code_ctype()
/PHP-5.6/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-5.6/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-5.6/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-5.6/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-5.6/ext/ereg/regex/
H A Dregerror.c35 int code; member
80 for (r = rerrs; r->code >= 0; r++) in regerror()
81 if (r->code == target) in regerror()
85 if (r->code >= 0) { in regerror()
122 for (r = rerrs; r->code >= 0; r++)
125 if (r->code < 0)
128 snprintf(localbuf, bufsize, "%d", r->code);
/PHP-5.6/ext/standard/
H A Dhtml.c587 *res = code; in map_from_unicode()
591 if (code <= 0xA0 || code == 0xAD /* soft hyphen */) { in map_from_unicode()
597 } else if (code >= 0x0401 && code <= 0x044F) { in map_from_unicode()
598 if (code == 0x040D || code == 0x0450 || code == 0x045D) in map_from_unicode()
607 if (code < 0xA4 || (code > 0xBE && code <= 0xFF)) { in map_from_unicode()
620 if (code <= 0x7F || (code >= 0xA0 && code <= 0xFF)) { in map_from_unicode()
669 if (code >= 0x20 && code <= 0x7D) { in map_from_unicode()
681 if (code >= 0x20 && code <= 0x7D) { in map_from_unicode()
891 *buf = code; in write_octet_sequence()
907 *buf = code; in write_octet_sequence()
[all …]
/PHP-5.6/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-5.6/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";
/PHP-5.6/Zend/
H A Dzend_vm_gen.php409 $code);
412 $code = "{\n\tfprintf(stderr, \"$name\\n\");\n" . substr($code, 1);
435 $code);
456 $code);
477 $code);
508 $code = preg_replace("/\\\$D$n/", $dcl, $code);
514 $code = preg_replace('/^\s*;\s*$/m', '', $code);
517 $code = preg_replace('/[ \t]+\n/m', "\n", $code);
519 out($f, $code);
1116 $handler = $code;
[all …]

Completed in 99 milliseconds

12345678910>>...93