Home
last modified time | relevance | path

Searched refs:newInstance (Results 1 – 16 of 16) sorted by relevance

/PHP-5.3/ext/reflection/tests/
H A D007.phpt2 ReflectionClass::newInstance[Args]
19 echo "====>newInstance()\n";
96 ====>newInstance()
99 ====>newInstance(25)
101 ====>newInstance(25, 42)
105 ====>newInstance()
111 ====>newInstance(25)
119 ====>newInstance(25, 42)
131 ====>newInstance()
141 ====>newInstance(25)
[all …]
H A DReflectionClass_newInstance_001.phpt2 ReflectionClass::newInstance()
41 $a1 = $rcA->newInstance();
42 $a2 = $rcA->newInstance('x');
45 $b1 = $rcB->newInstance();
46 $b2 = $rcB->newInstance('x', 123);
50 $rcC->newInstance();
57 $rcD->newInstance();
63 $e1 = $rcE->newInstance();
67 $e2 = $rcE->newInstance('x');
H A Dbug42976.phpt2 Bug #42976 (Crash when constructor for newInstance() or newInstanceArgs() fails)
18 $rc->newInstance($x); // causes crash
31 Warning: ReflectionClass::newInstance(): Invocation of C's constructor failed in %sbug42976.php on …
H A Dbug43926.phpt22 $ca = $ra->newInstance();
23 $cc = $rc->newInstance();
24 $cd = $rd->newInstance();
25 $ce = $re->newInstance();
H A Dbug52854.phpt10 var_dump($c->newInstance());
H A D001.phpt49 'UMLClass::newInstance',
H A DReflectionClass_toString_001.phpt216 Method [ <internal:Reflection> public method newInstance ] {
/PHP-5.3/ext/pdo/tests/
H A Dpdo_036.phpt9 $x = $instance->newInstance();
13 $x = $instance->newInstance();
/PHP-5.3/ext/spl/tests/
H A Ddit_002.phpt18 $obj = $ref->newInstance('glob://*');
/PHP-5.3/ext/spl/internal/
H A Drecursiveregexiterator.inc55 return $this->ref->newInstance($this->getInnerIterator()->getChildren());
H A Drecursivearrayiterator.inc53 return $this->ref->newInstance($this->current());
H A Drecursivecachingiterator.inc60 $this->getChildren = $ref->newInstance($child, $this->flags);
H A Drecursivefilteriterator.inc56 return $this->ref->newInstance($this->getInnerIterator()->getChildren());
/PHP-5.3/ext/spl/examples/
H A Drecursivedualiterator.inc49 return $this->ref->newInstance(
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c3889 ZEND_METHOD(reflection_class, newInstance) in ZEND_METHOD() argument
5308 ZEND_ME(reflection_class, newInstance, arginfo_reflection_class_newInstance, 0)
/PHP-5.3/
H A DNEWS4041 - Fixed bug #42976 (Crash when constructor for newInstance() or

Completed in 66 milliseconds