Home
last modified time | relevance | path

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

/PHP-7.1/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.phpt20 echo "--isInternal--\n";
21 var_dump($func->isInternal());
67 --isInternal--
H A D025.phpt22 echo "--isInternal--\n";
23 var_dump($func->isInternal());
69 --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.1/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
146 isInternal: yes
169 isInternal: yes
185 isInternal: yes
201 isInternal: yes
[all …]
H A Dmysqli_class_mysqli_reflection.phpt29 isInternal: yes
49 isInternal: yes
107 isInternal: yes
165 isInternal: yes
188 isInternal: yes
218 isInternal: yes
255 isInternal: yes
271 isInternal: yes
287 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-7.1/scripts/dev/
H A Dsearch_underscores.php51 $ext = $ref->isInternal() ? "<internal>" : "<user>";
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c1826 ZEND_METHOD(reflection_function, isInternal) in ZEND_METHOD() argument
4105 ZEND_METHOD(reflection_class, isInternal) in ZEND_METHOD() argument
6376 ZEND_ME(reflection_function, isInternal, arginfo_reflection__void, 0)
6563 ZEND_ME(reflection_class, isInternal, arginfo_reflection__void, 0)

Completed in 55 milliseconds