Home
last modified time | relevance | path

Searched refs:assoc (Results 1 – 25 of 27) sorted by relevance

12

/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindcolumn.phpt47 … printf("[005] Fetch bound and fetch assoc differ - column 'id', bound: %s/%s, assoc: %s/%s\n",
52 … printf("[006] Fetch bound and fetch assoc differ - column 'label', bound: %s/%s, assoc: %s/%s\n",
87 … printf("[010] Fetch bound and fetch assoc differ - column 'id', bound: %s/%s, assoc: %s/%s\n",
92 … printf("[011] Fetch bound and fetch assoc differ - column 'label', bound: %s/%s, assoc: %s/%s\n",
H A Dpdo_mysql_fetch_both.phpt21 $assoc = $stmt->fetch(PDO::FETCH_ASSOC);
26 $computed_both = array_merge($num, $assoc);
/php-src/ext/standard/tests/array/
H A Drsort_variation9.phpt13 // numeric assoc. only array
16 // two-dimensional assoc. and default key array
21 // numeric assoc. and default key array
24 // mixed assoc. array
27 // assoc. only multi-dimensional array
H A D006.phpt15 /* numerical assoc indices */
19 /* assoc indices */
H A Darray_intersect_assoc_variation6.phpt2 Test array_intersect_assoc() function : usage variations - assoc array with diff keys for 'arr2' ar…
11 echo "*** Testing array_intersect_assoc() : assoc array with diff keys to \$arr2 argument ***\n";
71 *** Testing array_intersect_assoc() : assoc array with diff keys to $arr2 argument ***
H A Darray_intersect_variation6.phpt2 Test array_intersect() function : usage variations - assoc array with diff keys for 'arr2' argument
11 echo "*** Testing array_intersect() : assoc array with diff keys to \$arr2 argument ***\n";
69 *** Testing array_intersect() : assoc array with diff keys to $arr2 argument ***
H A Darray_intersect_assoc_variation5.phpt2 Test array_intersect_assoc() function : usage variations - assoc array with diff keys for 'arr1' ar…
11 echo "*** Testing array_intersect_assoc() : assoc array with diff keys to \$arr1 argument ***\n";
71 *** Testing array_intersect_assoc() : assoc array with diff keys to $arr1 argument ***
H A Darray_intersect_variation5.phpt2 Test array_intersect() function : usage variations - assoc array with diff keys for 'arr1' argument
11 echo "*** Testing array_intersect() : assoc array with diff keys to \$arr1 argument ***\n";
69 *** Testing array_intersect() : assoc array with diff keys to $arr1 argument ***
H A Darray_merge_variation9.phpt19 echo "\n-- Merge an array made up of referenced variables to an assoc. array --\n";
34 -- Merge an array made up of referenced variables to an assoc. array --
H A Darray_unique_variation4.phpt10 echo "*** Testing array_unique() : assoc. array with diff. values to \$input argument ***\n";
60 *** Testing array_unique() : assoc. array with diff. values to $input argument ***
H A Darray_intersect_assoc_variation7.phpt2 Test array_intersect_assoc() function : usage variations - assoc array with diff values for 'arr1' …
11 echo "*** Testing array_intersect_assoc() : assoc array with diff values to \$arr1 argument ***\n";
88 *** Testing array_intersect_assoc() : assoc array with diff values to $arr1 argument ***
H A Darray_intersect_assoc_variation8.phpt2 Test array_intersect_assoc() function : usage variations - assoc array with diff values for 'arr2' …
11 echo "*** Testing array_intersect_assoc() : assoc array with diff values to \$arr2 argument ***\n";
88 *** Testing array_intersect_assoc() : assoc array with diff values to $arr2 argument ***
H A Darray_intersect_variation7.phpt2 Test array_intersect() function : usage variations - assoc array with diff values for 'arr1' argume…
11 echo "*** Testing array_intersect() : assoc array with diff values to \$arr1 argument ***\n";
86 *** Testing array_intersect() : assoc array with diff values to $arr1 argument ***
H A Darray_intersect_variation8.phpt2 Test array_intersect() function : usage variations - assoc array with diff values for 'arr2' argume…
11 echo "*** Testing array_intersect() : assoc array with diff values to \$arr2 argument ***\n";
86 *** Testing array_intersect() : assoc array with diff values to $arr2 argument ***
H A Darray_unique_variation3.phpt10 echo "*** Testing array_unique() : assoc. array with diff. keys passed to \$input argument ***\n";
60 *** Testing array_unique() : assoc. array with diff. keys passed to $input argument ***
H A Darray_combine_variation4.phpt11 echo "*** Testing array_combine() : assoc array with diff keys to both \$keys and \$values argument…
79 *** Testing array_combine() : assoc array with diff keys to both $keys and $values argument ***
H A Darray_combine_variation5.phpt11 echo "*** Testing array_combine() : assoc array with diff values to both \$keys and \$values argume…
77 *** Testing array_combine() : assoc array with diff values to both $keys and $values argument ***
H A Darray_merge_recursive_variation4.phpt10 echo "*** Testing array_merge_recursive() : assoc. array with diff. keys to \$arr1 argument ***\n";
72 *** Testing array_merge_recursive() : assoc. array with diff. keys to $arr1 argument ***
H A Darray_merge_recursive_variation5.phpt10 echo "*** Testing array_merge_recursive() : assoc. array with diff. values to \$arr1 argument ***\n…
76 *** Testing array_merge_recursive() : assoc. array with diff. values to $arr1 argument ***
H A Darray_intersect_1.phpt2 Test of the *intersect* bunch of functions (both assoc and non-assoc)
H A Darray_reverse_variation4.phpt2 Test array_reverse() function : usage variations - assoc. array with diff. keys for 'array' argument
H A Darray_unshift_variation4.phpt2 Test array_unshift() function : usage variations - assoc. array with diff. keys for 'array' argument
H A Dsort_basic.phpt6 * Testing sort() by providing arrays with default keys and assoc arrays
/php-src/ext/json/
H A Dphp_json.h109 …t php_json_decode(zval *return_value, const char *str, size_t str_len, bool assoc, zend_long depth) in php_json_decode() argument
111 return php_json_decode_ex(return_value, str, str_len, assoc ? PHP_JSON_OBJECT_AS_ARRAY : 0, depth); in php_json_decode()
H A Djson.c264 bool assoc = 0; /* return JS objects as PHP objects by default */ in PHP_FUNCTION() local
272 Z_PARAM_BOOL_OR_NULL(assoc, assoc_null) in PHP_FUNCTION()
302 if (assoc) { in PHP_FUNCTION()

Completed in 37 milliseconds

12