Home
last modified time | relevance | path

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

/PHP-8.1/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.phpt310 Method [ <internal:Reflection> public method newInstanceWithoutConstructor ] {
/PHP-8.1/ext/date/tests/
H A Dbug-gh8471.phpt7 $mutable = $reflection->newInstanceWithoutConstructor();
17 $mutable = $reflection->newInstanceWithoutConstructor();
27 $immutable = $reflection->newInstanceWithoutConstructor();
37 $immutable = $reflection->newInstanceWithoutConstructor();
H A Dbug-gh11416.phpt9 $date = (new ReflectionClass(DateTime::class))->newInstanceWithoutConstructor();
16 $date = (new ReflectionClass(DateTime::class))->newInstanceWithoutConstructor();
/PHP-8.1/Zend/tests/enum/
H A Dno-new-through-reflection.phpt9 (new \ReflectionClass(Foo::class))->newInstanceWithoutConstructor();
/PHP-8.1/ext/spl/tests/
H A DRecursiveIteratorIterator_not_initialized.phpt7 $it = $rc->newInstanceWithoutConstructor();
/PHP-8.1/Zend/tests/constexpr/
H A Dnew_not_allowed_property.phpt10 // based on newInstanceWithoutConstructor(). Handling this via the constructor is more
/PHP-8.1/Zend/tests/
H A Darginfo_zpp_mismatch.phpt70 $obj = $rc->newInstanceWithoutConstructor();
H A Darginfo_zpp_mismatch_strict.phpt72 $obj = $rc->newInstanceWithoutConstructor();
/PHP-8.1/ext/reflection/
H A Dphp_reflection.stub.php330 public function newInstanceWithoutConstructor(): object {} function in ReflectionClass
H A Dphp_reflection_arginfo.h702 ZEND_METHOD(ReflectionClass, newInstanceWithoutConstructor);
967 …ZEND_ME(ReflectionClass, newInstanceWithoutConstructor, arginfo_class_ReflectionClass_newInstanceW…
H A Dphp_reflection.c4958 ZEND_METHOD(ReflectionClass, newInstanceWithoutConstructor) in ZEND_METHOD() argument

Completed in 40 milliseconds