Home
last modified time | relevance | path

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

/PHP-7.4/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 DReflectionMethod_006.phpt35 var_dump($rm->isInternal(1));
76 Warning: ReflectionFunctionAbstract::isInternal() expects exactly 0 parameters, 1 given in %s on li…
H A D001.phpt29 'UMLClass::isInternal',
H A DReflectionClass_toString_001.phpt63 Method [ <internal:Reflection> public method isInternal ] {
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_reflection.phpt27 isInternal: yes
47 isInternal: yes
63 isInternal: yes
79 isInternal: yes
95 isInternal: yes
118 isInternal: yes
141 isInternal: yes
164 isInternal: yes
180 isInternal: yes
196 isInternal: yes
[all …]
H A Dmysqli_class_mysqli_reflection.phpt27 isInternal: yes
47 isInternal: yes
105 isInternal: yes
163 isInternal: yes
186 isInternal: yes
216 isInternal: yes
253 isInternal: yes
269 isInternal: yes
285 isInternal: yes
315 isInternal: yes
[all …]
H A Dmysqli_class_mysqli_warning_reflection.phpt26 isInternal: yes
46 isInternal: yes
62 isInternal: yes
78 isInternal: yes
H A Dreflection_tools.inc7 printf("isInternal: %s\n", ($class->isInternal()) ? 'yes' : 'no');
85 printf("isInternal: %s\n", ($method->isInternal()) ? 'yes' : 'no');
H A Dmysqli_class_mysqli_driver_reflection.phpt26 isInternal: yes
/PHP-7.4/scripts/dev/
H A Dsearch_underscores.php51 $ext = $ref->isInternal() ? "<internal>" : "<user>";
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c1662 ZEND_METHOD(reflection_function, isInternal) in ZEND_METHOD() argument
3972 ZEND_METHOD(reflection_class, isInternal) in ZEND_METHOD() argument
6361 ZEND_ME(reflection_function, isInternal, arginfo_reflection__void, 0)
6548 ZEND_ME(reflection_class, isInternal, arginfo_reflection__void, 0)

Completed in 32 milliseconds