Home
last modified time | relevance | path

Searched refs:associative (Results 1 – 25 of 101) sorted by path

12345

/php-src/
H A DUPGRADING187 associative array of all known Curl features, and whether they are
/php-src/Zend/tests/
H A Dbug46701.phpt2 Bug #46701 (Creating associative array with long values in the key fails on 32bit linux)
H A Dget_defined_vars.phpt10 $assoc_array = array( 'a'=>97, 'c'=>99, 'A'=>65, 'C'=>67, 1=>"string1" ); //associative array
/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/intl/tests/
H A Dcollator_asort.phpt11 * Sort associative arrays using various locales.
H A Dcollator_asort_variant2.phpt11 * Sort associative arrays using various locales.
/php-src/ext/json/
H A Djson.stub.php157 function json_decode(string $json, ?bool $associative = null, int $depth = 512, int $flags = 0): mi… argument
H A Djson_arginfo.h12 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, associative, _IS_BOOL, 1, "null")
/php-src/ext/mbstring/tests/
H A Dmb_substitute_character_variation_strict_types.phpt60 'associative array' => $assoc_array,
133 --associative array--
H A Dmb_substitute_character_variation_weak_types.phpt58 'associative array' => $assoc_array,
137 --associative array--
/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/soap/tests/bugs/
H A Dbug41097.phpt2 Bug #41097 (ext/soap returning associative array as indexed without using WSDL)
H A Dbug46419.phpt2 Bug #46419 (Elements of associative arrays with NULL value are lost)
/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/sqlite3/tests/
H A Dgh11451.phpt2 GH-11451 (Invalid associative array containing duplicate keys)
/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/standard/tests/array/
H A D009.phpt12 array("a" => "apple", "b" => "book", "c" => "cook"), // associative array
13 array('d' => 'drink', 'p' => 'port', 's' => 'set'), // another associative array
14 array(1 => 'One', 2 => 'two', 3 => "three") // associative array with key as integers
H A Darray_chunk_basic1.phpt15 // associative arrays - key as string
18 // associative arrays - key as numeric

Completed in 83 milliseconds

12345