Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_API.h1752 #define Z_PARAM_OBJ_OR_STR_EX(destination_object, destination_string, allow_null) \ argument
1760 #define Z_PARAM_OBJ_OR_STR(destination_object, destination_string) \ argument
1761 Z_PARAM_OBJ_OR_STR_EX(destination_object, destination_string, 0);
1763 #define Z_PARAM_OBJ_OR_STR_OR_NULL(destination_object, destination_string) \ argument
1764 Z_PARAM_OBJ_OR_STR_EX(destination_object, destination_string, 1);
1780 #define Z_PARAM_OBJ_OF_CLASS_OR_STR(destination_object, base_ce, destination_string) \ argument
1781 Z_PARAM_OBJ_OF_CLASS_OR_STR_EX(destination_object, base_ce, destination_string, 0);
1783 #define Z_PARAM_OBJ_OF_CLASS_OR_STR_OR_NULL(destination_object, base_ce, destination_string) \ argument
1784 Z_PARAM_OBJ_OF_CLASS_OR_STR_EX(destination_object, base_ce, destination_string, 1);
2568 *destination_object = Z_OBJ_P(arg); in zend_parse_arg_obj_or_str()
[all …]

Completed in 15 milliseconds