Home
last modified time | relevance | path

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

12

/PHP-7.4/build/
H A Dlibtool.m44388 # Transform the output of nm in a C name address pair
H A Dphp_cxx_compile_stdcxx.m4800 struct pair
802 pair (T1 p1, T2 p2)
813 [[maybe_unused]] auto p = pair{13, 42u};
834 std::pair<int, int> pr = { 1, 2 };
841 auto f2() -> std::pair<int, int>&
/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/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/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/openssl/tests/
H A Decc.phpt44 // openssl_csr_new creates a new public key pair if the key argument is null
/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/pcre/tests/
H A Dbug76514.phpt490 (?<pair> \s* (?&string) \s* : (?&json) \s* )
491 (?<object> \{ (?: (?&pair) (?: , (?&pair) )* )? \s* \} )
/PHP-7.4/ext/phar/tests/
H A Dcreate_path_error.phpt37 "Font\xF0\x80\x90\x90pro.ttf", //Invalid multi-byte character - surrogate pair code point
/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/
H A Dproc_open.c362 # define pipe(pair) (CreatePipe(&pair[0], &pair[1], &security, 0) ? 0 : -1) argument
H A Dstreamsfuncs.c58 php_socket_t pair[2]; in PHP_FUNCTION() local
66 if (0 != socketpair((int)domain, (int)type, (int)protocol, pair)) { in PHP_FUNCTION()
75 s1 = php_stream_sock_open_from_socket(pair[0], 0); in PHP_FUNCTION()
76 s2 = php_stream_sock_open_from_socket(pair[1], 0); in PHP_FUNCTION()
/PHP-7.4/ext/standard/tests/array/
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_diff_assoc_variation8.phpt22 $array_assoc = array ('2' => 'c', //same key=>value pair, different order
H A Darray_diff_variation6.phpt21 $array_assoc = array ('2' => 'c', //same key=>value pair, different order
H A Darray_walk_basic1.phpt16 * Parameters : item - item in key/item pair
17 * key - key in key/item pair
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_basic1.phpt16 * Parameters : item - item in key/item pair
17 * key - key in key/item 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_walk_recursive_variation6.phpt19 * Parameters : $value - value from key/value pair of the array
20 * $key - key from key/value pair of the 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.phpt5 /* Return the current key and value pair from an array
H A Deach_basic.phpt6 * Description: Return the currently pointed key..value pair in the passed array,

Completed in 53 milliseconds

12