Searched defs:name (Results 1 – 15 of 15) 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/ |
H A D | composer.json | 2 "name": "php-ds/extension", string 7 "name": "Rudi Theunissen", string
|
/ext-ds/src/php/classes/ |
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_collection_ce.c | 6 #define COLLECTION_ABSTRACT_ME(name) \ argument
|
H A D | php_sequence_ce.h | 8 #define PHP_DS_SEQUENCE_ME(cls, name) \ argument
|
H A D | php_collection_ce.h | 9 #define PHP_DS_COLLECTION_ME(cls, name) \ argument
|
H A D | php_pair_ce.c | 8 #define METHOD(name) PHP_METHOD(Pair, name) argument
|
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_set_ce.c | 14 #define METHOD(name) PHP_METHOD(Set, name) argument
|
H A D | php_deque_ce.c | 14 #define METHOD(name) PHP_METHOD(Deque, name) argument
|
H A D | php_map_ce.c | 17 #define METHOD(name) PHP_METHOD(Map, name) argument
|
H A D | php_vector_ce.c | 14 #define METHOD(name) PHP_METHOD(Vector, name) argument
|
/ext-ds/src/ |
H A D | common.h | 42 #define PHP_DS_ME(cls, name) \ argument 158 #define PHP_DS_SERIALIZE_FUNCIONS(name) \ argument
|
Completed in 21 milliseconds