Home
last modified time | relevance | path

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

/PHP-5.6/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 DReflectionClass_isInternal_error.phpt2 ReflectionClass::isInternal() - invalid params
6 var_dump($r1->isInternal('X'));
7 var_dump($r1->isInternal('X', true));
10 Warning: ReflectionClass::isInternal() expects exactly 0 parameters, 1 given in %s on line %d
13 Warning: ReflectionClass::isInternal() expects exactly 0 parameters, 2 given in %s on line %d
H A DReflectionObject_isInternal_error.phpt2 ReflectionObject::isInternal() - invalid params
7 var_dump($r1->isInternal('X'));
8 var_dump($r1->isInternal('X', true));
11 Warning: ReflectionClass::isInternal() expects exactly 0 parameters, 1 given in %s on line %d
14 Warning: ReflectionClass::isInternal() expects exactly 0 parameters, 2 given in %s on line %d
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 D025.phpt23 echo "--isInternal--\n";
24 var_dump($func->isInternal());
70 --isInternal--
H A D009.phpt21 echo "--isInternal--\n";
22 var_dump($func->isInternal());
68 --isInternal--
H A DReflectionFunction_001.phpt28 var_dump($funcInfo->isInternal());
H A DReflectionMethod_006.phpt27 var_dump($rm->isInternal(1));
81 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-5.6/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_reflection.phpt32 isInternal: yes
52 isInternal: yes
68 isInternal: yes
84 isInternal: yes
100 isInternal: yes
123 isInternal: yes
139 isInternal: yes
162 isInternal: yes
178 isInternal: yes
194 isInternal: yes
[all …]
H A Dmysqli_class_mysqli_reflection.phpt29 isInternal: yes
49 isInternal: yes
107 isInternal: yes
130 isInternal: yes
160 isInternal: yes
197 isInternal: yes
213 isInternal: yes
229 isInternal: yes
259 isInternal: yes
317 isInternal: yes
[all …]
H A Dmysqli_class_mysqli_warning_reflection.phpt31 isInternal: yes
51 isInternal: yes
67 isInternal: yes
83 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.phpt28 isInternal: yes
/PHP-5.6/scripts/dev/
H A Dsearch_underscores.php51 $ext = $ref->isInternal() ? "<internal>" : "<user>";
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c1797 ZEND_METHOD(reflection_function, isInternal) in ZEND_METHOD() argument
3610 ZEND_METHOD(reflection_class, isInternal) in ZEND_METHOD() argument
5795 ZEND_ME(reflection_function, isInternal, arginfo_reflection__void, 0)
5961 ZEND_ME(reflection_class, isInternal, arginfo_reflection__void, 0)

Completed in 167 milliseconds