Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_exceptions.c99 zend_class_entry *base_ce; in zend_exception_set_previous() local
125 base_ce = i_get_exception_base(Z_OBJ_P(ex)); in zend_exception_set_previous()
258 zend_class_entry *base_ce; in zend_default_exception_new() local
273 base_ce = i_get_exception_base(object); in zend_default_exception_new()
278 zend_update_property_ex(base_ce, object, ZSTR_KNOWN(ZEND_STR_FILE), &tmp); in zend_default_exception_new()
308 zend_class_entry *base_ce; in ZEND_METHOD() local
311 base_ce = i_get_exception_base(Z_OBJ_P(object)); in ZEND_METHOD()
622 zend_class_entry *base_ce = i_get_exception_base(Z_OBJ_P(object)); in ZEND_METHOD() local
649 zend_class_entry *base_ce; in ZEND_METHOD() local
730 …ption) == IS_OBJECT && (base_ce = i_get_exception_base(Z_OBJ_P(exception))) && instanceof_function… in ZEND_METHOD()
[all …]
H A Dzend_API.h1761 #define Z_PARAM_OBJ_OF_CLASS_OR_STR_EX(destination_object, base_ce, destination_string, allow_null)… argument
1763 …if (UNEXPECTED(!zend_parse_arg_obj_or_str(_arg, &destination_object, base_ce, &destination_string,…
1764 if (base_ce) { \
1765 _error = ZSTR_VAL((base_ce)->name); \
1775 #define Z_PARAM_OBJ_OF_CLASS_OR_STR(destination_object, base_ce, destination_string) \ argument
1776 Z_PARAM_OBJ_OF_CLASS_OR_STR_EX(destination_object, base_ce, destination_string, 0);
1778 #define Z_PARAM_OBJ_OF_CLASS_OR_STR_OR_NULL(destination_object, base_ce, destination_string) \ argument
1779 Z_PARAM_OBJ_OF_CLASS_OR_STR_EX(destination_object, base_ce, destination_string, 1);
2518 …zval *arg, zend_object **destination_object, zend_class_entry *base_ce, zend_string **destination_… in zend_parse_arg_obj_or_str() argument
2521 if (!base_ce || EXPECTED(instanceof_function(Z_OBJCE_P(arg), base_ce))) { in zend_parse_arg_obj_or_str()
/PHP-8.3/ext/date/
H A Dphp_date.c4868 static bool date_period_init_iso8601_string(php_period_obj *dpobj, zend_class_entry* base_ce, char … in date_period_init_iso8601_string() argument
4899 dpobj->start_ce = base_ce; in date_period_init_iso8601_string()

Completed in 35 milliseconds