/PHP-7.3/ext/intl/breakiterator/ |
H A D | breakiterator_class.cpp | 142 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.3/ext/intl/calendar/ |
H A D | calendar_class.cpp | 156 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.3/ext/intl/timezone/ |
H A D | timezone_class.cpp | 295 HashTable *debug_info; in TimeZone_get_debug_info() local 300 debug_info = zend_new_array(8); in TimeZone_get_debug_info() 307 zend_hash_str_update(debug_info, "valid", sizeof("valid") - 1, &zv); in TimeZone_get_debug_info() 308 return debug_info; in TimeZone_get_debug_info() 312 zend_hash_str_update(debug_info, "valid", sizeof("valid") - 1, &zv); in TimeZone_get_debug_info() 318 return debug_info; in TimeZone_get_debug_info() 321 zend_hash_str_update(debug_info, "id", sizeof("id") - 1, &zv); in TimeZone_get_debug_info() 327 return debug_info; in TimeZone_get_debug_info() 331 zend_hash_str_update(debug_info,"rawOffset", sizeof("rawOffset") - 1, &zv); in TimeZone_get_debug_info() 333 zend_hash_str_update(debug_info,"currentOffset", sizeof("currentOffset") - 1, &zv); in TimeZone_get_debug_info() [all …]
|
/PHP-7.3/Zend/ |
H A D | zend_closures.c | 501 HashTable *debug_info; in zend_closure_get_debug_info() local 506 debug_info = zend_new_array(8); in zend_closure_get_debug_info() 512 zend_hash_update(debug_info, ZSTR_KNOWN(ZEND_STR_STATIC), &val); in zend_closure_get_debug_info() 523 zend_hash_update(debug_info, ZSTR_KNOWN(ZEND_STR_THIS), &closure->this_ptr); in zend_closure_get_debug_info() 560 zend_hash_str_update(debug_info, "parameter", sizeof("parameter")-1, &val); in zend_closure_get_debug_info() 563 return debug_info; in zend_closure_get_debug_info()
|
/PHP-7.3/ext/spl/ |
H A D | spl_heap.c | 480 HashTable *debug_info; in spl_heap_object_get_debug_info_helper() local 489 debug_info = zend_new_array(zend_hash_num_elements(intern->std.properties) + 1); in spl_heap_object_get_debug_info_helper() 490 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_heap_object_get_debug_info_helper() 494 zend_hash_update(debug_info, pnstr, &tmp); in spl_heap_object_get_debug_info_helper() 499 zend_hash_update(debug_info, pnstr, &tmp); in spl_heap_object_get_debug_info_helper() 512 zend_hash_update(debug_info, pnstr, &heap_array); in spl_heap_object_get_debug_info_helper() 515 return debug_info; in spl_heap_object_get_debug_info_helper()
|
H A D | spl_dllist.c | 502 HashTable *debug_info; in spl_dllist_object_get_debug_info() local 509 debug_info = zend_new_array(1); in spl_dllist_object_get_debug_info() 510 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_dllist_object_get_debug_info() 514 zend_hash_add(debug_info, pnstr, &tmp); in spl_dllist_object_get_debug_info() 532 zend_hash_add(debug_info, pnstr, &dllist_array); in spl_dllist_object_get_debug_info() 535 return debug_info; in spl_dllist_object_get_debug_info()
|
H A D | spl_observer.c | 290 HashTable *debug_info; in spl_object_storage_debug_info() local 296 debug_info = zend_new_array(zend_hash_num_elements(props) + 1); in spl_object_storage_debug_info() 297 zend_hash_copy(debug_info, props, (copy_ctor_func_t)zval_add_ref); in spl_object_storage_debug_info() 314 zend_symtable_update(debug_info, zname, &storage); in spl_object_storage_debug_info() 317 return debug_info; in spl_object_storage_debug_info()
|
H A D | spl_array.c | 839 HashTable *debug_info; in spl_array_get_debug_info() local 842 debug_info = zend_new_array(zend_hash_num_elements(intern->std.properties) + 1); in spl_array_get_debug_info() 843 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_array_get_debug_info() 851 zend_symtable_update(debug_info, zname, storage); in spl_array_get_debug_info() 854 return debug_info; in spl_array_get_debug_info()
|
/PHP-7.3/ext/dom/ |
H A D | php_dom.c | 414 HashTable *debug_info, in dom_get_debug_info_helper() local 424 debug_info = zend_array_dup(std_props); in dom_get_debug_info_helper() 427 return debug_info; in dom_get_debug_info_helper() 445 zend_hash_add(debug_info, string_key, &value); in dom_get_debug_info_helper() 450 return debug_info; in dom_get_debug_info_helper()
|