Home
last modified time | relevance | path

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

12

/php-src/ext/reflection/tests/
H A DReflectionProperty_setAccessible.phpt20 var_dump($protected->getValue($a));
22 var_dump($private->getValue($a));
30 var_dump($protected->getValue($a));
32 var_dump($private->getValue($a));
40 var_dump($protected->getValue($a));
42 var_dump($private->getValue($a));
52 var_dump($private->getValue($a));
63 var_dump($private->getValue($b));
71 var_dump($private->getValue($b));
79 var_dump($private->getValue($b));
[all …]
H A DReflectionConstant_getValue.phpt2 ReflectionConstant::getValue()
9 var_dump($reflectionConstant->getValue());
12 var_dump($reflectionConstant->getValue());
16 var_dump($reflectionConstant->getValue());
20 var_dump($reflectionConstant->getValue());
H A DReflectionProperty_getValue_error.phpt2 Test ReflectionProperty::getValue() errors.
26 var_dump($propInfo->getValue($instance, true));
33 var_dump($propInfo->getValue($instance));
38 var_dump($propInfo->getValue($invalidInstance));
45 var_dump($propInfo->getValue());
55 ReflectionProperty::getValue() expects at most 1 argument, 2 given
65 ReflectionProperty::getValue(): Argument #1 ($object) must be provided for instance properties
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 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_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 DReflectionEnumUnitCase_getValue.phpt2 ReflectionEnumUnitCase::getValue()
11 $barFromReflection = (new ReflectionEnumUnitCase(Foo::class, 'Bar'))->getValue();
12 $bazFromReflection = (new ReflectionEnumUnitCase(Foo::class, 'Baz'))->getValue();
H A DReflectionClassConstant_basic1.phpt2 Test usage of ReflectionClassConstant methods __toString(), getName(), getValue(), isPublic(), isPr…
15 echo "getValue():\n";
16 var_dump($constInfo->getValue());
65 getValue():
98 getValue():
130 getValue():
162 getValue():
194 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
30 var_dump($reflectionBar->getValue($instance));
H A DReflectionClassConstant_getValue_typed.phpt17 var_dump($rc->getValue());
22 $rc->getValue();
H A Dbug46064.phpt21 var_dump($h->getValue($o));
43 var_dump($p->getValue($this), $p->isDefault(), $p->isPublic());
H A Dinternal_static_property.phpt10 var_dump($rp->getValue());
H A Dbug37816.phpt15 var_dump($r->getValue($o));
/php-src/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();
/php-src/Zend/tests/function_arguments/
H A Dsensitive_parameter_value.phpt23 echo "# ->getValue()", PHP_EOL;
24 var_dump($v->getValue());
46 # ->getValue()
H A Dsensitive_parameter_value_clone.phpt9 var_dump($v1->getValue());
10 var_dump($v2->getValue());
H A Dsensitive_parameter_correctly_captures_original.phpt24 var_dump($testFrame['args'][1]->getValue());
46 var_dump($testFrame['args'][1]->getValue());
48 var_dump($testFrame['args'][2]->getValue());
50 var_dump($testFrame['args'][3]->getValue());
H A Dsensitive_parameter_value_reflection.phpt11 var_dump($p->getValue($v));
/php-src/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() {
/php-src/ext/opcache/tests/
H A Dgh10914.phpt17 var_dump($x->getCases()[0]->getValue());
19 var_dump($x->getCase('FIRST')->getValue());
/php-src/ext/soap/tests/bugs/
H A Dbug51561.phpt29 public function getValue() { return $this->value; }
41 $response = $cli->getValue();
48 #0 %s(%d): SoapClient->__call('getValue', Array)

Completed in 97 milliseconds

12