Home
last modified time | relevance | path

Searched refs:associative (Results 276 – 290 of 290) sorted by relevance

1...<<1112

/PHP-7.3/ext/date/tests/
H A Ddate_sunrise_variation5.phpt57 'associative array' => $assoc_array,
147 --associative array--
H A Ddate_sunset_variation6.phpt57 'associative array' => $assoc_array,
147 --associative array--
H A DDateTime_construct_variation1.phpt61 'associative array' => $assoc_array,
190 -- associative array --
/PHP-7.3/ext/standard/tests/array/
H A Drsort_basic.phpt16 // associative array containing unsorted string values
H A Darray_merge_recursive_variation3.phpt59 // associative arrays
66 // associative array, containing null/empty/boolean values as key/value
H A Dsort_basic.phpt22 // associative array containing unsorted string values
H A Darray_reverse_variation4.phpt11 * Testing the functionality of array_reverse() by giving associative arrays with different
H A Darray_intersect_ukey_variation3.phpt59 'associative array' => $assoc_array,
187 --associative array--
H A Darray_reverse_variation5.phpt13 * Testing the functionality of array_reverse() by giving associative arrays with different
/PHP-7.3/ext/spl/internal/
H A Dmultipleiterator.inc61 * @param $inf associative info forIteraotr, must be NULL, integer or string
/PHP-7.3/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt7 and returns the settings in it in an associative array.
/PHP-7.3/ext/standard/tests/file/
H A Dparse_ini_file.phpt7 and returns the settings in it in an associative array.
/PHP-7.3/
H A DUPGRADING373 where $options is an associative array which may have any of the keys
385 where $options is an associative array which may have any of the keys
/PHP-7.3/ext/date/
H A Dphp_date.c1805 zend_bool associative = 0; in PHP_FUNCTION() local
1812 Z_PARAM_BOOL(associative) in PHP_FUNCTION()
1823 if (associative) { in PHP_FUNCTION()
/PHP-7.3/tests/lang/
H A D024.phpt19 ${$$$a}["associative arrays work too"] = "this is nifty";
22 This should read "this is nifty": <?php echo $blah[$test="associative arrays work too"]."\n"; ?>

Completed in 60 milliseconds

1...<<1112