Home
last modified time | relevance | path

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

/PHP-5.5/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());
31 …ectionClass_newInstanceWithoutConstructor.php(%d): ReflectionClass->newInstanceWithoutConstructor()
H A Dbug64007.phpt7 $generator = $reflection->newInstanceWithoutConstructor();
H A DReflectionClass_toString_001.phpt253 Method [ <internal:Reflection> public method newInstanceWithoutConstructor ] {
/PHP-5.5/
H A DUPGRADING233 newInstanceWithoutConstructor can be used for that. We're working on
H A DNEWS3468 . Added ReflectionClass::newInstanceWithoutConstructor() to create a new
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c4271 ZEND_METHOD(reflection_class, newInstanceWithoutConstructor) in ZEND_METHOD() argument
5916 …ZEND_ME(reflection_class, newInstanceWithoutConstructor, arginfo_reflection_class_newInstanceWitho…

Completed in 74 milliseconds