Home
last modified time | relevance | path

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

/php-src/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-src/ext/reflection/
H A Dphp_reflection.stub.php493 public function setRawValue(object $object, mixed $value): void {} function in ReflectionProperty
H A Dphp_reflection_arginfo.h857 ZEND_METHOD(ReflectionProperty, setRawValue);
1158 …ZEND_ME(ReflectionProperty, setRawValue, arginfo_class_ReflectionProperty_setRawValue, ZEND_ACC_PU…
H A Dphp_reflection.c5926 ZEND_METHOD(ReflectionProperty, setRawValue) in ZEND_METHOD() argument

Completed in 39 milliseconds