Home
last modified time | relevance | path

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

/php-src/ext/reflection/tests/
H A DReflectionReference_errors.phpt2 Various error conditions for ReflectionReference
7 new ReflectionReference();
13 ReflectionReference::fromArrayElement(new stdClass, "test");
19 ReflectionReference::fromArrayElement([], []);
26 ReflectionReference::fromArrayElement($ary, 3);
33 $ref = ReflectionReference::fromArrayElement($ary, 0);
40 var_dump(unserialize('O:19:"ReflectionReference":0:{}'));
46 Call to private ReflectionReference::__construct() from global scope
47 ReflectionReference::fromArrayElement(): Argument #1 ($array) must be of type array, stdClass given
50 Serialization of 'ReflectionReference' is not allowed
[all …]
H A DReflectionReference.phpt2 Basic ReflectionReference functionality
13 $r0 = ReflectionReference::fromArrayElement($ary, 0);
15 $r1 = ReflectionReference::fromArrayElement($ary, 1);
17 $r2 = ReflectionReference::fromArrayElement($ary, 2);
18 var_dump($r2 instanceof ReflectionReference);
19 $r3 = ReflectionReference::fromArrayElement($ary, 3);
20 var_dump($r2 instanceof ReflectionReference);
29 $r2_2 = ReflectionReference::fromArrayElement($ary2, 0);
30 $r3_2 = ReflectionReference::fromArrayElement($ary2, 1);
38 $r2 = ReflectionReference::fromArrayElement($ary, 2);
[all …]
H A DReflectionReference_bug78263.phpt12 var_dump(ReflectionReference::fromArrayElement($b[0], 0));
16 object(ReflectionReference)#1 (0) {
H A DReflectionExtension_getClasses_basic.phpt102 ["ReflectionReference"]=>
105 string(19) "ReflectionReference"
/php-src/Zend/tests/
H A DbugGH-8655.phpt24 var_dump(ReflectionReference::fromArrayElement($arrayCast, 'foo'));
/php-src/ext/reflection/
H A Dphp_reflection.stub.php751 final class ReflectionReference class
753 public static function fromArrayElement(array $array, int|string $key): ?ReflectionReference {}
H A Dphp_reflection_arginfo.h538 …ETURN_OBJ_INFO_EX(arginfo_class_ReflectionReference_fromArrayElement, 0, 2, ReflectionReference, 1)
839 ZEND_METHOD(ReflectionReference, fromArrayElement);
840 ZEND_METHOD(ReflectionReference, getId);
841 ZEND_METHOD(ReflectionReference, __construct);
1161 …ZEND_ME(ReflectionReference, fromArrayElement, arginfo_class_ReflectionReference_fromArrayElement,…
1162 ZEND_ME(ReflectionReference, getId, arginfo_class_ReflectionReference_getId, ZEND_ACC_PUBLIC)
1164 …ZEND_ME(ReflectionReference, __construct, arginfo_class_ReflectionReference___construct, ZEND_ACC_…
H A Dphp_reflection.c6506 ZEND_METHOD(ReflectionReference, __construct) in ZEND_METHOD() argument
6526 ZEND_METHOD(ReflectionReference, fromArrayElement) in ZEND_METHOD() argument
6563 ZEND_METHOD(ReflectionReference, getId) in ZEND_METHOD() argument

Completed in 50 milliseconds