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);
39 var_dump(unserialize('O:19:"ReflectionReference":0:{}'));
43 Call to private ReflectionReference::__construct() from global scope
44 ReflectionReference::fromArrayElement(): Argument #1 ($array) must be of type array, stdClass given
45 ReflectionReference::fromArrayElement(): Argument #2 ($key) must be of type string|int, array given
47 Serialization of 'ReflectionReference' is not allowed
49 Warning: Erroneous data format for unserializing 'ReflectionReference' in %s on line %d