Home
last modified time | relevance | path

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

12

/PHP-5.5/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-5.5/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-5.5/ext/standard/tests/array/
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_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_recursive_basic1.phpt16 * Parameters : item - item in key/item pair
17 * key - key in key/item pair
H A Darray_walk_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 Darray_diff_assoc_variation8.phpt22 $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 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,
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
/PHP-5.5/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-5.5/ext/pcntl/
H A Dpcntl.c750 char **current_arg, **pair; in PHP_FUNCTION() local
789 for ( zend_hash_internal_pointer_reset(envs_hash), pair = envp; in PHP_FUNCTION()
791 (envi++, pair++, zend_hash_move_forward(envs_hash)) ) { in PHP_FUNCTION()
799 pair--; in PHP_FUNCTION()
807 *pair = emalloc(pair_length); in PHP_FUNCTION()
808 strlcpy(*pair, key, key_length); in PHP_FUNCTION()
809 strlcat(*pair, "=", pair_length); in PHP_FUNCTION()
810 strlcat(*pair, Z_STRVAL_PP(element), pair_length); in PHP_FUNCTION()
815 *(pair) = NULL; in PHP_FUNCTION()
823 for (pair = envp; *pair != NULL; pair++) efree(*pair); in PHP_FUNCTION()
/PHP-5.5/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.phpt14 // back to UTF-8. There should be only a pair of consecutive bytes that is
/PHP-5.5/main/
H A Drfc1867.c795 char *pair = NULL; local
802 while (*cd && (pair = getword(mbuff->input_encoding, &cd, ';' TSRMLS_CC)))
804 char *key = NULL, *word = pair;
810 if (strchr(pair, '=')) {
811 key = getword(mbuff->input_encoding, &pair, '=' TSRMLS_CC);
817 param = getword_conf(mbuff->input_encoding, pair TSRMLS_CC);
830 filename = getword_conf(mbuff->input_encoding, pair TSRMLS_CC);
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtr_variation4.phpt13 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments

Completed in 48 milliseconds

12