/ext-ds/src/php/handlers/ |
H A D | php_common_handlers.h | 11 (zend_object *obj, zval *return_value, int type); 13 (zval *obj, zval *return_value, int type); 18 (zend_object *obj, zval *offset, int type, zval *rv); 20 (zval *obj, zval *offset, int type, zval *rv);
|
H A D | php_common_handlers.c | 7 (zend_object *obj, zval *return_value, int type) { argument 10 (zval *obj, zval *return_value, int type) { 13 switch (type) { 36 (zend_object *obj, zval *offset, int type, zval *rv) { argument 38 (zval *obj, zval *offset, int type, zval *rv) {
|
H A D | php_map_handlers.c | 10 (zend_object *obj, zval *offset, int type, zval *rv) { argument 13 (zval *obj, zval *offset, int type, zval *rv) { 27 if (type == BP_VAR_IS) { 38 if (value && type != BP_VAR_R && type != BP_VAR_IS) {
|
H A D | php_set_handlers.c | 11 (zend_object *obj, zval *offset, int type, zval *rv) { argument 14 (zval *obj, zval *offset, int type, zval *rv) { 23 if (type != BP_VAR_R && type != BP_VAR_IS) {
|
H A D | php_vector_handlers.c | 11 (zend_object *obj, zval *offset, int type, zval *return_value) { argument 14 (zval *obj, zval *offset, int type, zval *return_value) { 23 if (type == BP_VAR_IS) { 40 if (value && type != BP_VAR_R && type != BP_VAR_IS) {
|
H A D | php_deque_handlers.c | 11 (zend_object *obj, zval *offset, int type, zval *return_value) { argument 14 (zval *obj, zval *offset, int type, zval *return_value) { 23 if (type == BP_VAR_IS) { 40 if (value && type != BP_VAR_R && type != BP_VAR_IS) {
|
/ext-ds/src/php/ |
H A D | arginfo.h | 143 #define ARGINFO_NONE_RETURN_TYPE(name, type) \ argument 144 ZEND_BEGIN_ARG_WITH_TENTATIVE_RETURN_TYPE_INFO_EX(arginfo_##name, 0, 0, type, 0) \ 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 185 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_INIT_CODE(type, allow_null, _ZEND_AR… 187 #define DS_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(name, pass_by_ref, required_num_args, type, allow_nul… argument 189 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_INIT_CODE(type, allow_null, _ZEND_AR… 191 #define DS_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(name, pass_by_ref, required_num_args, type, allow_nul… argument 193 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_ENCODE(type, allow_null), pass_by_re… 195 #define DS_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(name, pass_by_ref, required_num_args, type, allow_nul… argument [all …]
|
/ext-ds/ |
H A D | appveyor.yml | 94 - cmd: type test.txt 101 type: zip
|
/ext-ds/.github/workflows/ |
H A D | main.yml | 15 # The type of runner that the job will run on
|