Searched refs:getConstructor (Results 1 – 11 of 11) sorted by relevance
/PHP-7.2/ext/reflection/tests/ |
H A D | ReflectionClass_getConstructor_error.phpt | 2 ReflectionClass::getConstructor() - bad params 7 var_dump($rc->getConstructor(null)); 8 var_dump($rc->getConstructor('X')); 9 var_dump($rc->getConstructor(true)); 10 var_dump($rc->getConstructor(array(1,2,3))); 13 Warning: ReflectionClass::getConstructor() expects exactly 0 parameters, 1 given in %s on line %d 16 Warning: ReflectionClass::getConstructor() expects exactly 0 parameters, 1 given in %s on line %d 19 Warning: ReflectionClass::getConstructor() expects exactly 0 parameters, 1 given in %s on line %d 22 Warning: ReflectionClass::getConstructor() expects exactly 0 parameters, 1 given in %s on line %d
|
H A D | ReflectionObject_getConstructor_error.phpt | 2 ReflectionObject::getConstructor() - invalid params 7 var_dump($rc->getConstructor(null)); 8 var_dump($rc->getConstructor('X')); 9 var_dump($rc->getConstructor(true)); 10 var_dump($rc->getConstructor(array(1,2,3))); 13 Warning: ReflectionClass::getConstructor() expects exactly 0 parameters, 1 given in %s on line %d 16 Warning: ReflectionClass::getConstructor() expects exactly 0 parameters, 1 given in %s on line %d 19 Warning: ReflectionClass::getConstructor() expects exactly 0 parameters, 1 given in %s on line %d 22 Warning: ReflectionClass::getConstructor() expects exactly 0 parameters, 1 given in %s on line %d
|
H A D | ReflectionObject_getConstructor_basic.phpt | 2 ReflectionObject::getConstructor() - basic function test 56 $rm = $rc->getConstructor();
|
H A D | ReflectionClass_getConstructor_basic.phpt | 2 ReflectionClass::getConstructor() 56 $rm = $rc->getConstructor();
|
H A D | 001.phpt | 36 'UMLClass::getConstructor',
|
H A D | ReflectionClass_toString_001.phpt | 117 Method [ <internal:Reflection> public method getConstructor ] {
|
/PHP-7.2/ext/spl/tests/ |
H A D | bug70303.phpt | 6 $c = $f->getConstructor();
|
/PHP-7.2/scripts/dev/generate-phpt/src/ |
H A D | gtMethod.php | 34 $constructor = $reflectionClass->getConstructor();
|
/PHP-7.2/ext/mysqli/tests/ |
H A D | reflection_tools.inc | 18 if ($method = $class->getConstructor())
|
/PHP-7.2/scripts/dev/ |
H A D | generate-phpt.phar | 861 $constructor = $reflectionClass->getConstructor();
|
/PHP-7.2/ext/reflection/ |
H A D | php_reflection.c | 4111 ZEND_METHOD(reflection_class, getConstructor) in ZEND_METHOD() argument 6471 ZEND_ME(reflection_class, getConstructor, arginfo_reflection__void, 0)
|
Completed in 81 milliseconds