/PHP-8.1/ext/spl/tests/ |
H A D | bug69264.phpt | 2 Bug #69264 (__debugInfo() ignored while extending SPL classes) 6 public function __debugInfo(): array { 7 return ['child' => 42, 'parent' => count(parent::__debugInfo())]; 12 public function __debugInfo(): array { 13 return ['child' => 42, 'parent' => count(parent::__debugInfo())]; 18 public function __debugInfo(): array { 24 public function __debugInfo(): array { 30 public function __debugInfo(): array { 36 public function __debugInfo(): array { 42 public function __debugInfo(): array { [all …]
|
/PHP-8.1/Zend/tests/return_types/ |
H A D | 042.phpt | 2 __debugInfo can declare union return type 6 public function __debugInfo(): array|null {} 10 public function __debugInfo(): null|array {} 14 public function __debugInfo(): ?array {} 18 public function __debugInfo(): array {}
|
H A D | 037.phpt | 2 __debugInfo can only declare array as return type 6 public function __debugInfo(): bool { 11 Fatal error: Foo::__debugInfo(): Return type must be ?array when declared in %s on line %d
|
/PHP-8.1/Zend/tests/ |
H A D | debug_info.phpt | 2 Testing __debugInfo() magic method 11 public function __debugInfo() { 19 public function __debugInfo() {
|
H A D | recursive_debug_info.phpt | 2 Test recursive __debugInfo() method 7 public function __debugInfo() {
|
H A D | bug69537.phpt | 2 Bug #69537 (__debugInfo with empty string for key gives error) 7 public function __debugInfo(){
|
H A D | debug_info-error-1.phpt | 2 Testing __debugInfo() magic method with bad returns ONE 8 public function __debugInfo() {
|
H A D | debug_info-error-0.phpt | 2 Testing __debugInfo() magic method with bad returns ZERO 8 public function __debugInfo() {
|
H A D | debug_info-error-empty_str.phpt | 2 Testing __debugInfo() magic method with bad returns EMPTY STRING 8 public function __debugInfo() {
|
H A D | debug_info-error-0.0.phpt | 2 Testing __debugInfo() magic method with bad returns ZERO (float) 8 public function __debugInfo() {
|
H A D | debug_info-error-1.0.phpt | 2 Testing __debugInfo() magic method with bad returns ONE (float) 8 public function __debugInfo() {
|
H A D | debug_info-error-false.phpt | 2 Testing __debugInfo() magic method with bad returns FALSE 8 public function __debugInfo() {
|
H A D | debug_info-error-str.phpt | 2 Testing __debugInfo() magic method with bad returns STRING 8 public function __debugInfo() {
|
H A D | debug_info-error-true.phpt | 2 Testing __debugInfo() magic method with bad returns TRUE 8 public function __debugInfo() {
|
H A D | debug_info-error-object.phpt | 2 Testing __debugInfo() magic method with bad returns OBJECT 8 public function __debugInfo() {
|
H A D | debug_info-error-resource.phpt | 2 Testing __debugInfo() magic method with bad returns RESOURCE 10 public function __debugInfo() {
|
H A D | magic_methods_inheritance_rules.phpt | 12 public function __debugInfo(): ?array {} 42 public function __debugInfo(): array {}
|
/PHP-8.1/ext/spl/ |
H A D | spl_heap.stub.php | 77 public function __debugInfo(): array {} function in SplPriorityQueue 122 public function __debugInfo(): array {} function in SplHeap
|
H A D | spl_observer.stub.php | 113 public function __debugInfo(): array {} function in SplObjectStorage 157 public function __debugInfo(): array {} function in MultipleIterator
|
H A D | spl_heap_arginfo.h | 103 ZEND_METHOD(SplPriorityQueue, __debugInfo); 108 ZEND_METHOD(SplHeap, __debugInfo); 129 ZEND_ME(SplPriorityQueue, __debugInfo, arginfo_class_SplPriorityQueue___debugInfo, ZEND_ACC_PUBLIC) 148 ZEND_ME(SplHeap, __debugInfo, arginfo_class_SplHeap___debugInfo, ZEND_ACC_PUBLIC)
|
H A D | spl_array.stub.php | 79 public function __debugInfo(): array {} function in ArrayObject 222 public function __debugInfo(): array {} function in ArrayIterator
|
H A D | spl_observer_arginfo.h | 157 ZEND_METHOD(SplObjectStorage, __debugInfo); 210 ZEND_ME(SplObjectStorage, __debugInfo, arginfo_class_SplObjectStorage___debugInfo, ZEND_ACC_PUBLIC) 228 …ZEND_MALIAS(SplObjectStorage, __debugInfo, __debugInfo, arginfo_class_MultipleIterator___debugInfo…
|
H A D | spl_dllist.stub.php | 29 public function __debugInfo(): array {} function in SplDoublyLinkedList
|
H A D | spl_array_arginfo.h | 180 ZEND_METHOD(ArrayObject, __debugInfo); 217 ZEND_ME(ArrayObject, __debugInfo, arginfo_class_ArrayObject___debugInfo, ZEND_ACC_PUBLIC) 249 …ZEND_MALIAS(ArrayObject, __debugInfo, __debugInfo, arginfo_class_ArrayIterator___debugInfo, ZEND_A…
|
/PHP-8.1/ext/reflection/tests/ |
H A D | ReflectionMethod_getModifiers_basic.phpt | 69 public function __debugInfo() {} 185 Modifiers for method TestClass::__debugInfo(): 273 Modifiers for method TestClass::__debugInfo():
|