Home
last modified time | relevance | path

Searched refs:resetAsLazyGhost (Results 1 – 24 of 24) sorted by relevance

/php-src/Zend/tests/lazy_objects/
H A Dreset_as_lazy_accepts_sub_classes.phpt15 $reflector->resetAsLazyGhost(new A(), function () {});
16 $reflector->resetAsLazyGhost(new B(), function () {});
19 $reflector->resetAsLazyGhost(new C(), function () {});
27 TypeError: ReflectionClass::resetAsLazyGhost(): Argument #1 ($object) must be of type A, C given
H A Dreset_as_lazy_ignores_additional_props.phpt35 $reflector->resetAsLazyGhost($obj, function () {});
46 $reflector->resetAsLazyGhost($obj, function () {});
56 $reflector->resetAsLazyGhost($obj, function ($obj) {
H A Dreset_as_lazy_while_init_exception.phpt15 $reflector->resetAsLazyGhost($obj, function ($obj) use ($reflector) {
17 $reflector->resetAsLazyGhost($obj, function () { });
40 $reflector->resetAsLazyGhost($obj, function () { });
H A Dreset_as_lazy_already_exception.phpt15 $reflector->resetAsLazyGhost($obj, function () {});
18 $reflector->resetAsLazyGhost($obj, function ($obj) {
H A Dinvalid_options.phpt34 $reflector->resetAsLazyGhost($obj, function ($obj) { }, -1);
50 ReflectionException: ReflectionClass::resetAsLazyGhost(): Argument #3 ($options) contains invalid f…
H A Drealize_no_props.phpt25 (new ReflectionClass($obj))->resetAsLazyGhost($obj, function ($obj) {
31 (new ReflectionClass($obj2))->resetAsLazyGhost($obj2, function ($obj2) {
H A Dgc_001.phpt20 (new ReflectionClass($obj))->resetAsLazyGhost($obj, function () use ($canary) {
H A Dgc_002.phpt22 (new ReflectionClass($obj))->resetAsLazyGhost($obj, function () use ($canary) {
H A Dgc_003.phpt22 (new ReflectionClass($obj))->resetAsLazyGhost($obj, function () use ($canary) {
H A Dgc_004.phpt22 (new ReflectionClass($obj))->resetAsLazyGhost($obj, function () use ($canary) {
H A Dgc_005.phpt24 $reflector->resetAsLazyGhost($obj, function () use ($canary) {
H A Dreset_as_lazy_calls_destructor.phpt24 $reflector->resetAsLazyGhost($obj, function ($obj) {
H A Dreset_as_lazy_destructor_exception.phpt24 $reflector->resetAsLazyGhost($obj, function ($obj) {
H A Dreset_as_lazy_may_skip_destructor.phpt24 $reflector->resetAsLazyGhost($obj, function ($obj) {
H A Dreset_as_lazy_readonly.phpt37 $reflector->resetAsLazyGhost($obj, function ($obj) {
H A Dreset_as_lazy_resets_dynamic_props.phpt25 $reflector->resetAsLazyGhost($obj, function ($obj) {
H A Dreset_as_lazy_deletes_reference_source_type.phpt25 $reflector->resetAsLazyGhost($obj, function ($obj) {
/php-src/Zend/tests/lazy_objects/rfc/
H A Drfc_example_007.phpt16 $reflector->resetAsLazyGhost($object, function () {});
H A Drfc_example_003.phpt13 … $reflector->resetAsLazyGhost($this, $this->initialize(...), ReflectionClass::SKIP_DESTRUCTOR);
H A Drfc_example_009.phpt27 $reflector->resetAsLazyGhost($connection, function () {
/php-src/ext/reflection/tests/
H A DReflectionClass_toString_001.phpt353 Method [ <internal:Reflection> public method resetAsLazyGhost ] {
/php-src/ext/reflection/
H A Dphp_reflection.stub.php383 public function resetAsLazyGhost(object $object, callable $factory, int $options = 0): void {} function in ReflectionClass
H A Dphp_reflection_arginfo.h816 ZEND_METHOD(ReflectionClass, resetAsLazyGhost);
1103 …ZEND_ME(ReflectionClass, resetAsLazyGhost, arginfo_class_ReflectionClass_resetAsLazyGhost, ZEND_AC…
H A Dphp_reflection.c5291 PHP_METHOD(ReflectionClass, resetAsLazyGhost) in PHP_METHOD() argument

Completed in 55 milliseconds