Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_API.h1528 #define Z_PARAM_OBJ_OR_STR_EX(destination_object, destination_string, allow_null) \ argument
1536 #define Z_PARAM_OBJ_OR_STR(destination_object, destination_string) \ argument
1539 #define Z_PARAM_OBJ_OR_STR_OR_NULL(destination_object, destination_string) \ argument
1542 #define Z_PARAM_OBJ_OF_CLASS_OR_STR_EX(destination_object, base_ce, destination_string, allow_null)… argument
1556 #define Z_PARAM_OBJ_OF_CLASS_OR_STR(destination_object, base_ce, destination_string) \ argument
1559 #define Z_PARAM_OBJ_OF_CLASS_OR_STR_OR_NULL(destination_object, base_ce, destination_string) \ argument
2268 …zval *arg, zend_object **destination_object, zend_class_entry *base_ce, zend_string **destination_… in zend_parse_arg_obj_or_str()

Completed in 20 milliseconds