Searched refs:isInternal (Results 1 – 18 of 18) sorted by relevance
/PHP-7.2/ext/reflection/tests/ |
H A D | ReflectionClass_isInternal_basic.phpt | 2 ReflectionClass::isInternal() 14 var_dump($r1->isInternal(), $r2->isInternal(), $r3->isInternal(), 15 $r4->isInternal(), $r5->isInternal());
|
H A D | ReflectionObject_isInternal_basic.phpt | 2 ReflectionObject::isInternal() - basic function test 14 var_dump($r1->isInternal(), $r2->isInternal(), $r3->isInternal(), 15 $r4->isInternal(), $r5->isInternal());
|
H A D | ReflectionClass_isInternal_error.phpt | 2 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 D | ReflectionObject_isInternal_error.phpt | 2 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 D | ReflectionMethod_basic3.phpt | 2 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 D | 009.phpt | 20 echo "--isInternal--\n"; 21 var_dump($func->isInternal()); 67 --isInternal--
|
H A D | 025.phpt | 22 echo "--isInternal--\n"; 23 var_dump($func->isInternal()); 69 --isInternal--
|
H A D | ReflectionFunction_001.phpt | 28 var_dump($funcInfo->isInternal());
|
H A D | ReflectionMethod_006.phpt | 35 var_dump($rm->isInternal(1)); 76 Warning: ReflectionFunctionAbstract::isInternal() expects exactly 0 parameters, 1 given in %s on li…
|
H A D | 001.phpt | 29 'UMLClass::isInternal',
|
H A D | ReflectionClass_toString_001.phpt | 63 Method [ <internal:Reflection> public method isInternal ] {
|
/PHP-7.2/ext/mysqli/tests/ |
H A D | mysqli_class_mysqli_result_reflection.phpt | 32 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 D | mysqli_class_mysqli_reflection.phpt | 29 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 D | mysqli_class_mysqli_warning_reflection.phpt | 31 isInternal: yes 51 isInternal: yes 67 isInternal: yes 83 isInternal: yes
|
H A D | reflection_tools.inc | 7 printf("isInternal: %s\n", ($class->isInternal()) ? 'yes' : 'no'); 85 printf("isInternal: %s\n", ($method->isInternal()) ? 'yes' : 'no');
|
H A D | mysqli_class_mysqli_driver_reflection.phpt | 28 isInternal: yes
|
/PHP-7.2/scripts/dev/ |
H A D | search_underscores.php | 51 $ext = $ref->isInternal() ? "<internal>" : "<user>";
|
/PHP-7.2/ext/reflection/ |
H A D | php_reflection.c | 1722 ZEND_METHOD(reflection_function, isInternal) in ZEND_METHOD() argument 3994 ZEND_METHOD(reflection_class, isInternal) in ZEND_METHOD() argument 6275 ZEND_ME(reflection_function, isInternal, arginfo_reflection__void, 0) 6462 ZEND_ME(reflection_class, isInternal, arginfo_reflection__void, 0)
|
Completed in 37 milliseconds