Searched refs:fromArrayElement (Results 1 – 5 of 5) sorted by relevance
/PHP-7.4/ext/reflection/tests/ |
H A D | ReflectionReference.phpt | 12 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 D | ReflectionReference_errors.phpt | 13 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 D | ReflectionReference_bug78263.phpt | 12 var_dump(ReflectionReference::fromArrayElement($b[0], 0));
|
/PHP-7.4/ext/reflection/ |
H A D | php_reflection.c | 6238 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 D | NEWS | 1635 . Fixed bug #78263 (\ReflectionReference::fromArrayElement() returns null
|
Completed in 43 milliseconds