Searched defs:type (Results 1 – 6 of 6) sorted by relevance
/ext-ds/src/php/handlers/ |
H A D | php_common_handlers.c | 7 (zend_object *obj, zval *return_value, int type) { 36 (zend_object *obj, zval *offset, int type, zval *rv) {
|
H A D | php_set_handlers.c | 11 (zend_object *obj, zval *offset, int type, zval *rv) {
|
H A D | php_map_handlers.c | 10 (zend_object *obj, zval *offset, int type, zval *rv) {
|
H A D | php_vector_handlers.c | 11 (zend_object *obj, zval *offset, int type, zval *return_value) {
|
H A D | php_deque_handlers.c | 11 (zend_object *obj, zval *offset, int type, zval *return_value) {
|
/ext-ds/src/php/ |
H A D | arginfo.h | 143 #define ARGINFO_NONE_RETURN_TYPE(name, type) \ argument 148 #define ARGINFO_NONE_RETURN_TYPE(name, type) \ argument 183 #define DS_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(name, pass_by_ref, required_num_args, type, allow_nul… argument 187 #define DS_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(name, pass_by_ref, required_num_args, type, allow_nul… argument 191 #define DS_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(name, pass_by_ref, required_num_args, type, allow_nul… argument 195 #define DS_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(name, pass_by_ref, required_num_args, type, allow_nul… argument
|
Completed in 17 milliseconds