Home
last modified time | relevance | path

Searched refs:debug_info (Results 1 – 10 of 10) sorted by relevance

/PHP-8.3/ext/intl/calendar/
H A Dcalendar_class.cpp153 HashTable *debug_info; in Calendar_get_debug_info() local
157 debug_info = zend_new_array(8); in Calendar_get_debug_info()
164 zend_hash_str_update(debug_info, "valid", sizeof("valid") - 1, &zv); in Calendar_get_debug_info()
165 return debug_info; in Calendar_get_debug_info()
168 zend_hash_str_update(debug_info, "valid", sizeof("valid") - 1, &zv); in Calendar_get_debug_info()
171 zend_hash_str_update(debug_info, "type", sizeof("type") - 1, &zv); in Calendar_get_debug_info()
187 zend_hash_str_update(debug_info, "timeZone", sizeof("timeZone") - 1, &ztz_debug); in Calendar_get_debug_info()
195 zend_hash_str_update(debug_info, "locale", sizeof("locale") - 1, &zv); in Calendar_get_debug_info()
198 zend_hash_str_update(debug_info, "locale", sizeof("locale") - 1, &zv); in Calendar_get_debug_info()
217 zend_hash_str_update(debug_info, "fields", sizeof("fields") - 1, &zfields); in Calendar_get_debug_info()
[all …]
/PHP-8.3/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp140 HashTable *debug_info; in BreakIterator_get_debug_info() local
146 debug_info = zend_new_array(8); in BreakIterator_get_debug_info()
153 zend_hash_str_update(debug_info, "valid", sizeof("valid") - 1, &val); in BreakIterator_get_debug_info()
154 return debug_info; in BreakIterator_get_debug_info()
157 zend_hash_str_update(debug_info, "valid", sizeof("valid") - 1, &val); in BreakIterator_get_debug_info()
161 zend_hash_str_update(debug_info, "text", sizeof("text") - 1, &val); in BreakIterator_get_debug_info()
164 zend_hash_str_update(debug_info, "text", sizeof("text") - 1, &bio->text); in BreakIterator_get_debug_info()
168 zend_hash_str_update(debug_info, "type", sizeof("type") - 1, &val); in BreakIterator_get_debug_info()
170 return debug_info; in BreakIterator_get_debug_info()
/PHP-8.3/ext/intl/timezone/
H A Dtimezone_class.cpp299 HashTable *debug_info; in TimeZone_get_debug_info() local
304 debug_info = zend_new_array(8); in TimeZone_get_debug_info()
311 zend_hash_str_update(debug_info, "valid", sizeof("valid") - 1, &zv); in TimeZone_get_debug_info()
312 return debug_info; in TimeZone_get_debug_info()
316 zend_hash_str_update(debug_info, "valid", sizeof("valid") - 1, &zv); in TimeZone_get_debug_info()
322 return debug_info; in TimeZone_get_debug_info()
325 zend_hash_str_update(debug_info, "id", sizeof("id") - 1, &zv); in TimeZone_get_debug_info()
331 return debug_info; in TimeZone_get_debug_info()
335 zend_hash_str_update(debug_info,"rawOffset", sizeof("rawOffset") - 1, &zv); in TimeZone_get_debug_info()
337 zend_hash_str_update(debug_info,"currentOffset", sizeof("currentOffset") - 1, &zv); in TimeZone_get_debug_info()
[all …]
/PHP-8.3/ext/spl/
H A Dspl_heap.c512 HashTable *debug_info; in spl_heap_object_get_debug_info() local
519 debug_info = zend_new_array(zend_hash_num_elements(intern->std.properties) + 1); in spl_heap_object_get_debug_info()
520 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_heap_object_get_debug_info()
524 zend_hash_update(debug_info, pnstr, &tmp); in spl_heap_object_get_debug_info()
529 zend_hash_update(debug_info, pnstr, &tmp); in spl_heap_object_get_debug_info()
548 zend_hash_update(debug_info, pnstr, &heap_array); in spl_heap_object_get_debug_info()
551 return debug_info; in spl_heap_object_get_debug_info()
H A Dspl_dllist.c434 HashTable *debug_info; in spl_dllist_object_get_debug_info() local
440 debug_info = zend_new_array(1); in spl_dllist_object_get_debug_info()
441 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_dllist_object_get_debug_info()
445 zend_hash_add(debug_info, pnstr, &tmp); in spl_dllist_object_get_debug_info()
463 zend_hash_add(debug_info, pnstr, &dllist_array); in spl_dllist_object_get_debug_info()
466 return debug_info; in spl_dllist_object_get_debug_info()
H A Dspl_observer.c332 HashTable *debug_info; in spl_object_storage_debug_info() local
336 debug_info = zend_new_array(zend_hash_num_elements(props) + 1); in spl_object_storage_debug_info()
337 zend_hash_copy(debug_info, props, (copy_ctor_func_t)zval_add_ref); in spl_object_storage_debug_info()
354 zend_symtable_update(debug_info, zname, &storage); in spl_object_storage_debug_info()
357 return debug_info; in spl_object_storage_debug_info()
H A Dspl_array.c784 HashTable *debug_info; in spl_array_get_debug_info() local
786 debug_info = zend_new_array(zend_hash_num_elements(intern->std.properties) + 1); in spl_array_get_debug_info()
787 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_array_get_debug_info()
795 zend_symtable_update(debug_info, zname, storage); in spl_array_get_debug_info()
798 return debug_info; in spl_array_get_debug_info()
/PHP-8.3/Zend/
H A Dzend_closures.c583 HashTable *debug_info; in zend_closure_get_debug_info() local
588 debug_info = zend_new_array(8); in zend_closure_get_debug_info()
603 zend_hash_update(debug_info, ZSTR_KNOWN(ZEND_STR_FUNCTION), &val); in zend_closure_get_debug_info()
625 zend_hash_update(debug_info, ZSTR_KNOWN(ZEND_STR_STATIC), &val); in zend_closure_get_debug_info()
633 zend_hash_update(debug_info, ZSTR_KNOWN(ZEND_STR_THIS), &closure->this_ptr); in zend_closure_get_debug_info()
665 zend_hash_str_update(debug_info, "parameter", sizeof("parameter")-1, &val); in zend_closure_get_debug_info()
668 return debug_info; in zend_closure_get_debug_info()
/PHP-8.3/ext/dom/
H A Dphp_dom.c404 HashTable *debug_info, in dom_get_debug_info_helper() local
414 debug_info = zend_array_dup(std_props); in dom_get_debug_info_helper()
417 return debug_info; in dom_get_debug_info_helper()
437 zend_hash_update(debug_info, string_key, &value); in dom_get_debug_info_helper()
442 return debug_info; in dom_get_debug_info_helper()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_gdb.c260 SECTDEF(debug_info, PROGBITS, 1); in zend_gdbjit_secthdr()

Completed in 59 milliseconds