Home
last modified time | relevance | path

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

/PHP-8.3/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.phpt318 Method [ <internal:Reflection> public method newInstanceWithoutConstructor ] {
/PHP-8.3/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.phpt10 $date = (new ReflectionClass(DateTime::class))->newInstanceWithoutConstructor();
17 $date = (new ReflectionClass(DateTime::class))->newInstanceWithoutConstructor();
24 $date = (new ReflectionClass(DateTime::class))->newInstanceWithoutConstructor();
25 $dateperiod = (new ReflectionClass(DatePeriod::class))->newInstanceWithoutConstructor();
26 $dateinterval = (new ReflectionClass(DateInterval::class))->newInstanceWithoutConstructor();
/PHP-8.3/Zend/tests/
H A Dnew_oom.inc12 $objects[] = $rc->newInstanceWithoutConstructor();
H A Darginfo_zpp_mismatch.phpt70 $obj = $rc->newInstanceWithoutConstructor();
H A Darginfo_zpp_mismatch_strict.phpt72 $obj = $rc->newInstanceWithoutConstructor();
/PHP-8.3/Zend/tests/enum/
H A Dno-new-through-reflection.phpt9 (new \ReflectionClass(Foo::class))->newInstanceWithoutConstructor();
/PHP-8.3/ext/spl/tests/
H A DRecursiveIteratorIterator_not_initialized.phpt7 $it = $rc->newInstanceWithoutConstructor();
/PHP-8.3/ext/intl/tests/
H A Dtransliterator_child.phpt13 $tr = (new \ReflectionClass(ChildTransliterator::class))->newInstanceWithoutConstructor();
/PHP-8.3/ext/simplexml/tests/
H A Dget_prop_address_not_initialized.phpt9 $sxe = $rc->newInstanceWithoutConstructor();
/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Dwithout_contructor.phpt8 $node = $rc->newInstanceWithoutConstructor();
/PHP-8.3/Zend/tests/constexpr/
H A Dnew_not_allowed_property.phpt10 // based on newInstanceWithoutConstructor(). Handling this via the constructor is more
/PHP-8.3/ext/dom/tests/
H A DDOMProcessingInstruction.phpt51 $instance = $class->newInstanceWithoutConstructor();
/PHP-8.3/ext/reflection/
H A Dphp_reflection.stub.php397 public function newInstanceWithoutConstructor(): object {} function in ReflectionClass
H A Dphp_reflection_arginfo.h720 ZEND_METHOD(ReflectionClass, newInstanceWithoutConstructor);
991 …ZEND_ME(ReflectionClass, newInstanceWithoutConstructor, arginfo_class_ReflectionClass_newInstanceW…
H A Dphp_reflection.c5055 ZEND_METHOD(ReflectionClass, newInstanceWithoutConstructor) in ZEND_METHOD() argument

Completed in 61 milliseconds