Lines Matching refs:zend_hash_str_update

1895 	zend_hash_str_update(props, "date", sizeof("date")-1, &zv);  in date_object_to_hash()
1900 zend_hash_str_update(props, "timezone_type", sizeof("timezone_type")-1, &zv); in date_object_to_hash()
1922 zend_hash_str_update(props, "timezone", sizeof("timezone")-1, &zv); in date_object_to_hash()
2064 zend_hash_str_update(props, "timezone_type", strlen("timezone_type"), &zv); in date_timezone_object_to_hash()
2067 zend_hash_str_update(props, "timezone", strlen("timezone"), &zv); in date_timezone_object_to_hash()
2110 zend_hash_str_update(ht, "timezone_type", sizeof("timezone_type")-1, &zv); in date_object_get_debug_info_timezone()
2113 zend_hash_str_update(ht, "timezone", sizeof("timezone")-1, &zv); in date_object_get_debug_info_timezone()
2163 zend_hash_str_update(props, "from_string", strlen("from_string"), &zv); in date_interval_object_to_hash()
2165 zend_hash_str_update(props, "date_string", strlen("date_string"), &zv); in date_interval_object_to_hash()
2171 zend_hash_str_update(props, n, sizeof(n)-1, &zv); in date_interval_object_to_hash()
2180 zend_hash_str_update(props, "f", sizeof("f") - 1, &zv); in date_interval_object_to_hash()
2186 zend_hash_str_update(props, "days", sizeof("days")-1, &zv); in date_interval_object_to_hash()
2189 zend_hash_str_update(props, "from_string", strlen("from_string"), &zv); in date_interval_object_to_hash()
5308 zend_hash_str_update(props, "start", sizeof("start")-1, &zv); in date_period_object_to_hash()
5311 zend_hash_str_update(props, "current", sizeof("current")-1, &zv); in date_period_object_to_hash()
5314 zend_hash_str_update(props, "end", sizeof("end")-1, &zv); in date_period_object_to_hash()
5317 zend_hash_str_update(props, "interval", sizeof("interval")-1, &zv); in date_period_object_to_hash()
5321 zend_hash_str_update(props, "recurrences", sizeof("recurrences")-1, &zv); in date_period_object_to_hash()
5324 zend_hash_str_update(props, "include_start_date", sizeof("include_start_date")-1, &zv); in date_period_object_to_hash()
5327 zend_hash_str_update(props, "include_end_date", sizeof("include_end_date")-1, &zv); in date_period_object_to_hash()