Home
last modified time | relevance | path

Searched refs:fromArray (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/spl/tests/
H A Dfixedarray_020.phpt2 SPL: FixedArray: fromArray/toArray + get_properties
6 $fa = SplFixedArray::fromArray($a, false);
9 $fa = SplFixedArray::fromArray($a, true);
14 SplFixedArray::fromArray(array("foo"=>"bar"), false);
21 SplFixedArray::fromArray(array("foo"=>"bar"), true);
H A DSplFixedArray_fromarray_param_multiarray.phpt2 Tries to create a SplFixedArray using the fromArray() function and a multi dimensional array.
7 $array = SplFixedArray::fromArray(array(array('1')));
H A DSplFixedArray_fromarray_non_indexes.phpt2 Create a SplFixedArray from an array using the fromArray() function don't try to preserve the index…
7 $array = SplFixedArray::fromArray(array(1 => 1,
H A DSplArray_fromArray.phpt2 Check that SplArray::fromArray will not allow integer overflows
11 $splArray->fromArray($array);
H A DSplFixedArray_fromarray_indexes.phpt2 Create a SplFixedArray from an array using the fromArray() function use the default behaviour of pr…
7 $array = SplFixedArray::fromArray(array(1 => 1,
H A Dfixedarray_021.phpt31 /* fromArray() from empty array */
33 $d->fromArray(array());
/PHP-7.4/Zend/tests/
H A Dbug80037.phpt10 public static function fromArray(array $props): self
25 var_dump(A::fromArray(['a' => 'foo']));
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c650 SPL_METHOD(SplFixedArray, fromArray) in SPL_METHOD() argument
1049 …SPL_ME(SplFixedArray, fromArray, arginfo_fixedarray_fromArray, ZEND_ACC_PUBLIC|ZEND_ACC_ST…

Completed in 23 milliseconds