Home
last modified time | relevance | path

Searched refs:setRawValue (Results 1 – 6 of 6) sorted by relevance

/PHP-8.4/ext/reflection/tests/property_hooks/
H A Dbug_001.phpt16 $prop->setRawValue($a, 1);
H A DReflectionProperty_isInitialized.phpt26 $rp->setRawValue($test, 42);
H A DReflectionProperty_getSetRawValue.phpt52 $propertyReflection->setRawValue($object, 42);
/PHP-8.4/ext/reflection/
H A Dphp_reflection.stub.php499 public function setRawValue(object $object, mixed $value): void {} function in ReflectionProperty
H A Dphp_reflection_arginfo.h849 ZEND_METHOD(ReflectionProperty, setRawValue);
1147 …ZEND_ME(ReflectionProperty, setRawValue, arginfo_class_ReflectionProperty_setRawValue, ZEND_ACC_PU…
H A Dphp_reflection.c6149 ZEND_METHOD(ReflectionProperty, setRawValue) in ZEND_METHOD() argument

Completed in 37 milliseconds