Searched refs:append_type_mask (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/reflection/ |
H A D | php_reflection.c | 3105 append_type_mask(return_value, MAY_BE_STATIC); in ZEND_METHOD() 3108 append_type_mask(return_value, MAY_BE_CALLABLE); in ZEND_METHOD() 3111 append_type_mask(return_value, MAY_BE_OBJECT); in ZEND_METHOD() 3114 append_type_mask(return_value, MAY_BE_ARRAY); in ZEND_METHOD() 3117 append_type_mask(return_value, MAY_BE_STRING); in ZEND_METHOD() 3120 append_type_mask(return_value, MAY_BE_LONG); in ZEND_METHOD() 3123 append_type_mask(return_value, MAY_BE_DOUBLE); in ZEND_METHOD() 3126 append_type_mask(return_value, MAY_BE_BOOL); in ZEND_METHOD() 3128 append_type_mask(return_value, MAY_BE_TRUE); in ZEND_METHOD() 3130 append_type_mask(return_value, MAY_BE_FALSE); in ZEND_METHOD() [all …]
|
Completed in 28 milliseconds