Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/spl/tests/
H A Dbug69264.phpt2 Bug #69264 (__debugInfo() ignored while extending SPL classes)
6 public function __debugInfo() {
7 return ['child' => 42, 'parent' => count(parent::__debugInfo())];
12 public function __debugInfo() {
13 return ['child' => 42, 'parent' => count(parent::__debugInfo())];
18 public function __debugInfo() {
24 public function __debugInfo() {
30 public function __debugInfo() {
36 public function __debugInfo() {
42 public function __debugInfo() {
[all …]
/PHP-7.4/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-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-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-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() {
/PHP-7.4/ext/spl/
H A Dspl_heap.c1059 SPL_METHOD(SplHeap, __debugInfo) in SPL_METHOD() argument
1069 SPL_METHOD(SplPriorityQueue, __debugInfo) in SPL_METHOD() argument
1196 SPL_ME(SplPriorityQueue, __debugInfo, arginfo_splheap_void, ZEND_ACC_PUBLIC)
1213 SPL_ME(SplHeap, __debugInfo, arginfo_splheap_void, ZEND_ACC_PUBLIC)
H A Dspl_observer.c947 SPL_METHOD(SplObjectStorage, __debugInfo) in SPL_METHOD() argument
995 SPL_ME(SplObjectStorage, __debugInfo, arginfo_splobject_void,0)
1317 …SPL_MA(MultipleIterator, __debugInfo, SplObjectStorage, __debugInfo, arginfo_splobject…
H A Dspl_dllist.c1347 SPL_METHOD(SplDoublyLinkedList, __debugInfo) in SPL_METHOD() argument
1437 SPL_ME(SplDoublyLinkedList, __debugInfo, arginfo_dllist_void, ZEND_ACC_PUBLIC)
H A Dspl_array.c1915 SPL_METHOD(Array, __debugInfo) in SPL_METHOD() argument
1998 SPL_ME(Array, __debugInfo, arginfo_array_void, ZEND_ACC_PUBLIC)
2028 SPL_ME(Array, __debugInfo, arginfo_array_void, ZEND_ACC_PUBLIC)
/PHP-7.4/Zend/
H A Dzend.h142 zend_function *__debugInfo; member
H A Dzend_API.c2148 …set = NULL, *__call = NULL, *__callstatic = NULL, *__tostring = NULL, *__debugInfo = NULL, *serial… in zend_register_functions() local
2357 __debugInfo = reg_function; in zend_register_functions()
2397 scope->__debugInfo = __debugInfo; in zend_register_functions()
2462 if (__debugInfo) { in zend_register_functions()
2463 if (__debugInfo->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2464 …e, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__debugInfo->common.functio… in zend_register_functions()
H A Dzend_inheritance.c175 if (EXPECTED(!ce->__debugInfo)) { in do_inherit_parent_constructor()
176 ce->__debugInfo = parent->__debugInfo; in do_inherit_parent_constructor()
1540 ce->__debugInfo = fe; in zend_add_magic_methods()
H A Dzend_object_handlers.c151 if (!ce->__debugInfo) { in zend_std_get_debug_info()
156 zend_call_method_with_0_params(object, ce, &ce->__debugInfo, ZEND_DEBUGINFO_FUNC_NAME, &retval); in zend_std_get_debug_info()
/PHP-7.4/ext/opcache/
H A Dzend_persist.c1021 if (ce->__debugInfo) { in zend_update_parent_ce()
1022 zend_function *tmp = zend_shared_alloc_get_xlat_entry(ce->__debugInfo); in zend_update_parent_ce()
1024 ce->__debugInfo = tmp; in zend_update_parent_ce()
H A Dzend_file_cache.c791 SERIALIZE_PTR(ce->__debugInfo);
1478 UNSERIALIZE_PTR(ce->__debugInfo);
H A Dzend_accelerator_util_funcs.c363 zend_update_inherited_handler(__debugInfo); in zend_class_copy_ctor()

Completed in 103 milliseconds

12