Home
last modified time | relevance | path

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

/PHP-5.3/ext/spl/
H A Dspl_observer.c303 zval *gcdata_arr = NULL, in spl_object_storage_get_properties() local
319 gcdata_arr = *gcdata_arr_pp; in spl_object_storage_get_properties()
320 zend_hash_clean(Z_ARRVAL_P(gcdata_arr)); in spl_object_storage_get_properties()
323 if (gcdata_arr == NULL) { in spl_object_storage_get_properties()
324 MAKE_STD_ZVAL(gcdata_arr); in spl_object_storage_get_properties()
325 array_init(gcdata_arr); in spl_object_storage_get_properties()
327 Z_ARRVAL_P(gcdata_arr)->pDestructor = NULL; in spl_object_storage_get_properties()
330 zend_hash_add(props, "\x00gcdata", sizeof("\x00gcdata"), &gcdata_arr, sizeof(gcdata_arr), NULL); in spl_object_storage_get_properties()
335 add_next_index_zval(gcdata_arr, element->obj); in spl_object_storage_get_properties()
336 add_next_index_zval(gcdata_arr, element->inf); in spl_object_storage_get_properties()

Completed in 8 milliseconds