Home
last modified time | relevance | path

Searched refs:isLazy (Results 1 – 4 of 4) sorted by relevance

/php-src/Zend/tests/lazy_objects/
H A DisLazy.phpt2 Lazy Objects: ReflectionProperty::isLazy()
25 printf("%s: %d\n", $name, $pr->isLazy($obj));
39 printf("typed (skipped): %d\n", $pr->isLazy($obj));
57 printf("typed (skipped prop): %d\n", $pr->isLazy($obj));
97 printf("y: %d\n", $pr->isLazy($obj));
/php-src/ext/reflection/
H A Dphp_reflection.stub.php499 public function isLazy(object $object): bool {} function in ReflectionProperty
H A Dphp_reflection_arginfo.h860 ZEND_METHOD(ReflectionProperty, isLazy);
1161 ZEND_ME(ReflectionProperty, isLazy, arginfo_class_ReflectionProperty_isLazy, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c6074 ZEND_METHOD(ReflectionProperty, isLazy) in ZEND_METHOD() argument

Completed in 32 milliseconds