Home
last modified time | relevance | path

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

/PHP-5.6/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.phpt253 Method [ <internal:Reflection> public method newInstanceWithoutConstructor ] {
/PHP-5.6/
H A DUPGRADING250 ReflectionClass::newInstanceWithoutConstructor previously didn't allow the
H A DNEWS2461 ReflectionClass::newInstanceWithoutConstructor()). (Ferenc)
5046 . Added ReflectionClass::newInstanceWithoutConstructor() to create a new
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c4345 ZEND_METHOD(reflection_class, newInstanceWithoutConstructor) in ZEND_METHOD() argument
5991 …ZEND_ME(reflection_class, newInstanceWithoutConstructor, arginfo_reflection_class_newInstanceWitho…

Completed in 57 milliseconds