Home
last modified time | relevance | path

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

/PHP-7.2/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp141 HashTable *debug_info; in BreakIterator_get_debug_info() local
147 ALLOC_HASHTABLE(debug_info); in BreakIterator_get_debug_info()
148 zend_hash_init(debug_info, 8, NULL, ZVAL_PTR_DTOR, 0); in BreakIterator_get_debug_info()
155 zend_hash_str_update(debug_info, "valid", sizeof("valid") - 1, &val); in BreakIterator_get_debug_info()
156 return debug_info; in BreakIterator_get_debug_info()
159 zend_hash_str_update(debug_info, "valid", sizeof("valid") - 1, &val); in BreakIterator_get_debug_info()
163 zend_hash_str_update(debug_info, "text", sizeof("text") - 1, &val); in BreakIterator_get_debug_info()
166 zend_hash_str_update(debug_info, "text", sizeof("text") - 1, &bio->text); in BreakIterator_get_debug_info()
170 zend_hash_str_update(debug_info, "type", sizeof("type") - 1, &val); in BreakIterator_get_debug_info()
172 return debug_info; in BreakIterator_get_debug_info()
/PHP-7.2/ext/intl/timezone/
H A Dtimezone_class.cpp293 HashTable *debug_info; in TimeZone_get_debug_info() local
298 ALLOC_HASHTABLE(debug_info); in TimeZone_get_debug_info()
299 zend_hash_init(debug_info, 8, NULL, ZVAL_PTR_DTOR, 0); in TimeZone_get_debug_info()
306 zend_hash_str_update(debug_info, "valid", sizeof("valid") - 1, &zv); in TimeZone_get_debug_info()
307 return debug_info; in TimeZone_get_debug_info()
311 zend_hash_str_update(debug_info, "valid", sizeof("valid") - 1, &zv); in TimeZone_get_debug_info()
317 return debug_info; in TimeZone_get_debug_info()
320 zend_hash_str_update(debug_info, "id", sizeof("id") - 1, &zv); in TimeZone_get_debug_info()
326 return debug_info; in TimeZone_get_debug_info()
330 zend_hash_str_update(debug_info,"rawOffset", sizeof("rawOffset") - 1, &zv); in TimeZone_get_debug_info()
[all …]
/PHP-7.2/ext/intl/calendar/
H A Dcalendar_class.cpp153 HashTable *debug_info; in Calendar_get_debug_info() local
157 ALLOC_HASHTABLE(debug_info); in Calendar_get_debug_info()
158 zend_hash_init(debug_info, 8, NULL, ZVAL_PTR_DTOR, 0); in Calendar_get_debug_info()
165 zend_hash_str_update(debug_info, "valid", sizeof("valid") - 1, &zv); in Calendar_get_debug_info()
166 return debug_info; in Calendar_get_debug_info()
169 zend_hash_str_update(debug_info, "valid", sizeof("valid") - 1, &zv); in Calendar_get_debug_info()
172 zend_hash_str_update(debug_info, "type", sizeof("type") - 1, &zv); in Calendar_get_debug_info()
196 zend_hash_str_update(debug_info, "locale", sizeof("locale") - 1, &zv); in Calendar_get_debug_info()
199 zend_hash_str_update(debug_info, "locale", sizeof("locale") - 1, &zv); in Calendar_get_debug_info()
218 zend_hash_str_update(debug_info, "fields", sizeof("fields") - 1, &zfields); in Calendar_get_debug_info()
[all …]
/PHP-7.2/Zend/
H A Dzend_closures.c501 HashTable *debug_info; in zend_closure_get_debug_info() local
506 ALLOC_HASHTABLE(debug_info); in zend_closure_get_debug_info()
507 zend_hash_init(debug_info, 8, NULL, ZVAL_PTR_DTOR, 0); in zend_closure_get_debug_info()
512 zend_hash_update(debug_info, ZSTR_KNOWN(ZEND_STR_STATIC), &val); in zend_closure_get_debug_info()
517 zend_hash_update(debug_info, ZSTR_KNOWN(ZEND_STR_THIS), &closure->this_ptr); in zend_closure_get_debug_info()
554 zend_hash_str_update(debug_info, "parameter", sizeof("parameter")-1, &val); in zend_closure_get_debug_info()
557 return debug_info; in zend_closure_get_debug_info()
/PHP-7.2/ext/spl/
H A Dspl_heap.c484 HashTable *debug_info; in spl_heap_object_get_debug_info_helper() local
493 ALLOC_HASHTABLE(debug_info); in spl_heap_object_get_debug_info_helper()
494 ZEND_INIT_SYMTABLE_EX(debug_info, zend_hash_num_elements(intern->std.properties) + 1, 0); in spl_heap_object_get_debug_info_helper()
495 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_heap_object_get_debug_info_helper()
499 zend_hash_update(debug_info, pnstr, &tmp); in spl_heap_object_get_debug_info_helper()
504 zend_hash_update(debug_info, pnstr, &tmp); in spl_heap_object_get_debug_info_helper()
517 zend_hash_update(debug_info, pnstr, &heap_array); in spl_heap_object_get_debug_info_helper()
520 return debug_info; in spl_heap_object_get_debug_info_helper()
H A Dspl_dllist.c502 HashTable *debug_info; in spl_dllist_object_get_debug_info() local
509 ALLOC_HASHTABLE(debug_info); in spl_dllist_object_get_debug_info()
510 zend_hash_init(debug_info, 1, NULL, ZVAL_PTR_DTOR, 0); in spl_dllist_object_get_debug_info()
511 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_dllist_object_get_debug_info()
515 zend_hash_add(debug_info, pnstr, &tmp); in spl_dllist_object_get_debug_info()
533 zend_hash_add(debug_info, pnstr, &dllist_array); in spl_dllist_object_get_debug_info()
536 return debug_info; in spl_dllist_object_get_debug_info()
H A Dspl_observer.c292 HashTable *debug_info; in spl_object_storage_debug_info() local
298 ALLOC_HASHTABLE(debug_info); in spl_object_storage_debug_info()
299 ZEND_INIT_SYMTABLE_EX(debug_info, zend_hash_num_elements(props) + 1, 0); in spl_object_storage_debug_info()
300 zend_hash_copy(debug_info, props, (copy_ctor_func_t)zval_add_ref); in spl_object_storage_debug_info()
317 zend_symtable_update(debug_info, zname, &storage); in spl_object_storage_debug_info()
320 return debug_info; in spl_object_storage_debug_info()
H A Dspl_array.c845 HashTable *debug_info; in spl_array_get_debug_info() local
848 ALLOC_HASHTABLE(debug_info); in spl_array_get_debug_info()
849 ZEND_INIT_SYMTABLE_EX(debug_info, zend_hash_num_elements(intern->std.properties) + 1, 0); in spl_array_get_debug_info()
850 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_array_get_debug_info()
858 zend_symtable_update(debug_info, zname, storage); in spl_array_get_debug_info()
861 return debug_info; in spl_array_get_debug_info()
/PHP-7.2/ext/dom/
H A Dphp_dom.c417 HashTable *debug_info, in dom_get_debug_info_helper() local
427 debug_info = zend_array_dup(std_props); in dom_get_debug_info_helper()
430 return debug_info; in dom_get_debug_info_helper()
448 zend_hash_add(debug_info, string_key, &value); in dom_get_debug_info_helper()
453 return debug_info; in dom_get_debug_info_helper()

Completed in 78 milliseconds