Searched defs:__debugInfo (Results 1 – 18 of 18) sorted by relevance
/php-src/ext/random/ |
H A D | random.stub.php | 56 public function __debugInfo(): array {} function in Random\\Engine\\Mt19937 78 public function __debugInfo(): array {} function in Random\\Engine\\PcgOneseq128XslRr64 102 public function __debugInfo(): array {} function in Random\\Engine\\Xoshiro256StarStar
|
H A D | engine_mt19937.c | 384 PHP_METHOD(Random_Engine_Mt19937, __debugInfo) in PHP_METHOD() argument
|
/php-src/ext/spl/ |
H A D | spl_heap.stub.php | 84 public function __debugInfo(): array {} function in SplPriorityQueue 129 public function __debugInfo(): array {} function in SplHeap
|
H A D | spl_observer.stub.php | 113 public function __debugInfo(): array {} function in SplObjectStorage 166 public function __debugInfo(): array {} function in MultipleIterator
|
H A D | spl_array.stub.php | 84 public function __debugInfo(): array {} function in ArrayObject 232 public function __debugInfo(): array {} function in ArrayIterator
|
H A D | spl_dllist.stub.php | 38 public function __debugInfo(): array {} function in SplDoublyLinkedList
|
H A D | spl_heap.c | 1059 PHP_METHOD(SplHeap, __debugInfo) in PHP_METHOD() argument 1069 PHP_METHOD(SplPriorityQueue, __debugInfo) in PHP_METHOD() argument
|
H A D | spl_directory.stub.php | 98 public function __debugInfo(): array {} function in SplFileInfo
|
H A D | spl_dllist.c | 1206 PHP_METHOD(SplDoublyLinkedList, __debugInfo) in PHP_METHOD() argument
|
H A D | spl_observer.c | 1057 PHP_METHOD(SplObjectStorage, __debugInfo) in PHP_METHOD() argument
|
H A D | spl_array.c | 1512 PHP_METHOD(ArrayObject, __debugInfo) in PHP_METHOD() argument
|
H A D | spl_directory.c | 1378 PHP_METHOD(SplFileInfo, __debugInfo) in PHP_METHOD() argument
|
/php-src/Zend/ |
H A D | zend_generators.stub.php | 27 public function __debugInfo(): array {} function in Generator
|
H A D | zend_attributes.stub.php | 63 public function __debugInfo(): array {} function in SensitiveParameterValue
|
H A D | zend_attributes.c | 142 ZEND_METHOD(SensitiveParameterValue, __debugInfo) in ZEND_METHOD() argument
|
H A D | zend_generators.c | 1069 ZEND_METHOD(Generator, __debugInfo) in ZEND_METHOD() argument
|
H A D | zend.h | 182 zend_function *__debugInfo; member
|
/php-src/ext/hash/ |
H A D | hash.c | 1567 ZEND_METHOD(HashContext, __debugInfo) in ZEND_METHOD() argument
|
Completed in 50 milliseconds