Home
last modified time | relevance | path

Searched refs:getConstructor (Results 1 – 10 of 10) sorted by relevance

/php-src/ext/reflection/tests/
H A DReflectionClass_getConstructor_basic.phpt2 ReflectionClass::getConstructor()
15 $rm = $rc->getConstructor();
H A DReflectionObject_getConstructor_basic.phpt2 ReflectionObject::getConstructor() - basic function test
39 $rm = $rc->getConstructor();
H A D001.phpt35 'UMLClass::getConstructor',
H A DReflectionClass_toString_001.phpt123 Method [ <internal:Reflection> public method getConstructor ] {
/php-src/ext/spl/tests/
H A Dbug70303.phpt6 $c = $f->getConstructor();
/php-src/ext/zend_test/tests/
H A Dattribute-promotion-parameter-only.phpt16 $attr = $ref->getConstructor()->getParameters()[0]->getAttributes();
H A Dattribute-promotion-property-only.phpt16 $attr = $ref->getConstructor()->getParameters()[0]->getAttributes();
/php-src/ext/reflection/
H A Dphp_reflection.stub.php290 public function getConstructor(): ?ReflectionMethod {} function in ReflectionClass
H A Dphp_reflection_arginfo.h710 ZEND_METHOD(ReflectionClass, getConstructor);
981 …ZEND_ME(ReflectionClass, getConstructor, arginfo_class_ReflectionClass_getConstructor, ZEND_ACC_PU…
H A Dphp_reflection.c4483 ZEND_METHOD(ReflectionClass, getConstructor) in ZEND_METHOD() argument

Completed in 51 milliseconds