Home
last modified time | relevance | path

Searched refs:codes (Results 1 – 25 of 41) sorted by relevance

12

/PHP-5.5/ext/pdo_mysql/
H A Dget_error_codes.php2 $codes = array(); variable
9 $codes[$matches[1]] = $matches[2];
14 if (empty($codes)) {
20 foreach ($codes as $code => $state) {
/PHP-5.5/sapi/cli/tests/
H A D017.phpt14 $codes = array();
16 $codes[1] = <<<EOT
21 $codes[] = <<<EOT
28 $codes[] = <<<EOT
37 $codes[] = <<<EOT
44 $codes[] = <<<EOT
51 foreach ($codes as $key => $code) {
H A D016.phpt17 $codes = array();
19 $codes[1] = <<<EOT
24 $codes[] = <<<EOT
31 $codes[] = <<<EOT
40 $codes[] = <<<EOT
47 $codes[] = <<<EOT
54 foreach ($codes as $key => $code) {
H A Dbug67429.phpt2 FR #67429 (CLI server is missing some new HTTP response codes)
/PHP-5.5/ext/standard/tests/streams/
H A Dbug64433.phpt23 $codes = array(200, 201, 204, 301, 302, 303, 304, 305, 307, 404, 500);
24 foreach($codes as $code) {
34 foreach($codes as $code) {
44 foreach($codes as $code) {
/PHP-5.5/ext/standard/tests/general_functions/
H A Dheader_redirection_002.phpt2 Location: headers override non-201 and 3xx response codes
/PHP-5.5/ext/intl/tests/
H A Dintl_is_failure.phpt8 * Check determining failure error codes.
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt80 printf("[014] Cannot find proper error codes: %s\n", $tmp);
94 printf("[016] Cannot find proper error codes: %s\n", $tmp);
111 printf("[018] Cannot find proper error codes: %s\n", $tmp);
125 printf("[019] Cannot find proper error codes: %s\n", $tmp);
151 printf("[022] Cannot find proper error codes: %s\n", $tmp);
169 printf("[024] Cannot find proper error codes: %s\n", $tmp);
215 /* TODO: add proper codes */
217 printf("[027] TODO - Cannot find proper error codes: %s\n", $tmp);
/PHP-5.5/ext/tokenizer/tests/
H A Dbug54089.phpt7 $codes = array(
15 foreach ($codes as $code) {
/PHP-5.5/ext/standard/tests/strings/
H A Dstrval_variation2.phpt2 Test strval() function : usage variations - Pass all valid char codes
10 echo "*** Testing strval() : usage variations - Pass all valid char codes ***\n";
65 *** Testing strval() : usage variations - Pass all valid char codes ***
/PHP-5.5/ext/ctype/tests/
H A Dctype_space_variation2.phpt13 * Pass different integers to ctype_space() to test which character codes are considered
H A Dctype_digit_variation2.phpt13 * Pass different integers to ctype_digit() to test which character codes are considered
H A Dctype_punct_variation2.phpt14 * Pass different integers to ctype_punct() to test which character codes are considered
H A Dctype_xdigit_variation2.phpt13 * Pass different integers to ctype_xdigit() to test which character codes are considered
H A Dctype_xdigit_variation4.phpt15 * 2. correspond to character codes recognised as hexadecimal digits (see variation2)
H A Dctype_cntrl_variation2.phpt13 * Pass different integers to ctype_cntrl() to test which character codes are considered
H A Dctype_upper_variation2.phpt13 * Pass different integers to ctype_upper() to test which character codes are considered
H A Dctype_lower_variation2.phpt13 * Pass different integers to ctype_lower() to test which character codes are considered
H A Dctype_alpha_variation2.phpt13 * Pass different integers to ctype_alpha() to test which character codes are considered
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_ping.phpt33 printf("[004] Error codes should have been reset\n");
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dunicode.c11161 OnigCodePoint code, codes[3]; local
11310 codes[0] = code;
11314 codes[1] = to->code[0];
11317 codes[1] = code;
11321 if (onig_st_lookup(Unfold2Table, (st_data_t )codes, (void* )&z2) != 0) {
11335 codes[2] = to->code[0];
11338 codes[2] = code;
11342 if (onig_st_lookup(Unfold3Table, (st_data_t )codes,
/PHP-5.5/ext/mbstring/tests/
H A Dhtmlent.phpt27 // &128... will stay as they are since their character codes are above 127
/PHP-5.5/ext/mysql/tests/
H A Dmysql_ping.phpt30 printf("[003] Error codes should have been reset\n");
/PHP-5.5/ext/intl/
H A DERROR.CONVENTIONS9 PHP wrapper functions can set these error codes when appropriate. For instance,
60 These methods are used to retrieve the error codes stored in the object's
/PHP-5.5/ext/soap/
H A DTODO87 ? HTTP status codes

Completed in 51 milliseconds

12