Home
last modified time | relevance | path

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

12

/PHP-8.1/ext/pdo_mysql/
H A Dget_error_codes.php3 $codes = array(); variable
10 $codes[$matches[1]] = $matches[2];
15 if (empty($codes)) {
21 foreach ($codes as $code => $state) {
/PHP-8.1/sapi/cli/tests/
H A D017.phpt19 $codes = array();
21 $codes[1] = <<<EOT
26 $codes[] = <<<EOT
33 $codes[] = <<<EOT
42 $codes[] = <<<EOT
49 $codes[] = <<<EOT
56 foreach ($codes as $key => $code) {
H A D016.phpt19 $codes = array();
21 $codes[1] = <<<EOT
26 $codes[] = <<<EOT
33 $codes[] = <<<EOT
42 $codes[] = <<<EOT
49 $codes[] = <<<EOT
56 foreach ($codes as $key => $code) {
H A Dbug67429_1.phpt2 FR #67429 (CLI server is missing some new HTTP response codes)
H A Dbug67429_2.phpt2 FR #67429 (CLI server is missing some new HTTP response codes)
/PHP-8.1/ext/standard/tests/strings/
H A Dpack64_32.phpt55 64-bit format codes are not available for 32-bit versions of PHP
56 64-bit format codes are not available for 32-bit versions of PHP
57 64-bit format codes are not available for 32-bit versions of PHP
58 64-bit format codes are not available for 32-bit versions of PHP
59 64-bit format codes are not available for 32-bit versions of PHP
60 64-bit format codes are not available for 32-bit versions of PHP
61 64-bit format codes are not available for 32-bit versions of PHP
62 64-bit format codes are not available for 32-bit versions of PHP
H A Dstrval_variation2.phpt2 Test strval() function : usage variations - Pass all valid char codes
5 echo "*** Testing strval() : usage variations - Pass all valid char codes ***\n";
59 *** Testing strval() : usage variations - Pass all valid char codes ***
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_serialize.c72 pcre2_serialize_encode(const pcre2_code **codes, int32_t number_of_codes, in pcre2_serialize_encode() argument
87 if (codes == NULL || serialized_bytes == NULL || serialized_size == NULL) in pcre2_serialize_encode()
98 if (codes[i] == NULL) return PCRE2_ERROR_NULL; in pcre2_serialize_encode()
99 re = (const pcre2_real_code *)(codes[i]); in pcre2_serialize_encode()
129 re = (const pcre2_real_code *)(codes[i]); in pcre2_serialize_encode()
163 pcre2_serialize_decode(pcre2_code **codes, int32_t number_of_codes, in pcre2_serialize_decode() argument
177 if (data == NULL || codes == NULL) return PCRE2_ERROR_NULL; in pcre2_serialize_decode()
222 memctl->free(codes[j], memctl->memory_data); in pcre2_serialize_decode()
223 codes[j] = NULL; in pcre2_serialize_decode()
246 codes[i] = dst_re; in pcre2_serialize_decode()
/PHP-8.1/ext/standard/tests/streams/
H A Dbug64433.phpt19 $codes = array(200, 201, 204, 301, 302, 303, 304, 305, 307, 404, 500);
20 foreach($codes as $code) {
30 foreach($codes as $code) {
40 foreach($codes as $code) {
/PHP-8.1/ext/tokenizer/tests/
H A Dbad_character.phpt8 $codes = [
14 foreach ($codes as $code) {
H A Dbug54089.phpt7 $codes = array(
15 foreach ($codes as $code) {
/PHP-8.1/ext/mbstring/ucgendat/
H A Ductest.php41 $codes = [];
43 $codes[] = intval($strCode, 16);
45 return $codes;
/PHP-8.1/ext/intl/tests/
H A Dintl_is_failure.phpt8 * Check determining failure error codes.
/PHP-8.1/ext/standard/tests/general_functions/
H A Dheader_redirection_002.phpt2 Location: headers override non-201 and 3xx response codes
/PHP-8.1/ext/com_dotnet/tests/
H A Dbug79242.phpt2 Bug #79242 (COM error constants don't match com_exception codes)
/PHP-8.1/ext/sqlite3/tests/
H A Dsqlite3_39_toggleExtended.phpt20 echo "Toggling extended error codes and re-inserting a third time" . PHP_EOL;
36 Toggling extended error codes and re-inserting a third time
/PHP-8.1/ext/xml/tests/
H A Dxml_error_string_basic.phpt2 xml_error_string() - Basic test on 5 error codes
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt85 printf("[014] Cannot find proper error codes: %s\n", $tmp);
99 printf("[016] Cannot find proper error codes: %s\n", $tmp);
116 printf("[018] Cannot find proper error codes: %s\n", $tmp);
130 printf("[019] Cannot find proper error codes: %s\n", $tmp);
157 printf("[022] Cannot find proper error codes: %s\n", $tmp);
175 printf("[024] Cannot find proper error codes: %s\n", $tmp);
221 /* TODO: add proper codes */
223 printf("[027] TODO - Cannot find proper error codes: %s\n", $tmp);
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_ping.phpt24 printf("[004] Error codes should have been reset\n");
/PHP-8.1/ext/ctype/tests/
H A Dctype_space_variation2.phpt8 * Pass different integers to ctype_space() to test which character codes are considered
H A Dctype_digit_variation2.phpt8 * Pass different integers to ctype_digit() to test which character codes are considered
H A Dctype_punct_variation2.phpt8 * Pass different integers to ctype_punct() to test which character codes are considered
H A Dctype_xdigit_variation2.phpt8 * Pass different integers to ctype_xdigit() to test which character codes are considered
H A Dctype_cntrl_variation2.phpt8 * Pass different integers to ctype_cntrl() to test which character codes are considered
/PHP-8.1/ext/mbstring/tests/
H A Dhtmlent.phpt27 // &128... will stay as they are since their character codes are above 127

Completed in 81 milliseconds

12