Home
last modified time | relevance | path

Searched refs:pair (Results 1 – 25 of 40) sorted by last modified time

12

/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/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/
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/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);
/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/standard/tests/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,
H A Deach_error.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_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_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 Deach_variation6.phpt6 * Description: Return the currently pointed key..value pair in the passed 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 */
/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/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/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/sapi/fpm/tests/
H A Dfcgi.inc317 * Build an FastCGI Name value pair
321 * @return string FastCGI Name value pair
/PHP-7.4/ext/standard/tests/strings/
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
H A Dstrtr_variation4.phpt13 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments

Completed in 79 milliseconds

12