Home
last modified time | relevance | path

Searched refs:pair (Results 1 – 25 of 36) sorted by relevance

12

/php-src/ext/mbstring/tests/
H A Dgh10192_utf7imap.phpt39 'valid base64 character using surrogate pair between & and end of string' => 'A &2GfePQ',
281 valid base64 character using surrogate pair between & and -
290 first 16 bits of base64 character using surrogate pair between & and -
299 valid base64 character using surrogate pair between & and non-base64 character
308 first 16 bits of base64 character using surrogate pair between & and non-base64 character
317 valid base64 character using surrogate pair between & and base64 character
326 first 16 bits of base64 character using surrogate pair between & and base64 character
335 valid base64 character using surrogate pair between & and end of string
344 first 16 bits of base64 character using surrogate pair between & and end of string
353 invalid base64 character using surrogate pair in reverse order between & and -
[all …]
H A Dgh10192_utf7.phpt51 'valid base64 character using surrogate pair between + and end of string' => 'A +2GfePQ',
400 valid base64 character using surrogate pair between + and -
409 first 16 bits of base64 character using surrogate pair between + and -
418 valid base64 character using surrogate pair between + and non-base64 character
427 first 16 bits of base64 character using surrogate pair between + and non-base64 character
436 valid base64 character using surrogate pair between + and base64 character
445 first 16 bits of base64 character using surrogate pair between + and base64 character
454 valid base64 character using surrogate pair between + and end of string
463 first 16 bits of base64 character using surrogate pair between + and end of string
472 invalid base64 character using surrogate pair in reverse order between + and -
[all …]
H A Dzend_multibyte-05.phpt12 // back to UTF-8. There should be only a pair of consecutive bytes that is
H A Dzend_multibyte-09.phpt13 // back to UTF-8. There should be only a pair of consecutive bytes that is
H A Dutf7imap_encoding.phpt110 /* 1. The second half of a surrogate pair could come first, */
124 die("That was supposed to be a surrogate pair");
138 /* 2. The first half of a surrogate pair might be followed by an invalid 2nd part, */
148 /* 3. The first half of a surrogate pair could come at the end of the string, */
156 /* NOTE: We currently don't check for trailing first half of surrogate pair when the string
159 * for the trailing first half of surrogate pair */
H A Dutf_encodings.phpt844 // Second half of surrogate pair comes first
847 // First half of surrogate pair not followed by second part
850 // First half of surrogate pair at end of string
864 // Second half of surrogate pair comes first
867 // First half of surrogate pair not followed by second part
870 // First half of surrogate pair at end of string
873 // Two successive codepoints which are both the 1st part of a surrogate pair
1022 // Surrogate pair
1061 // Second half of surrogate pair coming first
1066 // First half of surrogate pair not followed by second half
[all …]
/php-src/ext/iconv/tests/
H A Dbug74230.phpt10 $pair = $high.$low;
14 @\iconv('UTF-8', 'UTF-8', $pair) === false
H A Diconv_mime_decode_headers.phpt11 Received: from pb1.pair.com (pb1.pair.com [16.92.131.4]) by ***.example.com
45 …string(259) "from pb1.pair.com (pb1.pair.com [16.92.131.4]) by ***.example.com (8.12.10/8.12.10/19…
/php-src/ext/standard/tests/array/
H A Darray_change_key_case_variation.phpt17 /* should return one value key pair with key being in lowercase */
20 /* should return one value key pair with key being in uppercase */
H A Darray_diff_assoc_variation8.phpt15 $array_assoc = array ('2' => 'c', //same key=>value pair, different order
H A Darray_diff_variation6.phpt15 $array_assoc = array ('2' => 'c', //same key=>value pair, different order
/php-src/ext/pcntl/
H A Dpcntl.c560 char **current_arg, **pair; in PHP_FUNCTION() local
607 pair = envp = safe_emalloc((envc + 1), sizeof(char *), 0); in PHP_FUNCTION()
625 *pair = safe_emalloc(Z_STRLEN_P(element) + 1, sizeof(char), ZSTR_LEN(key) + 1); in PHP_FUNCTION()
627 strlcpy(*pair, ZSTR_VAL(key), ZSTR_LEN(key) + 1); in PHP_FUNCTION()
628 strlcat(*pair, "=", pair_length); in PHP_FUNCTION()
629 strlcat(*pair, Z_STRVAL_P(element), pair_length); in PHP_FUNCTION()
634 pair++; in PHP_FUNCTION()
636 *(pair) = NULL; in PHP_FUNCTION()
644 for (pair = envp; *pair != NULL; pair++) efree(*pair); in PHP_FUNCTION()
/php-src/ext/sockets/tests/
H A Dsocket_create_pair-wrongparams.phpt30 Warning: socket_create_pair(): Unable to create socket pair [%d]: %s not supported in %s on line %d
/php-src/ext/standard/tests/strings/
H A Dstrtr_variation4.phpt7 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
H A Dstrtr_variation1.phpt7 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
H A Dstrtr_variation2.phpt7 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
H A Dstrtr_variation3.phpt7 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
/php-src/ext/dba/tests/
H A Ddba_lmdb.phpt38 Warning: dba_delete(): MDB_NOTFOUND: No matching key/data pair found in %s on line %d
86 Warning: dba_delete(): MDB_NOTFOUND: No matching key/data pair found in %s on line %d
/php-src/main/
H A Drfc1867.c784 char *pair = NULL; local
796 while (*cd && (pair = getword(mbuff->input_encoding, &cd, ';')))
798 char *key = NULL, *word = pair;
804 if (strchr(pair, '=')) {
805 key = getword(mbuff->input_encoding, &pair, '=');
811 param = getword_conf(mbuff->input_encoding, pair);
824 filename = getword_conf(mbuff->input_encoding, pair);
/php-src/ext/dom/tests/modern/spec/
H A DElement_getAttributeNS.phpt13 // Every pair of 2 calls should return the same result
H A DElement_getAttributeNodeNS.phpt15 // Every pair of 2 calls should return the same result
H A DElement_hasAttributeNS.phpt13 // Every pair of 2 calls should return the same result
/php-src/Zend/
H A Dzend_weakrefs.c469 zval pair; in zend_weakmap_get_properties_for() local
470 array_init(&pair); in zend_weakmap_get_properties_for()
473 add_assoc_object(&pair, "key", obj); in zend_weakmap_get_properties_for()
475 add_assoc_zval(&pair, "value", val); in zend_weakmap_get_properties_for()
477 zend_hash_next_index_insert_new(ht, &pair); in zend_weakmap_get_properties_for()
/php-src/ext/pcre/tests/
H A Dbug76514.phpt490 (?<pair> \s* (?&string) \s* : (?&json) \s* )
491 (?<object> \{ (?: (?&pair) (?: , (?&pair) )* )? \s* \} )
/php-src/ext/standard/
H A Dstreamsfuncs.c57 php_socket_t pair[2]; in PHP_FUNCTION() local
65 if (0 != socketpair((int)domain, (int)type, (int)protocol, pair)) { in PHP_FUNCTION()
72 s1 = php_stream_sock_open_from_socket(pair[0], 0); in PHP_FUNCTION()
74 close(pair[0]); in PHP_FUNCTION()
75 close(pair[1]); in PHP_FUNCTION()
79 s2 = php_stream_sock_open_from_socket(pair[1], 0); in PHP_FUNCTION()
82 close(pair[1]); in PHP_FUNCTION()

Completed in 82 milliseconds

12