Home
last modified time | relevance | path

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

/PHP-8.0/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.phpt58 Method [ <internal:Reflection> public method isInternal ] {
/PHP-8.0/scripts/dev/
H A Dsearch_underscores.php49 $ext = $ref->isInternal() ? "<internal>" : "<user>";
/PHP-8.0/ext/reflection/
H A Dphp_reflection.stub.php34 public function isInternal() {} function in ReflectionFunctionAbstract
215 public function isInternal() {} function in ReflectionClass
H A Dphp_reflection_arginfo.h500 ZEND_METHOD(ReflectionFunctionAbstract, isInternal);
557 ZEND_METHOD(ReflectionClass, isInternal);
719 …ZEND_ME(ReflectionFunctionAbstract, isInternal, arginfo_class_ReflectionFunctionAbstract_isInterna…
797 ZEND_ME(ReflectionClass, isInternal, arginfo_class_ReflectionClass_isInternal, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c1679 ZEND_METHOD(ReflectionFunctionAbstract, isInternal) in ZEND_METHOD() argument
4014 ZEND_METHOD(ReflectionClass, isInternal) in ZEND_METHOD() argument

Completed in 47 milliseconds