Home
last modified time | relevance | path

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

/PHP-5.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 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 D009.phpt18 echo "--isInternal--\n";
19 var_dump($func->isInternal());
65 --isInternal--
H A D025.phpt20 echo "--isInternal--\n";
21 var_dump($func->isInternal());
67 --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.3/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.phpt31 isInternal: yes
51 isInternal: yes
109 isInternal: yes
132 isInternal: yes
169 isInternal: yes
185 isInternal: yes
201 isInternal: yes
217 isInternal: yes
233 isInternal: yes
291 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.3/scripts/dev/
H A Dsearch_underscores.php51 $ext = $ref->isInternal() ? "<internal>" : "<user>";
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c1607 ZEND_METHOD(reflection_function, isInternal) in ZEND_METHOD() argument
3274 ZEND_METHOD(reflection_class, isInternal) in ZEND_METHOD() argument
5131 ZEND_ME(reflection_function, isInternal, arginfo_reflection__void, 0)
5284 ZEND_ME(reflection_class, isInternal, arginfo_reflection__void, 0)

Completed in 34 milliseconds