Home
last modified time | relevance | path

Searched refs:setValue (Results 1 – 16 of 16) sorted by relevance

/PHP-8.0/ext/reflection/tests/
H A DReflectionProperty_setAccessible.phpt62 $protected->setValue($a, 'e');
63 $protectedStatic->setValue('f');
64 $private->setValue($a, 'g');
65 $privateStatic->setValue('h');
110 $protected->setValue($b, 'e');
111 $protectedStatic->setValue('f');
112 $private->setValue($b, 'g');
H A DReflectionProperty_setValue_error.phpt2 Test ReflectionProperty::setValue() error cases.
24 var_dump($propInfo->setValue($instance, "NewValue"));
32 var_dump($propInfo->setValue($instanceWithNoProperties, "NewValue"));
H A Dinternal_static_property.phpt2 ReflectionProperty::get/setValue() on internal static property
11 $rp->setValue(42);
H A Dbug30146.phpt12 $r->setValue(NULL, 2);
15 $r->setValue(3);
H A Dbug71018.phpt2 Bug #71018 (ReflectionProperty::setValue() behavior changed)
26 $Prop1->setValue(\T1::class, "world");
27 $Prop2->setValue(\T2::class, 'hello');
H A DReflectionProperty_basic1.phpt2 …String(), getName(), isPublic(), isPrivate(), isProtected(), isStatic(), getValue() and setValue().
26 $propInfo->setValue($instance, "NewValue");
27 echo "getValue() after a setValue():\n";
65 getValue() after a setValue():
87 getValue() after a setValue():
H A DReflectionProperty_typed_static.phpt22 $rp->setValue("24");
26 $rp->setValue("foo");
36 $rp->setValue("foo");
H A Dbug79683.phpt26 $property->setValue($b, new A());
/PHP-8.0/Zend/tests/
H A Dbug72177.phpt2 Bug #72177 Scope issue in __destruct after ReflectionProperty::setValue()
25 $prop->setValue($this, null);
H A Dbug39944.phpt12 function setValue(&$int, $iNewValue) {
16 setValue(getValue(), 10);
21 setValue(getValue(), 10);
H A Dbug63762.phpt11 $ref->setValue($e, array(NULL));
16 $ref->setValue($e, array(array()));
20 $ref->setValue($e, array(array(
H A Dbug72177_2.phpt2 Bug #72177 Scope issue in __destruct after ReflectionProperty::setValue()
H A Dbug78868.phpt28 $props[0]->setValue(2); //causes constant resolving, which runs autoload, all with EG(fake_scope) =…
/PHP-8.0/ext/reflection/
H A Dphp_reflection.stub.php389 public function setValue(mixed $objectOrValue, mixed $value = UNKNOWN) {} function in ReflectionProperty
H A Dphp_reflection_arginfo.h611 ZEND_METHOD(ReflectionProperty, setValue);
863 ZEND_ME(ReflectionProperty, setValue, arginfo_class_ReflectionProperty_setValue, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c5406 ZEND_METHOD(ReflectionProperty, setValue) in ZEND_METHOD() argument

Completed in 48 milliseconds