Lines Matching refs:ReflectionReference
2 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
48 ReflectionReference::fromArrayElement(): Argument #2 ($key) must be of type string|int, array given
50 Serialization of 'ReflectionReference' is not allowed
51 Unserialization of 'ReflectionReference' is not allowed