/PHP-7.1/ext/pdo_mysql/ |
H A D | get_error_codes.php | 2 $codes = array(); variable 9 $codes[$matches[1]] = $matches[2]; 14 if (empty($codes)) { 20 foreach ($codes as $code => $state) {
|
/PHP-7.1/sapi/cli/tests/ |
H A D | 017.phpt | 17 $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 D | 016.phpt | 17 $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 D | bug67429.phpt | 2 FR #67429 (CLI server is missing some new HTTP response codes)
|
/PHP-7.1/ext/standard/tests/strings/ |
H A D | pack64_32.phpt | 22 Warning: pack(): 64-bit format codes are not available for 32-bit versions of PHP in %s on line %d 25 Warning: pack(): 64-bit format codes are not available for 32-bit versions of PHP in %s on line %d 28 Warning: pack(): 64-bit format codes are not available for 32-bit versions of PHP in %s on line %d 31 Warning: pack(): 64-bit format codes are not available for 32-bit versions of PHP in %s on line %d 34 Warning: unpack(): 64-bit format codes are not available for 32-bit versions of PHP in %s on line %d 37 Warning: unpack(): 64-bit format codes are not available for 32-bit versions of PHP in %s on line %d 40 Warning: unpack(): 64-bit format codes are not available for 32-bit versions of PHP in %s on line %d 43 Warning: unpack(): 64-bit format codes are not available for 32-bit versions of PHP in %s on line %d
|
H A D | strval_variation2.phpt | 2 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-7.1/ext/standard/tests/streams/ |
H A D | bug64433.phpt | 23 $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-7.1/ext/standard/tests/general_functions/ |
H A D | header_redirection_002.phpt | 2 Location: headers override non-201 and 3xx response codes
|
/PHP-7.1/ext/intl/tests/ |
H A D | intl_is_failure.phpt | 8 * Check determining failure error codes.
|
/PHP-7.1/ext/pdo_mysql/tests/ |
H A D | pdo_mysql___construct.phpt | 83 printf("[014] Cannot find proper error codes: %s\n", $tmp); 97 printf("[016] Cannot find proper error codes: %s\n", $tmp); 114 printf("[018] Cannot find proper error codes: %s\n", $tmp); 128 printf("[019] Cannot find proper error codes: %s\n", $tmp); 154 printf("[022] Cannot find proper error codes: %s\n", $tmp); 172 printf("[024] Cannot find proper error codes: %s\n", $tmp); 218 /* TODO: add proper codes */ 220 printf("[027] TODO - Cannot find proper error codes: %s\n", $tmp);
|
/PHP-7.1/ext/tokenizer/tests/ |
H A D | bug54089.phpt | 7 $codes = array( 15 foreach ($codes as $code) {
|
/PHP-7.1/ext/ctype/tests/ |
H A D | ctype_space_variation2.phpt | 13 * Pass different integers to ctype_space() to test which character codes are considered
|
H A D | ctype_digit_variation2.phpt | 13 * Pass different integers to ctype_digit() to test which character codes are considered
|
H A D | ctype_xdigit_variation4.phpt | 15 * 2. correspond to character codes recognised as hexadecimal digits (see variation2)
|
H A D | ctype_punct_variation2.phpt | 14 * Pass different integers to ctype_punct() to test which character codes are considered
|
H A D | ctype_xdigit_variation2.phpt | 13 * Pass different integers to ctype_xdigit() to test which character codes are considered
|
H A D | ctype_cntrl_variation2.phpt | 13 * Pass different integers to ctype_cntrl() to test which character codes are considered
|
H A D | ctype_upper_variation2.phpt | 13 * Pass different integers to ctype_upper() to test which character codes are considered
|
H A D | ctype_lower_variation2.phpt | 13 * Pass different integers to ctype_lower() to test which character codes are considered
|
H A D | ctype_alpha_variation2.phpt | 13 * Pass different integers to ctype_alpha() to test which character codes are considered
|
/PHP-7.1/ext/mysqli/tests/ |
H A D | mysqli_ping.phpt | 33 printf("[004] Error codes should have been reset\n");
|
/PHP-7.1/ext/mbstring/oniguruma/enc/ |
H A D | unicode.c | 11180 OnigCodePoint code, codes[3]; local 11329 codes[0] = code; 11333 codes[1] = to->code[0]; 11336 codes[1] = code; 11340 if (onig_st_lookup(Unfold2Table, (st_data_t )codes, (void* )&z2) != 0) { 11354 codes[2] = to->code[0]; 11357 codes[2] = code; 11361 if (onig_st_lookup(Unfold3Table, (st_data_t )codes,
|
/PHP-7.1/ext/mbstring/tests/ |
H A D | htmlent.phpt | 27 // &128... will stay as they are since their character codes are above 127
|
/PHP-7.1/ext/intl/ |
H A D | ERROR.CONVENTIONS | 9 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-7.1/ext/soap/ |
H A D | TODO | 87 ? HTTP status codes
|