Home
last modified time | relevance | path

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

/PHP-8.0/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());
26 var_dump($class->newInstanceWithoutConstructor());
35 var_dump($class->newInstanceWithoutConstructor());
H A Dbug64007.phpt7 $generator = $reflection->newInstanceWithoutConstructor();
H A DReflectionClass_toString_001.phpt269 Method [ <internal:Reflection> public method newInstanceWithoutConstructor ] {
/PHP-8.0/ext/date/tests/
H A Dbug-gh8471.phpt7 $mutable = $reflection->newInstanceWithoutConstructor();
17 $mutable = $reflection->newInstanceWithoutConstructor();
27 $immutable = $reflection->newInstanceWithoutConstructor();
37 $immutable = $reflection->newInstanceWithoutConstructor();
/PHP-8.0/ext/spl/tests/
H A DRecursiveIteratorIterator_not_initialized.phpt7 $it = $rc->newInstanceWithoutConstructor();
/PHP-8.0/Zend/tests/
H A Darginfo_zpp_mismatch.phpt69 $obj = $rc->newInstanceWithoutConstructor();
H A Darginfo_zpp_mismatch_strict.phpt71 $obj = $rc->newInstanceWithoutConstructor();
/PHP-8.0/ext/reflection/
H A Dphp_reflection.stub.php314 public function newInstanceWithoutConstructor() {} function in ReflectionClass
H A Dphp_reflection_arginfo.h590 ZEND_METHOD(ReflectionClass, newInstanceWithoutConstructor);
830 …ZEND_ME(ReflectionClass, newInstanceWithoutConstructor, arginfo_class_ReflectionClass_newInstanceW…
H A Dphp_reflection.c4753 ZEND_METHOD(ReflectionClass, newInstanceWithoutConstructor) in ZEND_METHOD() argument

Completed in 30 milliseconds