Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp142 HashTable *debug_info; in BreakIterator_get_debug_info() local
148 debug_info = zend_new_array(8); 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.4/ext/intl/calendar/
H A Dcalendar_class.cpp156 HashTable *debug_info; in Calendar_get_debug_info() local
160 debug_info = zend_new_array(8); in Calendar_get_debug_info()
167 zend_hash_str_update(debug_info, "valid", sizeof("valid") - 1, &zv); in Calendar_get_debug_info()
168 return debug_info; in Calendar_get_debug_info()
171 zend_hash_str_update(debug_info, "valid", sizeof("valid") - 1, &zv); in Calendar_get_debug_info()
174 zend_hash_str_update(debug_info, "type", sizeof("type") - 1, &zv); in Calendar_get_debug_info()
190 zend_hash_str_update(debug_info, "timeZone", sizeof("timeZone") - 1, &ztz_debug); in Calendar_get_debug_info()
198 zend_hash_str_update(debug_info, "locale", sizeof("locale") - 1, &zv); in Calendar_get_debug_info()
201 zend_hash_str_update(debug_info, "locale", sizeof("locale") - 1, &zv); in Calendar_get_debug_info()
220 zend_hash_str_update(debug_info, "fields", sizeof("fields") - 1, &zfields); in Calendar_get_debug_info()
[all …]
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp297 HashTable *debug_info; in TimeZone_get_debug_info() local
302 debug_info = zend_new_array(8); in TimeZone_get_debug_info()
309 zend_hash_str_update(debug_info, "valid", sizeof("valid") - 1, &zv); in TimeZone_get_debug_info()
310 return debug_info; in TimeZone_get_debug_info()
314 zend_hash_str_update(debug_info, "valid", sizeof("valid") - 1, &zv); in TimeZone_get_debug_info()
320 return debug_info; in TimeZone_get_debug_info()
323 zend_hash_str_update(debug_info, "id", sizeof("id") - 1, &zv); in TimeZone_get_debug_info()
329 return debug_info; in TimeZone_get_debug_info()
333 zend_hash_str_update(debug_info,"rawOffset", sizeof("rawOffset") - 1, &zv); in TimeZone_get_debug_info()
335 zend_hash_str_update(debug_info,"currentOffset", sizeof("currentOffset") - 1, &zv); in TimeZone_get_debug_info()
[all …]
/PHP-7.4/Zend/
H A Dzend_closures.c535 HashTable *debug_info; in zend_closure_get_debug_info() local
540 debug_info = zend_new_array(8); in zend_closure_get_debug_info()
547 zend_hash_update(debug_info, ZSTR_KNOWN(ZEND_STR_STATIC), &val); in zend_closure_get_debug_info()
558 zend_hash_update(debug_info, ZSTR_KNOWN(ZEND_STR_THIS), &closure->this_ptr); in zend_closure_get_debug_info()
595 zend_hash_str_update(debug_info, "parameter", sizeof("parameter")-1, &val); in zend_closure_get_debug_info()
598 return debug_info; in zend_closure_get_debug_info()
/PHP-7.4/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.c502 HashTable *debug_info; in spl_dllist_object_get_debug_info() local
508 debug_info = zend_new_array(1); in spl_dllist_object_get_debug_info()
509 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_dllist_object_get_debug_info()
513 zend_hash_add(debug_info, pnstr, &tmp); in spl_dllist_object_get_debug_info()
531 zend_hash_add(debug_info, pnstr, &dllist_array); in spl_dllist_object_get_debug_info()
534 return debug_info; in spl_dllist_object_get_debug_info()
H A Dspl_observer.c290 HashTable *debug_info; in spl_object_storage_debug_info() local
294 debug_info = zend_new_array(zend_hash_num_elements(props) + 1); in spl_object_storage_debug_info()
295 zend_hash_copy(debug_info, props, (copy_ctor_func_t)zval_add_ref); in spl_object_storage_debug_info()
312 zend_symtable_update(debug_info, zname, &storage); in spl_object_storage_debug_info()
315 return debug_info; in spl_object_storage_debug_info()
H A Dspl_array.c839 HashTable *debug_info; in spl_array_get_debug_info() local
841 debug_info = zend_new_array(zend_hash_num_elements(intern->std.properties) + 1); in spl_array_get_debug_info()
842 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_array_get_debug_info()
850 zend_symtable_update(debug_info, zname, storage); in spl_array_get_debug_info()
853 return debug_info; in spl_array_get_debug_info()
/PHP-7.4/ext/dom/
H A Dphp_dom.c416 HashTable *debug_info, in dom_get_debug_info_helper() local
426 debug_info = zend_array_dup(std_props); in dom_get_debug_info_helper()
429 return debug_info; in dom_get_debug_info_helper()
447 zend_hash_add(debug_info, string_key, &value); in dom_get_debug_info_helper()
452 return debug_info; in dom_get_debug_info_helper()

Completed in 46 milliseconds