Home
last modified time | relevance | path

Searched refs:arrays (Results 1 – 25 of 724) sorted by path

12345678910>>...29

/PHP-7.2/
H A DNEWS1260 . Fixed bug #75717 (RecursiveArrayIterator does not traverse arrays by
2191 . Fixed bug #73998 (array_key_exists fails on arrays created by
3033 . Fixed bug #71996 (Using references in arrays doesn't work like expected).
H A DREADME.input_filter20 $_POST, $_GET and $_COOKIE arrays are only populated with stripped
H A DUPGRADING28 . Casting arrays to objects (with (object) or settype()) will now convert
32 . Casting objects to arrays (with (array) or settype()), and retrieving
239 Only arrays and objects implementing the Countable interface should be passed.
/PHP-7.2/Zend/tests/
H A D008.phpt46 Warning: Constants may only evaluate to scalar values or arrays in %s on line %d
H A D019.phpt81 echo "\n*** Testing unset(), empty() & isset() with arrays ***\n";
109 // testing empty and isset on arrays
691 *** Testing unset(), empty() & isset() with arrays ***
H A Dadd_001.phpt2 adding arrays
H A Dadd_002.phpt2 adding objects to arrays
H A Dadd_003.phpt2 adding arrays to objects
H A Dadd_004.phpt2 adding numbers to arrays
H A Dadd_007.phpt2 adding strings to arrays
H A Dbug23104.phpt2 Bug #23104 (Hash position not reset for constant arrays)
H A Dbug24773.phpt2 Bug #24773 (unset() of integers treated as arrays causes a crash)
H A Dbug26229.phpt2 Bug #26229 (getIterator() segfaults when it returns arrays or scalars)
H A Dbug29505.phpt2 Bug #29505 (get_class_vars() severely broken when used with arrays)
H A Dbug37811.phpt24 Warning: Constants may only evaluate to scalar values or arrays in %sbug37811.php on line %d
H A Dbug42819.phpt2 Bug #42819 (namespaces in indexes of constant arrays)
H A Dbug69892.phpt2 Bug #69892: Different arrays compare indentical due to integer key truncation
H A Dbug73753.phpt2 Bug #73753 Non packed arrays and duplication
H A Dbug73998.phpt2 Bug #73998 (array_key_exists fails on arrays created by get_object_vars)
H A Dbug75426.phpt15 Fatal error: Cannot use empty array elements in arrays in %s on line 5
H A Dconst_array_with_resource_key.phpt2 Constexpr arrays should be able to handle resource keys
H A Dconstant_arrays.phpt2 Constant arrays
26 // ensure objects not allowed in arrays
96 Warning: Constants may only evaluate to scalar values or arrays in %s on line %d
99 Warning: Constants cannot be recursive arrays in %s on line %d
H A Dconstant_expressions_arrays.phpt2 Constant expressions with arrays
/PHP-7.2/Zend/tests/arg_unpack/
H A Dinternal.phpt6 $arrays = [
11 var_dump(array_map(null, ...$arrays));
H A Dinvalid_type.phpt2 Only arrays and Traversables can be unpacked
19 Warning: Only arrays and Traversables can be unpacked in %s on line %d
23 Warning: Only arrays and Traversables can be unpacked in %s on line %d
27 Warning: Only arrays and Traversables can be unpacked in %s on line %d
31 Warning: Only arrays and Traversables can be unpacked in %s on line %d
45 Warning: Only arrays and Traversables can be unpacked in %s on line %d
47 Warning: Only arrays and Traversables can be unpacked in %s on line %d

Completed in 123 milliseconds

12345678910>>...29