Home
last modified time | relevance | path

Searched refs:isInternal (Results 1 – 12 of 12) sorted by relevance

/PHP-8.3/ext/reflection/tests/
H A DReflectionClass_isInternal_basic.phpt2 ReflectionClass::isInternal()
14 var_dump($r1->isInternal(), $r2->isInternal(), $r3->isInternal(),
15 $r4->isInternal(), $r5->isInternal());
H A DReflectionObject_isInternal_basic.phpt2 ReflectionObject::isInternal() - basic function test
14 var_dump($r1->isInternal(), $r2->isInternal(), $r3->isInternal(),
15 $r4->isInternal(), $r5->isInternal());
H A DReflectionMethod_basic3.phpt2 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 D009.phpt20 echo "--isInternal--\n";
21 var_dump($func->isInternal());
65 --isInternal--
H A D025.phpt20 echo "--isInternal--\n";
21 var_dump($func->isInternal());
65 --isInternal--
H A DReflectionFunction_001.phpt28 var_dump($funcInfo->isInternal());
H A D001.phpt28 'UMLClass::isInternal',
H A DReflectionClass_toString_001.phpt60 Method [ <internal:Reflection> public method isInternal ] {
/PHP-8.3/scripts/dev/
H A Dsearch_underscores.php49 $ext = $ref->isInternal() ? "<internal>" : "<user>";
/PHP-8.3/ext/reflection/
H A Dphp_reflection.stub.php37 public function isInternal(): bool {} function in ReflectionFunctionAbstract
294 public function isInternal(): bool {} function in ReflectionClass
H A Dphp_reflection_arginfo.h622 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 Dphp_reflection.c1811 ZEND_METHOD(ReflectionFunctionAbstract, isInternal) in ZEND_METHOD() argument
4304 ZEND_METHOD(ReflectionClass, isInternal) in ZEND_METHOD() argument

Completed in 60 milliseconds