Home
last modified time | relevance | path

Searched refs:keys (Results 201 – 225 of 259) sorted by relevance

1234567891011

/php-src/ext/dba/tests/
H A Ddba_ndbm.phpt45 Total keys: 6
91 Total keys: 6
H A Ddba_db1.phpt38 Total keys: 6
H A Ddba_db4_000.phpt39 Total keys: 6
H A Ddba_db2.phpt38 Total keys: 6
H A Ddba_db3.phpt38 Total keys: 6
H A Ddba_flatfile.phpt38 Total keys: 6
H A Ddba_tcadb.phpt39 Total keys: 6
H A Ddba_inifile.phpt41 Total keys: 8
/php-src/win32/build/
H A Dconfutils.js2207 for (var i in keys) {
2208 var reg = new RegExp("#define[\s ]+" + keys[i] + "[\s ]*.*|#undef[\s ]+" + keys[i], "g");
2222 for (var i in keys) {
2223 var item = configure_hdr.Item(keys[i]);
2225 if (ignore_key(keys[i])) {
2234 lines.push("#undef " + keys[i]);
2235 lines.push("#define " + keys[i] + " " + item[0]);
2279 for (i in keys) {
2280 item = configure_hdr.Item(keys[i]);
2512 for (i in keys) {
[all …]
/php-src/Zend/tests/
H A Dlist_keyed_evaluation_order_2.phpt2 list() with keys, evaluation order #2
H A Dlist_keyed_evaluation_order_nested.phpt2 list() with keys, evaluation order: nested
/php-src/ext/standard/tests/array/
H A Darray_flip_variation3.phpt6 * In 'input' array argument, values are expected to be valid keys i.e. string/integer
H A Dsort_basic.phpt6 * Testing sort() by providing arrays with default keys and assoc arrays
23 // array with default keys containing unsorted numeric values
H A Dkey_variation2.phpt6 * Pass arrays where keys are different data types as $array_arg to key() to test behaviour
H A Dkrsort_variation6.phpt15 // an array containing unsorted hexadecimal values with keys
H A Darray_column_basic.phpt77 echo "\n*** Testing numeric column keys ***\n";
212 *** Testing numeric column keys ***
H A Darsort_variation6.phpt15 // There are multiple keys which are duplicate and the later should be picked
H A Dasort_variation6.phpt15 // There are multiple keys which are duplicate and the later should be picked
/php-src/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt169 ; Expected:error, reserved key words must not be used as keys for ini file
193 echo "*** Test parse_ini_string() function: with various keys and values given in string ***\n";
206 *** Test parse_ini_string() function: with various keys and values given in string ***
/php-src/tests/classes/
H A Dconstants_basic_004.phpt2 Test properties with array default values using class constants as keys and values.
/php-src/ext/soap/tests/bugs/
H A Dbug48557.phpt2 Bug #48557 (Numeric string keys in Apache Hashmaps are not cast to integers)
/php-src/ext/standard/tests/file/
H A Dparse_ini_file.phpt171 ; Expected:error, reserved key words must not be used as keys for ini file
199 echo "*** Test parse_ini_file() function: with various keys and values given in parse.ini file ***…
216 *** Test parse_ini_file() function: with various keys and values given in parse.ini file ***
/php-src/ext/xsl/tests/
H A DsetParameter_exceptions_test.phpt89 XSLTProcessor::setParameter(): Argument #2 ($name) must contain only string keys
/php-src/ext/openssl/tests/
H A Dstream_security_level.phpt14 // Security level 2 refuses certs signed by keys with length of less than 2048 bits
/php-src/ext/spl/tests/
H A Diterator_004.phpt2 SPL: SeekableIterator and string keys

Completed in 34 milliseconds

1234567891011