Searched refs:name (Results 1 – 17 of 17) sorted by relevance
/ext-ds/src/php/ |
H A D | arginfo.h | 4 #define ARGINFO_NONE(name) \ argument 8 #define ARGINFO_OPTIONAL_ZVAL(name, z) \ argument 35 #define ARGINFO_CALLABLE(name, c) \ argument 45 #define ARGINFO_LONG(name, i) \ argument 62 #define ARGINFO_ZVAL(name, z) \ argument 87 #define ARGINFO_OFFSET_GET(name) \ argument 92 #define ARGINFO_OFFSET_SET(name) \ argument 105 #define ARGINFO_OFFSET_GET(name) \ argument 110 #define ARGINFO_OFFSET_SET(name) \ argument 123 #define ARGINFO_OFFSET_GET(name) \ argument [all …]
|
/ext-ds/.github/workflows/ |
H A D | main.yml | 1 name: CI 31 - name: Restore PHP build cache 38 - name: Clone php-build/php-build 44 - name: Install PHP dependencies 47 - name: Compile PHP 54 - name: Install extension 63 - name: Prefix PHP to PATH 66 - name: Generate OPcache configuration 69 - name: Install Composer 81 - name: Install Composer dependencies [all …]
|
/ext-ds/src/php/classes/ |
H A D | php_collection_ce.c | 6 #define COLLECTION_ABSTRACT_ME(name) \ argument 7 PHP_ABSTRACT_ME(Collection, name, arginfo_Collection_##name)
|
H A D | php_collection_ce.h | 9 #define PHP_DS_COLLECTION_ME(cls, name) \ argument 10 PHP_ME(cls, name, arginfo_Collection_##name, ZEND_ACC_PUBLIC)
|
H A D | php_sequence_ce.c | 8 #define SEQUENCE_ABSTRACT_ME(name) PHP_ABSTRACT_ME(Sequence, name, arginfo_Sequence_##name) argument
|
H A D | php_pair_ce.c | 8 #define METHOD(name) PHP_METHOD(Pair, name) argument
|
H A D | php_sequence_ce.h | 8 #define PHP_DS_SEQUENCE_ME(cls, name) \ argument 9 PHP_ME(cls, name, arginfo_Sequence_##name, ZEND_ACC_PUBLIC)
|
H A D | php_priority_queue_ce.c | 13 #define METHOD(name) PHP_METHOD(PriorityQueue, name) argument
|
H A D | php_stack_ce.c | 14 #define METHOD(name) PHP_METHOD(Stack, name) argument
|
H A D | php_queue_ce.c | 13 #define METHOD(name) PHP_METHOD(Queue, name) argument
|
H A D | php_deque_ce.c | 14 #define METHOD(name) PHP_METHOD(Deque, name) argument
|
H A D | php_vector_ce.c | 14 #define METHOD(name) PHP_METHOD(Vector, name) argument
|
H A D | php_set_ce.c | 14 #define METHOD(name) PHP_METHOD(Set, name) argument
|
H A D | php_map_ce.c | 17 #define METHOD(name) PHP_METHOD(Map, name) argument
|
/ext-ds/src/ |
H A D | common.h | 42 #define PHP_DS_ME(cls, name) \ argument 43 PHP_ME(cls, name, arginfo_##cls##_##name, ZEND_ACC_PUBLIC) 158 #define PHP_DS_SERIALIZE_FUNCIONS(name) \ argument 159 int name##_serialize( \ 165 int name##_unserialize( \
|
/ext-ds/src/php/handlers/ |
H A D | php_common_handlers.c | 18 smart_str_append (&buffer, ce->name);
|
/ext-ds/ |
H A D | appveyor.yml | 100 name: master
|
Completed in 16 milliseconds