Searched refs:isInternal (Results 1 – 12 of 12) sorted by relevance
/PHP-8.3/ext/reflection/tests/ |
H A D | ReflectionClass_isInternal_basic.phpt | 2 ReflectionClass::isInternal() 14 var_dump($r1->isInternal(), $r2->isInternal(), $r3->isInternal(), 15 $r4->isInternal(), $r5->isInternal());
|
H A D | ReflectionObject_isInternal_basic.phpt | 2 ReflectionObject::isInternal() - basic function test 14 var_dump($r1->isInternal(), $r2->isInternal(), $r3->isInternal(), 15 $r4->isInternal(), $r5->isInternal());
|
H A D | ReflectionMethod_basic3.phpt | 2 ReflectionMethod class getName(), isInternal() and isUserDefined() methods 13 var_dump($methodInfo->isInternal()); 63 isInternal(): 77 isInternal(): 91 isInternal(): 105 isInternal(): 119 isInternal(): 133 isInternal(): 147 isInternal(): 161 isInternal():
|
H A D | 009.phpt | 20 echo "--isInternal--\n"; 21 var_dump($func->isInternal()); 65 --isInternal--
|
H A D | 025.phpt | 20 echo "--isInternal--\n"; 21 var_dump($func->isInternal()); 65 --isInternal--
|
H A D | ReflectionFunction_001.phpt | 28 var_dump($funcInfo->isInternal());
|
H A D | 001.phpt | 28 'UMLClass::isInternal',
|
H A D | ReflectionClass_toString_001.phpt | 60 Method [ <internal:Reflection> public method isInternal ] {
|
/PHP-8.3/scripts/dev/ |
H A D | search_underscores.php | 49 $ext = $ref->isInternal() ? "<internal>" : "<user>";
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.stub.php | 37 public function isInternal(): bool {} function in ReflectionFunctionAbstract 294 public function isInternal(): bool {} function in ReflectionClass
|
H A D | php_reflection_arginfo.h | 622 ZEND_METHOD(ReflectionFunctionAbstract, isInternal); 685 ZEND_METHOD(ReflectionClass, isInternal); 872 …ZEND_ME(ReflectionFunctionAbstract, isInternal, arginfo_class_ReflectionFunctionAbstract_isInterna… 956 ZEND_ME(ReflectionClass, isInternal, arginfo_class_ReflectionClass_isInternal, ZEND_ACC_PUBLIC)
|
H A D | php_reflection.c | 1811 ZEND_METHOD(ReflectionFunctionAbstract, isInternal) in ZEND_METHOD() argument 4304 ZEND_METHOD(ReflectionClass, isInternal) in ZEND_METHOD() argument
|
Completed in 58 milliseconds