Home
last modified time | relevance | path

Searched refs:associative (Results 1 – 25 of 101) sorted by last modified time

12345

/php-src/
H A DUPGRADING187 associative array of all known Curl features, and whether they are
/php-src/ext/standard/
H A Dbasic_functions.stub.php3739 function get_headers(string $url, bool $associative = false, $context = null): array|false {}
H A Dbasic_functions_arginfo.h2103 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, associative, _IS_BOOL, 0, "false")
/php-src/ext/date/
H A Dphp_date.c1384 bool associative = 0; in PHP_FUNCTION() local
1391 Z_PARAM_BOOL(associative) in PHP_FUNCTION()
1409 if (associative) { in PHP_FUNCTION()
H A Dphp_date.stub.php139 function localtime(?int $timestamp = null, bool $associative = false): array {} argument
H A Dphp_date_arginfo.h50 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, associative, _IS_BOOL, 0, "false")
/php-src/ext/json/
H A Djson_arginfo.h12 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, associative, _IS_BOOL, 1, "null")
H A Djson.stub.php157 function json_decode(string $json, ?bool $associative = null, int $depth = 512, int $flags = 0): mi… argument
/php-src/ext/pgsql/tests/
H A D10pg_convert_9.phpt72 Array of values must be an associative array with string keys
73 Array of values must be an associative array with string keys
H A D12pg_insert_9.phpt72 Array of values must be an associative array with string keys
73 Array of values must be an associative array with string keys
H A D13pg_select_9.phpt93 Array of values must be an associative array with string keys
94 Array of values must be an associative array with string keys
/php-src/ext/random/tests/03_randomizer/methods/
H A DpickArrayKeys.phpt26 $array2 = []; // associative array with only strings
/php-src/ext/sqlite3/tests/
H A Dgh11451.phpt2 GH-11451 (Invalid associative array containing duplicate keys)
/php-src/ext/spl/tests/
H A Dclass_implements_variation1.phpt67 'associative array' => $assoc_array,
148 --associative array--
H A Dclass_uses_variation1.phpt67 'associative array' => $assoc_array,
148 --associative array--
/php-src/ext/mbstring/tests/
H A Dmb_substitute_character_variation_strict_types.phpt60 'associative array' => $assoc_array,
133 --associative array--
/php-src/ext/standard/tests/file/
H A Dfile_put_contents_variation2.phpt68 'associative array' => $assoc_array,
135 --associative array--
/php-src/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"; ?>
H A Darray_shortcut_002.phpt2 Square bracket associative array shortcut test
/php-src/ext/standard/tests/strings/
H A Djoin_basic.phpt19 // pieces as associative array (numeric values)
24 // pieces as associative array (string/numeric values)
H A Djoin_variation3.phpt20 // associative arrays
27 // associative array, containing null/empty/boolean values as key/value
H A Dparse_str_basic3.phpt20 echo "\nTest string containing associative keys\n";
112 Test string containing associative keys
/php-src/ext/standard/tests/serialize/
H A Dbug81142.phpt2 Bug #81142 (memory leak when unserialize()ing associative array)
/php-src/ext/standard/tests/general_functions/
H A Dintval_variation1.phpt54 'associative array' => $assoc_array,
132 --associative array--
/php-src/ext/standard/tests/array/
H A Dusort_basic.phpt6 * Test basic functionality of usort() with indexed and associative arrays

Completed in 94 milliseconds

12345