Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_exceptions.c100 zend_class_entry *base_ce; in zend_exception_set_previous() local
262 zend_class_entry *base_ce; in zend_default_exception_new() local
312 zend_class_entry *base_ce; in ZEND_METHOD() local
625 zend_class_entry *base_ce = i_get_exception_base(Z_OBJ_P(object)); in ZEND_METHOD() local
653 zend_class_entry *base_ce; in ZEND_METHOD() local
H A Dzend_API.h1771 #define Z_PARAM_OBJ_OF_CLASS_OR_STR_EX(destination_object, base_ce, destination_string, allow_null)… argument
1785 #define Z_PARAM_OBJ_OF_CLASS_OR_STR(destination_object, base_ce, destination_string) \ argument
1788 #define Z_PARAM_OBJ_OF_CLASS_OR_STR_OR_NULL(destination_object, base_ce, destination_string) \ argument
2569 …zval *arg, zend_object **destination_object, zend_class_entry *base_ce, zend_string **destination_… in zend_parse_arg_obj_or_str()
/php-src/ext/date/
H A Dphp_date.c5050 static bool date_period_init_iso8601_string(php_period_obj *dpobj, zend_class_entry* base_ce, char … in date_period_init_iso8601_string()

Completed in 34 milliseconds