/PHP-5.6/ext/pcre/pcrelib/testdata/ |
H A D | grepinputx | 10 complete pair 13 That was a complete pair 16 complete pair
|
H A D | grepoutput | 56 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.6/ext/sockets/tests/ |
H A D | socket_create_pair-wrongparams.phpt | 30 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.6/ext/standard/tests/array/ |
H A D | array_walk_basic2.phpt | 17 * 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 D | array_walk_recursive_basic2.phpt | 17 * 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 D | array_change_key_case_variation.phpt | 13 /* 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 D | array_walk_error1.phpt | 13 * Parameters : value - value in key/value pair 14 * key - key in key/value pair
|
H A D | array_walk_recursive_error1.phpt | 13 * Parameters : value - value in key/value pair 14 * key - key in key/value pair
|
H A D | array_walk_basic1.phpt | 16 * Parameters : item - item in key/item pair 17 * key - key in key/item pair
|
H A D | array_walk_recursive_basic1.phpt | 16 * Parameters : item - item in key/item pair 17 * key - key in key/item pair
|
H A D | each_variation6.phpt | 6 * Description: Return the currently pointed key..value pair in the passed array,
|
H A D | array_diff_variation6.phpt | 21 $array_assoc = array ('2' => 'c', //same key=>value pair, different order
|
H A D | each_basic.phpt | 6 * Description: Return the currently pointed key..value pair in the passed array,
|
H A D | array_diff_assoc_variation8.phpt | 22 $array_assoc = array ('2' => 'c', //same key=>value pair, different order
|
H A D | each_variation4.phpt | 6 * Description: Return the currently pointed key..value pair in the passed array,
|
H A D | each_error.phpt | 6 * Description: Return the currently pointed key..value pair in the passed array,
|
H A D | each_variation5.phpt | 6 * Description: Return the currently pointed key..value pair in the passed array,
|
H A D | array_walk_variation6.phpt | 19 * Parameters : $value - value from key/value pair of the array 20 * $key - key from key/value pair of the array
|
H A D | array_walk_recursive_variation6.phpt | 19 * Parameters : $value - value from key/value pair of the array 20 * $key - key from key/value pair of the array
|
/PHP-5.6/ext/iconv/tests/ |
H A D | iconv_mime_decode_headers.phpt | 11 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.6/ext/pcntl/ |
H A D | pcntl.c | 750 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.6/ext/mbstring/tests/ |
H A D | zend_multibyte-05.phpt | 11 // back to UTF-8. There should be only a pair of consecutive bytes that is
|
H A D | zend_multibyte-09.phpt | 15 // back to UTF-8. There should be only a pair of consecutive bytes that is
|
/PHP-5.6/main/ |
H A D | rfc1867.c | 801 char *pair = NULL; local 808 while (*cd && (pair = getword(mbuff->input_encoding, &cd, ';' TSRMLS_CC))) 810 char *key = NULL, *word = pair; 816 if (strchr(pair, '=')) { 817 key = getword(mbuff->input_encoding, &pair, '=' TSRMLS_CC); 823 param = getword_conf(mbuff->input_encoding, pair TSRMLS_CC); 836 filename = getword_conf(mbuff->input_encoding, pair TSRMLS_CC);
|
/PHP-5.6/ext/spl/examples/ |
H A D | dbaarray.inc | 85 * Delete a key/value pair.
|