Searched defs:destination_string (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_API.h | 1747 #define Z_PARAM_OBJ_OR_STR_EX(destination_object, destination_string, allow_null) \ argument 1755 #define Z_PARAM_OBJ_OR_STR(destination_object, destination_string) \ argument 1758 #define Z_PARAM_OBJ_OR_STR_OR_NULL(destination_object, destination_string) \ argument 1761 #define Z_PARAM_OBJ_OF_CLASS_OR_STR_EX(destination_object, base_ce, destination_string, allow_null)… argument 1775 #define Z_PARAM_OBJ_OF_CLASS_OR_STR(destination_object, base_ce, destination_string) \ argument 1778 #define Z_PARAM_OBJ_OF_CLASS_OR_STR_OR_NULL(destination_object, base_ce, destination_string) \ argument 2518 …end_object **destination_object, zend_class_entry *base_ce, zend_string **destination_string, bool… in zend_parse_arg_obj_or_str()
|
Completed in 23 milliseconds