Home
last modified time | relevance | path

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

/PHP-8.0/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.0/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.0/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.0/ext/spl/
H A Dspl_heap.c495 HashTable *debug_info; in spl_heap_object_get_debug_info() local
502 debug_info = zend_new_array(zend_hash_num_elements(intern->std.properties) + 1); in spl_heap_object_get_debug_info()
503 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_heap_object_get_debug_info()
507 zend_hash_update(debug_info, pnstr, &tmp); in spl_heap_object_get_debug_info()
512 zend_hash_update(debug_info, pnstr, &tmp); in spl_heap_object_get_debug_info()
531 zend_hash_update(debug_info, pnstr, &heap_array); in spl_heap_object_get_debug_info()
534 return debug_info; in spl_heap_object_get_debug_info()
H A Dspl_dllist.c489 HashTable *debug_info; in spl_dllist_object_get_debug_info() local
495 debug_info = zend_new_array(1); in spl_dllist_object_get_debug_info()
496 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_dllist_object_get_debug_info()
500 zend_hash_add(debug_info, pnstr, &tmp); in spl_dllist_object_get_debug_info()
518 zend_hash_add(debug_info, pnstr, &dllist_array); in spl_dllist_object_get_debug_info()
521 return debug_info; in spl_dllist_object_get_debug_info()
H A Dspl_observer.c249 HashTable *debug_info; in spl_object_storage_debug_info() local
253 debug_info = zend_new_array(zend_hash_num_elements(props) + 1); in spl_object_storage_debug_info()
254 zend_hash_copy(debug_info, props, (copy_ctor_func_t)zval_add_ref); in spl_object_storage_debug_info()
271 zend_symtable_update(debug_info, zname, &storage); in spl_object_storage_debug_info()
274 return debug_info; in spl_object_storage_debug_info()
H A Dspl_array.c818 HashTable *debug_info; in spl_array_get_debug_info() local
820 debug_info = zend_new_array(zend_hash_num_elements(intern->std.properties) + 1); in spl_array_get_debug_info()
821 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_array_get_debug_info()
829 zend_symtable_update(debug_info, zname, storage); in spl_array_get_debug_info()
832 return debug_info; in spl_array_get_debug_info()
/PHP-8.0/Zend/
H A Dzend_closures.c548 HashTable *debug_info; in zend_closure_get_debug_info() local
553 debug_info = zend_new_array(8); in zend_closure_get_debug_info()
578 zend_hash_update(debug_info, ZSTR_KNOWN(ZEND_STR_STATIC), &val); in zend_closure_get_debug_info()
586 zend_hash_update(debug_info, ZSTR_KNOWN(ZEND_STR_THIS), &closure->this_ptr); in zend_closure_get_debug_info()
623 zend_hash_str_update(debug_info, "parameter", sizeof("parameter")-1, &val); in zend_closure_get_debug_info()
626 return debug_info; in zend_closure_get_debug_info()
/PHP-8.0/ext/dom/
H A Dphp_dom.c393 HashTable *debug_info, in dom_get_debug_info_helper() local
403 debug_info = zend_array_dup(std_props); in dom_get_debug_info_helper()
406 return debug_info; in dom_get_debug_info_helper()
424 zend_hash_add(debug_info, string_key, &value); in dom_get_debug_info_helper()
429 return debug_info; in dom_get_debug_info_helper()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_gdb.c255 SECTDEF(debug_info, PROGBITS, 1); in zend_gdbjit_secthdr()

Completed in 50 milliseconds