Lines Matching refs:zend_hash_str_update

1928 	zend_hash_str_update(props, "date", sizeof("date")-1, &zv);  in date_object_to_hash()
1933 zend_hash_str_update(props, "timezone_type", sizeof("timezone_type")-1, &zv); in date_object_to_hash()
1955 zend_hash_str_update(props, "timezone", sizeof("timezone")-1, &zv); in date_object_to_hash()
2096 zend_hash_str_update(props, "timezone_type", strlen("timezone_type"), &zv); in date_timezone_object_to_hash()
2099 zend_hash_str_update(props, "timezone", strlen("timezone"), &zv); in date_timezone_object_to_hash()
2142 zend_hash_str_update(ht, "timezone_type", sizeof("timezone_type")-1, &zv); in date_object_get_debug_info_timezone()
2145 zend_hash_str_update(ht, "timezone", sizeof("timezone")-1, &zv); in date_object_get_debug_info_timezone()
2194 zend_hash_str_update(props, "from_string", strlen("from_string"), &zv); in date_interval_object_to_hash()
2196 zend_hash_str_update(props, "date_string", strlen("date_string"), &zv); in date_interval_object_to_hash()
2202 zend_hash_str_update(props, n, sizeof(n)-1, &zv); in date_interval_object_to_hash()
2211 zend_hash_str_update(props, "f", sizeof("f") - 1, &zv); in date_interval_object_to_hash()
2217 zend_hash_str_update(props, "days", sizeof("days")-1, &zv); in date_interval_object_to_hash()
2220 zend_hash_str_update(props, "from_string", strlen("from_string"), &zv); in date_interval_object_to_hash()
5480 zend_hash_str_update(props, "start", sizeof("start")-1, &zv); in date_period_object_to_hash()
5483 zend_hash_str_update(props, "current", sizeof("current")-1, &zv); in date_period_object_to_hash()
5486 zend_hash_str_update(props, "end", sizeof("end")-1, &zv); in date_period_object_to_hash()
5489 zend_hash_str_update(props, "interval", sizeof("interval")-1, &zv); in date_period_object_to_hash()
5493 zend_hash_str_update(props, "recurrences", sizeof("recurrences")-1, &zv); in date_period_object_to_hash()
5496 zend_hash_str_update(props, "include_start_date", sizeof("include_start_date")-1, &zv); in date_period_object_to_hash()
5499 zend_hash_str_update(props, "include_end_date", sizeof("include_end_date")-1, &zv); in date_period_object_to_hash()