Home
last modified time | relevance | path

Searched refs:__debugInfo (Results 1 – 25 of 50) sorted by relevance

12

/PHP-8.2/ext/spl/tests/
H A Dbug69264.phpt2 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.2/Zend/tests/return_types/
H A D042.phpt2 __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 D037.phpt2 __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.2/Zend/tests/enum/
H A D__debugInfo.phpt2 Enum __debugInfo
9 public function __debugInfo(): array {
16 Fatal error: Enum Foo cannot include magic method __debugInfo in %s on line %d
/PHP-8.2/Zend/tests/
H A Ddebug_info.phpt2 Testing __debugInfo() magic method
11 public function __debugInfo() {
19 public function __debugInfo() {
H A Drecursive_debug_info.phpt2 Test recursive __debugInfo() method
7 public function __debugInfo() {
H A Dbug69537.phpt2 Bug #69537 (__debugInfo with empty string for key gives error)
7 public function __debugInfo(){
H A Ddebug_info-error-0.phpt2 Testing __debugInfo() magic method with bad returns ZERO
8 public function __debugInfo() {
H A Ddebug_info-error-1.phpt2 Testing __debugInfo() magic method with bad returns ONE
8 public function __debugInfo() {
H A Ddebug_info-error-0.0.phpt2 Testing __debugInfo() magic method with bad returns ZERO (float)
8 public function __debugInfo() {
H A Ddebug_info-error-1.0.phpt2 Testing __debugInfo() magic method with bad returns ONE (float)
8 public function __debugInfo() {
H A Ddebug_info-error-str.phpt2 Testing __debugInfo() magic method with bad returns STRING
8 public function __debugInfo() {
H A Ddebug_info-error-true.phpt2 Testing __debugInfo() magic method with bad returns TRUE
8 public function __debugInfo() {
H A Ddebug_info-error-empty_str.phpt2 Testing __debugInfo() magic method with bad returns EMPTY STRING
8 public function __debugInfo() {
H A Ddebug_info-error-false.phpt2 Testing __debugInfo() magic method with bad returns FALSE
8 public function __debugInfo() {
H A Ddebug_info-error-object.phpt2 Testing __debugInfo() magic method with bad returns OBJECT
8 public function __debugInfo() {
H A Ddebug_info-error-resource.phpt2 Testing __debugInfo() magic method with bad returns RESOURCE
10 public function __debugInfo() {
H A Dmagic_methods_inheritance_rules.phpt12 public function __debugInfo(): ?array {}
42 public function __debugInfo(): array {}
/PHP-8.2/ext/random/
H A Drandom.stub.php54 public function __debugInfo(): array {} function in Random\\Engine\\Mt19937
76 public function __debugInfo(): array {} function in Random\\Engine\\PcgOneseq128XslRr64
100 public function __debugInfo(): array {} function in Random\\Engine\\Xoshiro256StarStar
H A Drandom_arginfo.h126 ZEND_METHOD(Random_Engine_Mt19937, __debugInfo);
162 …ZEND_ME(Random_Engine_Mt19937, __debugInfo, arginfo_class_Random_Engine_Mt19937___debugInfo, ZEND_…
173 …ZEND_MALIAS(Random_Engine_Mt19937, __debugInfo, __debugInfo, arginfo_class_Random_Engine_PcgOneseq…
185 …ZEND_MALIAS(Random_Engine_Mt19937, __debugInfo, __debugInfo, arginfo_class_Random_Engine_Xoshiro25…
/PHP-8.2/ext/spl/
H A Dspl_heap.stub.php93 public function __debugInfo(): array {} function in SplPriorityQueue
138 public function __debugInfo(): array {} function in SplHeap
H A Dspl_observer.stub.php113 public function __debugInfo(): array {} function in SplObjectStorage
178 public function __debugInfo(): array {} function in MultipleIterator
H A Dspl_array.stub.php90 public function __debugInfo(): array {} function in ArrayObject
244 public function __debugInfo(): array {} function in ArrayIterator
H A Dspl_heap_arginfo.h103 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)
/PHP-8.2/Zend/
H A Dzend_attributes.stub.php87 public function __debugInfo(): array {} function in SensitiveParameterValue

Completed in 74 milliseconds

12