Home
last modified time | relevance | path

Searched refs:getValue (Results 1 – 25 of 32) sorted by relevance

12

/PHP-8.0/ext/reflection/tests/
H A DReflectionProperty_setAccessible.phpt21 var_dump($protected->getValue($a));
37 var_dump($private->getValue($a));
57 var_dump($protected->getValue($a));
59 var_dump($private->getValue($a));
60 var_dump($privateStatic->getValue());
67 var_dump($protected->getValue($a));
69 var_dump($private->getValue($a));
106 var_dump($protected->getValue($b));
108 var_dump($private->getValue($b));
114 var_dump($protected->getValue($b));
[all …]
H A Dbug30146.phpt2 Reflection Bug #30146 (ReflectionProperty->getValue() requires instance for static property)
10 var_dump($r->getValue(null));
13 var_dump($r->getValue());
16 var_dump($r->getValue());
H A DReflectionProperty_typed_static.phpt2 ReflectionProperty::getValue() on typed static property
13 var_dump($rp->getValue());
17 var_dump($rp->getValue());
23 var_dump($rp->getValue());
30 var_dump($rp->getValue());
40 var_dump($rp->getValue());
H A DReflectionProperty_getValue_error.phpt2 Test ReflectionProperty::getValue() errors.
26 var_dump($propInfo->getValue($instance, true));
34 var_dump($propInfo->getValue($instance));
43 var_dump($propInfo->getValue($invalidInstance));
50 var_dump($propInfo->getValue());
60 ReflectionProperty::getValue() expects at most 1 argument, 2 given
69 ReflectionProperty::getValue(): Argument #1 ($object) must be provided for instance properties
H A DReflectionProperty_basic1.phpt2 …String(), getName(), isPublic(), isPrivate(), isProtected(), isStatic(), getValue() and setValue().
24 echo "getValue():\n";
25 var_dump($propInfo->getValue($instance));
27 echo "getValue() after a setValue():\n";
28 var_dump($propInfo->getValue($instance));
63 getValue():
65 getValue() after a setValue():
85 getValue():
87 getValue() after a setValue():
H A DReflectionClassConstant_basic1.phpt2 Test usage of ReflectionClassConstant methods __toString(), getName(), getValue(), isPublic(), isPr…
15 echo "getValue():\n";
16 var_dump($constInfo->getValue());
56 getValue():
83 getValue():
110 getValue():
137 getValue():
H A Dbug75231.phpt2 Bug #75231: ReflectionProperty#getValue() incorrectly works with inherited classes
21 print_r((new ReflectionProperty(B::class, 'prop'))->getValue(new A()).PHP_EOL);
H A Dbug72174.phpt2 Bug #72174: ReflectionProperty#getValue() causes __isset call
31 var_dump($reflectionBar->getValue($instance));
H A Dbug46064.phpt20 var_dump($h->getValue($o));
41 var_dump($p->getValue($this), $p->isDefault(), $p->isPublic());
H A Dinternal_static_property.phpt12 var_dump($rp->getValue());
H A Dbug53366.phpt15 var_dump($reflect->getProperty('id')->getValue($myClass));
H A Dbug37816.phpt17 $x = $r->getValue($o);
H A Dbug40794.phpt16 $array[$prop->getName()] = $prop->getValue($obj);
H A DReflectionClassConstant_getValue.phpt20 var_dump((new ReflectionClassConstant('A', 'X'))->getValue());
H A Dbug49719.phpt36 var_dump($prop->getValue(new b2));
H A Dbug76936.phpt37 echo $p->getName() .' = '. $p->getValue($f) ."\n";
/PHP-8.0/Zend/tests/
H A Dbug63468.phpt9 return call_user_func(array('Bar', 'getValue'));
12 private static function getValue()
20 public static function getValue()
H A Dbug39944.phpt7 function &getValue() {
16 setValue(getValue(), 10);
21 setValue(getValue(), 10);
H A Dbug37212.phpt15 protected function getValue()
25 $this->value = $obj->getValue();
H A Dmodify_isref_value_return.phpt15 (new ReflectionProperty('A', 'b'))->getValue($a)[] = 42;
H A Dbug78921.phpt31 $value = $reflectionProperty->getValue();
/PHP-8.0/ext/standard/tests/array/
H A Duasort_object1.phpt28 if($value1->getValue() == $value2->getValue())
30 else if($value1->getValue() > $value2->getValue())
57 public function getValue() {
H A Dusort_object1.phpt27 if($value1->getValue() == $value2->getValue())
29 else if($value1->getValue() > $value2->getValue())
56 public function getValue() {
H A Darray_walk_object2.phpt14 var_dump($value->getValue());
41 public function getValue()
H A Darray_walk_recursive_object2.phpt14 var_dump($value->getValue());
41 public function getValue()

Completed in 21 milliseconds

12