Home
last modified time | relevance | path

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

12

/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dgrepinputx10 complete pair
13 That was a complete pair
16 complete pair
H A Dgrepoutput56 10:complete pair
59 13:That was a complete pair
62 16:complete pair
122 10:complete pair
124 16:complete pair
190 16-complete pair
212 complete pair
266 16-complete pair
289 complete pair
554 10:complete pair
[all …]
/PHP-7.1/ext/intl/tests/
H A Dbug74230.phpt10 $pair = $high.$low;
14 @\iconv('UTF-8', 'UTF-8', $pair) === false
/PHP-7.1/ext/json/
H A Djson_parser.y59 } pair; member
75 %type <pair> pair
78 %destructor { zend_string_release($$.key); zval_dtor(&$$.val); } <pair>
137 pair
144 | member ',' pair
157 pair:
H A Djson_parser.tab.h81 } pair; member
H A Djson_parser.tab.c190 } pair; member
1143 { zend_string_release(((*yyvaluep).pair).key); zval_dtor(&((*yyvaluep).pair).val); } in yydestruct()
1507 …if (parser->methods.object_update(parser, &(yyval.value), (yyvsp[0].pair).key, &(yyvsp[0].pair).va… in yyparse()
1517 …r->methods.object_update(parser, &(yyvsp[-2].value), (yyvsp[0].pair).key, &(yyvsp[0].pair).val) ==… in yyparse()
1536 (yyval.pair).key = Z_STR((yyvsp[-2].value)); in yyparse()
1537 ZVAL_COPY_VALUE(&(yyval.pair).val, &(yyvsp[0].value)); in yyparse()
1545 PHP_JSON_USE_2((yyval.pair), (yyvsp[-1].value), (yyvsp[0].value)); in yyparse()
/PHP-7.1/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.1/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_error1.phpt13 * Parameters : value - value in key/value pair
14 * key - key in key/value pair
H A Darray_walk_recursive_error1.phpt13 * Parameters : value - value in key/value pair
14 * key - key in key/value pair
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 Deach_variation6.phpt6 * Description: Return the currently pointed key..value pair in the passed array,
H A Darray_diff_variation6.phpt21 $array_assoc = array ('2' => 'c', //same key=>value pair, different order
H A Deach_basic.phpt6 * Description: Return the currently pointed key..value pair in the passed array,
H A Darray_diff_assoc_variation8.phpt22 $array_assoc = array ('2' => 'c', //same key=>value pair, different order
H A Deach_variation4.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 Deach_variation5.phpt6 * Description: Return the currently pointed key..value pair in the passed array,
/PHP-7.1/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.1/ext/mbstring/tests/
H A Dzend_multibyte-05.phpt11 // back to UTF-8. There should be only a pair of consecutive bytes that is
H A Dzend_multibyte-09.phpt12 // back to UTF-8. There should be only a pair of consecutive bytes that is
/PHP-7.1/ext/pcntl/
H A Dpcntl.c904 char **current_arg, **pair; in PHP_FUNCTION() local
942 pair = envp = safe_emalloc((envc + 1), sizeof(char *), 0); in PHP_FUNCTION()
955 *pair = emalloc(pair_length); in PHP_FUNCTION()
956 strlcpy(*pair, ZSTR_VAL(key), ZSTR_LEN(key) + 1); in PHP_FUNCTION()
957 strlcat(*pair, "=", pair_length); in PHP_FUNCTION()
958 strlcat(*pair, Z_STRVAL_P(element), pair_length); in PHP_FUNCTION()
963 pair++; in PHP_FUNCTION()
965 *(pair) = NULL; in PHP_FUNCTION()
973 for (pair = envp; *pair != NULL; pair++) efree(*pair); in PHP_FUNCTION()

Completed in 66 milliseconds

12