Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/pcre/tests/
H A Dbug76514.phpt490 (?<pair> \s* (?&string) \s* : (?&json) \s* )
491 (?<object> \{ (?: (?&pair) (?: , (?&pair) )* )? \s* \} )
/PHP-7.4/build/
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>&
H A Dlibtool.m44388 # Transform the output of nm in a C name address pair
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtr_variation3.phpt13 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
/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/standard/tests/array/
H A Deach_variation2.phpt6 * Description: Return the currently pointed key..value pair in the passed array,
H A Deach_variation3.phpt6 * Description: Return the currently pointed key..value pair in the passed array,
H A Deach_variation1.phpt6 * Description: Return the currently pointed key..value pair in the passed array,
H A Deach.phpt5 /* Return the current key and value pair from an array
/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/standard/tests/file/
H A Dfile.inc228 An array with following key value pair:
345 An array with following key value pair:
457 Returns: An array with following key/value pair
501 Returns: An array with following key/value pair
/PHP-7.4/ext/standard/
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()
H A Dproc_open.c362 # define pipe(pair) (CreatePipe(&pair[0], &pair[1], &security, 0) ? 0 : -1) argument
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c2313 const php_cli_server_ext_mime_type_pair *pair; in php_cli_server_mime_type_ctor() local
2317 for (pair = mime_type_map; pair->ext; pair++) { in php_cli_server_mime_type_ctor()
2318 size_t ext_len = strlen(pair->ext); in php_cli_server_mime_type_ctor()
2319 zend_hash_str_add_ptr(&server->extension_mime_types, pair->ext, ext_len, (void*)pair->mime_type); in php_cli_server_mime_type_ctor()
/PHP-7.4/sapi/fpm/tests/
H A Dfcgi.inc317 * Build an FastCGI Name value pair
321 * @return string FastCGI Name value pair

Completed in 54 milliseconds

12