Lines Matching refs:CG

91 …ancestor = zend_read_property_ex(i_get_exception_base(&pv), &pv, CG(known_strings)[ZEND_STR_PREVIO…  in zend_exception_set_previous()
97 …ancestor = zend_read_property_ex(i_get_exception_base(ancestor), ancestor, CG(known_strings)[ZEND_… in zend_exception_set_previous()
100 previous = zend_read_property_ex(base_ce, ex, CG(known_strings)[ZEND_STR_PREVIOUS], 1, &rv); in zend_exception_set_previous()
102 zend_update_property_ex(base_ce, ex, CG(known_strings)[ZEND_STR_PREVIOUS], &pv); in zend_exception_set_previous()
226 zend_update_property_ex(base_ce, &obj, CG(known_strings)[ZEND_STR_FILE], &tmp); in zend_default_exception_new_ex()
229 zend_update_property_ex(base_ce, &obj, CG(known_strings)[ZEND_STR_LINE], &tmp); in zend_default_exception_new_ex()
232 zend_update_property_ex(base_ce, &obj, CG(known_strings)[ZEND_STR_FILE], &tmp); in zend_default_exception_new_ex()
234 zend_update_property_ex(base_ce, &obj, CG(known_strings)[ZEND_STR_LINE], &tmp); in zend_default_exception_new_ex()
236 zend_update_property_ex(base_ce, &obj, CG(known_strings)[ZEND_STR_TRACE], &trace); in zend_default_exception_new_ex()
292 zend_update_property_ex(base_ce, object, CG(known_strings)[ZEND_STR_MESSAGE], &tmp); in ZEND_METHOD()
297 zend_update_property_ex(base_ce, object, CG(known_strings)[ZEND_STR_CODE], &tmp); in ZEND_METHOD()
301 zend_update_property_ex(base_ce, object, CG(known_strings)[ZEND_STR_PREVIOUS], previous); in ZEND_METHOD()
309 …pvalue = zend_read_property_ex(i_get_exception_base(object), (object), CG(known_strings)[id], 1, &…
311 …et_property(i_get_exception_base(object), object, ZSTR_VAL(CG(known_strings)[id]), ZSTR_LEN(CG(kno…
361 zend_update_property_ex(zend_ce_exception, object, CG(known_strings)[ZEND_STR_MESSAGE], &tmp); in ZEND_METHOD()
367 zend_update_property_ex(zend_ce_exception, object, CG(known_strings)[ZEND_STR_CODE], &tmp); in ZEND_METHOD()
371 …zend_update_property_ex(zend_ce_exception, object, CG(known_strings)[ZEND_STR_PREVIOUS], previous); in ZEND_METHOD()
375 zend_update_property_ex(zend_ce_exception, object, CG(known_strings)[ZEND_STR_SEVERITY], &tmp); in ZEND_METHOD()
379 zend_update_property_ex(zend_ce_exception, object, CG(known_strings)[ZEND_STR_FILE], &tmp); in ZEND_METHOD()
385 zend_update_property_ex(zend_ce_exception, object, CG(known_strings)[ZEND_STR_LINE], &tmp); in ZEND_METHOD()
396 zend_read_property_ex(i_get_exception_base(object), (object), CG(known_strings)[id], 0, &rv)
398 zend_read_property_ex(i_get_exception_base(object), (object), CG(known_strings)[id], 1, &rv)
554 file = zend_hash_find(ht, CG(known_strings)[ZEND_STR_FILE]); in _build_trace_string()
561 tmp = zend_hash_find(ht, CG(known_strings)[ZEND_STR_LINE]); in _build_trace_string()
580 TRACE_APPEND_KEY(CG(known_strings)[ZEND_STR_CLASS]); in _build_trace_string()
581 TRACE_APPEND_KEY(CG(known_strings)[ZEND_STR_TYPE]); in _build_trace_string()
582 TRACE_APPEND_KEY(CG(known_strings)[ZEND_STR_FUNCTION]); in _build_trace_string()
584 tmp = zend_hash_find(ht, CG(known_strings)[ZEND_STR_ARGS]); in _build_trace_string()
621 trace = zend_read_property_ex(base_ce, object, CG(known_strings)[ZEND_STR_TRACE], 1, &rv); in ZEND_METHOD()
767 zend_update_property_ex(base_ce, exception, CG(known_strings)[ZEND_STR_STRING], &tmp); in ZEND_METHOD()
927 zend_update_property_ex(exception_ce, &ex, CG(known_strings)[ZEND_STR_MESSAGE], &tmp); in zend_throw_exception()
932 zend_update_property_ex(exception_ce, &ex, CG(known_strings)[ZEND_STR_CODE], &tmp); in zend_throw_exception()
961 zend_update_property_ex(zend_ce_error_exception, &ex, CG(known_strings)[ZEND_STR_SEVERITY], &tmp); in zend_throw_error_exception()
1014 …zend_update_property_ex(i_get_exception_base(&exception), &exception, CG(known_strings)[ZEND_STR_S… in zend_exception_error()