Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/intl/tests/
H A Dbug74230.phpt10 $pair = $high.$low;
14 @\iconv('UTF-8', 'UTF-8', $pair) === false
/PHP-7.4/ext/json/
H A Djson_parser.y55 } pair; member
71 %type <pair> pair
74 %destructor { zend_string_release_ex($$.key, 0); zval_ptr_dtor_nogc(&$$.val); } <pair>
135 pair
142 | member ',' pair
151 pair:
/PHP-7.4/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
35 Warning: socket_create_pair(): unable to create socket pair [%d]: %s not supported in %s on line %d
40 Warning: socket_create_pair(): unable to create socket pair [%d]: %s not supported %s on line %d
/PHP-7.4/ext/standard/tests/array/
H A Darray_walk_basic2.phpt17 * Parameters : item - value in key/value pair
18 * key - key in key/value pair
33 * Parameters : item - value in key/value pair
34 * key - key in key/value pair
H A Darray_walk_recursive_basic2.phpt17 * Parameters : item - value in key/value pair
18 * key - key in key/value pair
33 * Parameters : item - value in key/value pair
34 * key - key in key/value pair
H A Darray_change_key_case_variation.phpt13 /* should return one value key pair with key being in lowercase */
17 /* should return one value key pair with key being in uppercase */
H A Darray_walk_basic1.phpt16 * Parameters : item - item in key/item pair
17 * key - key in key/item pair
H A Darray_walk_recursive_basic1.phpt16 * Parameters : item - item in key/item pair
17 * key - key in key/item pair
H A Darray_diff_variation6.phpt21 $array_assoc = array ('2' => 'c', //same key=>value pair, different order
H A Darray_diff_assoc_variation8.phpt22 $array_assoc = array ('2' => 'c', //same key=>value pair, different order
H A Deach_variation6.phpt6 * Description: Return the currently pointed key..value pair in the passed array,
H A Deach_basic.phpt6 * Description: Return the currently pointed key..value pair in the passed array,
H A Deach_error.phpt6 * Description: Return the currently pointed key..value pair in the passed array,
H A Darray_walk_variation6.phpt19 * Parameters : $value - value from key/value pair of the array
20 * $key - key from key/value pair of the array
H A Deach_variation4.phpt6 * Description: Return the currently pointed key..value pair in the passed array,
H A Deach_variation5.phpt6 * Description: Return the currently pointed key..value pair in the passed array,
H A Darray_walk_recursive_variation6.phpt19 * Parameters : $value - value from key/value pair of the array
20 * $key - key from key/value pair of the array
/PHP-7.4/ext/iconv/tests/
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-7.4/ext/mbstring/tests/
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
/PHP-7.4/ext/pcntl/
H A Dpcntl.c957 char **current_arg, **pair; in PHP_FUNCTION() local
1001 pair = envp = safe_emalloc((envc + 1), sizeof(char *), 0); in PHP_FUNCTION()
1019 *pair = safe_emalloc(Z_STRLEN_P(element) + 1, sizeof(char), ZSTR_LEN(key) + 1); in PHP_FUNCTION()
1021 strlcpy(*pair, ZSTR_VAL(key), ZSTR_LEN(key) + 1); in PHP_FUNCTION()
1022 strlcat(*pair, "=", pair_length); in PHP_FUNCTION()
1023 strlcat(*pair, Z_STRVAL_P(element), pair_length); in PHP_FUNCTION()
1028 pair++; in PHP_FUNCTION()
1030 *(pair) = NULL; in PHP_FUNCTION()
1038 for (pair = envp; *pair != NULL; pair++) efree(*pair); in PHP_FUNCTION()
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtr_variation4.phpt13 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
H A Dstrtr_variation1.phpt13 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
H A Dstrtr_variation2.phpt13 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
/PHP-7.4/main/
H A Drfc1867.c799 char *pair = NULL; local
806 while (*cd && (pair = getword(mbuff->input_encoding, &cd, ';')))
808 char *key = NULL, *word = pair;
814 if (strchr(pair, '=')) {
815 key = getword(mbuff->input_encoding, &pair, '=');
821 param = getword_conf(mbuff->input_encoding, pair);
834 filename = getword_conf(mbuff->input_encoding, pair);

Completed in 34 milliseconds

12