Home
last modified time | relevance | path

Searched refs:fromArrayElement (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/reflection/tests/
H A DReflectionReference.phpt12 echo "fromArrayElement():\n";
13 $r0 = ReflectionReference::fromArrayElement($ary, 0);
15 $r1 = ReflectionReference::fromArrayElement($ary, 1);
17 $r2 = ReflectionReference::fromArrayElement($ary, 2);
19 $r3 = ReflectionReference::fromArrayElement($ary, 3);
29 $r2_2 = ReflectionReference::fromArrayElement($ary2, 0);
30 $r3_2 = ReflectionReference::fromArrayElement($ary2, 1);
38 $r2 = ReflectionReference::fromArrayElement($ary, 2);
39 $r3 = ReflectionReference::fromArrayElement($ary, 3);
45 fromArrayElement():
H A DReflectionReference_errors.phpt13 ReflectionReference::fromArrayElement(new stdClass, "test");
19 ReflectionReference::fromArrayElement([], 1.5);
26 ReflectionReference::fromArrayElement($ary, 3);
33 $ref = ReflectionReference::fromArrayElement($ary, 0);
44 ReflectionReference::fromArrayElement() expects parameter 1 to be array, object given
H A DReflectionReference_bug78263.phpt12 var_dump(ReflectionReference::fromArrayElement($b[0], 0));
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c6238 ZEND_METHOD(reflection_reference, fromArrayElement) in ZEND_METHOD() argument
6796 …ZEND_ME(reflection_reference, fromArrayElement, arginfo_reflection_reference_fromArrayElement, ZEN…
/PHP-7.4/
H A DNEWS1635 . Fixed bug #78263 (\ReflectionReference::fromArrayElement() returns null

Completed in 43 milliseconds