Home
last modified time | relevance | path

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

12

/PHP-7.1/ext/standard/tests/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 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 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.1/main/
H A Drfc1867.c808 char *pair = NULL; local
815 while (*cd && (pair = getword(mbuff->input_encoding, &cd, ';')))
817 char *key = NULL, *word = pair;
823 if (strchr(pair, '=')) {
824 key = getword(mbuff->input_encoding, &pair, '=');
830 param = getword_conf(mbuff->input_encoding, pair);
843 filename = getword_conf(mbuff->input_encoding, pair);
/PHP-7.1/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
H A Dstrtr_variation3.phpt13 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
/PHP-7.1/ext/spl/examples/
H A Ddbaarray.inc85 * Delete a key/value pair.
/PHP-7.1/ext/openssl/tests/
H A Decc.phpt44 // openssl_csr_new creates a new public key pair if the key argument is null
/PHP-7.1/ext/phar/tests/
H A Dcreate_path_error.phpt38 "Font\xF0\x80\x90\x90pro.ttf", //Invalid multi-byte character - surrogate pair code point
/PHP-7.1/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.1/ext/standard/
H A Dstreamsfuncs.c56 php_socket_t pair[2]; in PHP_FUNCTION() local
63 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()
73 s2 = php_stream_sock_open_from_socket(pair[1], 0); in PHP_FUNCTION()
H A Dproc_open.c375 # define pipe(pair) (CreatePipe(&pair[0], &pair[1], &security, 0) ? 0 : -1) argument
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c2230 const php_cli_server_ext_mime_type_pair *pair; in php_cli_server_mime_type_ctor() local
2234 for (pair = mime_type_map; pair->ext; pair++) { in php_cli_server_mime_type_ctor()
2235 size_t ext_len = strlen(pair->ext); in php_cli_server_mime_type_ctor()
2236 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.1/ext/openssl/
H A DREADME162 certificate and key pair identified by signcert/signkey.
175 using the certificate and private key pair recipcert/recipkey.
/PHP-7.1/sapi/fpm/tests/
H A Dfcgi.inc317 * Build an FastCGI Name value pair
321 * @return string FastCGI Name value pair
/PHP-7.1/ext/pcre/pcrelib/
H A DHACKING395 A pair of non-capturing round brackets is wrapped round each expression at
H A DChangeLog1562 and lower case pair, using 2 and 3 bytes, respectively. The main bugs were:
1584 over a \r\n pair if the subsequent match failed. Instead, it just skipped
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt1858 acter or pair of characters that indicate a line break". The choice of
3523 strings, each substring using a pair of integers. The remaining third
3532 element of each pair is set to the offset of the first character in a
3539 The first pair of integers, ovector[0] and ovector[1], identify the
3541 pair is used for the first capturing subpattern, and so on. The value
3542 returned by pcre_exec() is one more than the highest numbered pair that
3545 value from a successful match is 1, indicating that just the first pair
5192 Each pair of lower and upper case escape sequences partitions the com-
5194 matches one, and only one, of each pair. The sequences can appear both
7227 strings that match the same pair of parentheses when there is a repeti-
/PHP-7.1/ext/mbstring/oniguruma/
H A DHISTORY964 mode. fix pair-ambig-codes process in parse_exp().
/PHP-7.1/build/
H A Dlibtool.m44392 # Transform the output of nm in a C name address pair

Completed in 101 milliseconds

12