Home
last modified time | relevance | path

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

/PHP-7.2/ext/reflection/tests/
H A DReflectionClass_newInstanceWithoutConstructor.phpt2 ReflectionClass::newInstanceWithoutConstructor()
16 var_dump($class->newInstanceWithoutConstructor());
19 var_dump($class->newInstanceWithoutConstructor());
22 var_dump($class->newInstanceWithoutConstructor());
25 var_dump($class->newInstanceWithoutConstructor());
36 …ectionClass_newInstanceWithoutConstructor.php(%d): ReflectionClass->newInstanceWithoutConstructor()
H A Dbug64007.phpt7 $generator = $reflection->newInstanceWithoutConstructor();
H A DReflectionClass_toString_001.phpt272 Method [ <internal:Reflection> public method newInstanceWithoutConstructor ] {
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c4804 ZEND_METHOD(reflection_class, newInstanceWithoutConstructor) in ZEND_METHOD() argument
6495 …ZEND_ME(reflection_class, newInstanceWithoutConstructor, arginfo_reflection_class_newInstanceWitho…

Completed in 28 milliseconds