Home
last modified time | relevance | path

Searched refs:name (Results 1 – 17 of 17) sorted by relevance

/ext-ds/src/php/
H A Darginfo.h4 #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 Dmain.yml1 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 Dphp_collection_ce.c6 #define COLLECTION_ABSTRACT_ME(name) \ argument
7 PHP_ABSTRACT_ME(Collection, name, arginfo_Collection_##name)
H A Dphp_collection_ce.h9 #define PHP_DS_COLLECTION_ME(cls, name) \ argument
10 PHP_ME(cls, name, arginfo_Collection_##name, ZEND_ACC_PUBLIC)
H A Dphp_sequence_ce.c8 #define SEQUENCE_ABSTRACT_ME(name) PHP_ABSTRACT_ME(Sequence, name, arginfo_Sequence_##name) argument
H A Dphp_pair_ce.c8 #define METHOD(name) PHP_METHOD(Pair, name) argument
H A Dphp_sequence_ce.h8 #define PHP_DS_SEQUENCE_ME(cls, name) \ argument
9 PHP_ME(cls, name, arginfo_Sequence_##name, ZEND_ACC_PUBLIC)
H A Dphp_priority_queue_ce.c13 #define METHOD(name) PHP_METHOD(PriorityQueue, name) argument
H A Dphp_stack_ce.c14 #define METHOD(name) PHP_METHOD(Stack, name) argument
H A Dphp_queue_ce.c13 #define METHOD(name) PHP_METHOD(Queue, name) argument
H A Dphp_deque_ce.c14 #define METHOD(name) PHP_METHOD(Deque, name) argument
H A Dphp_vector_ce.c14 #define METHOD(name) PHP_METHOD(Vector, name) argument
H A Dphp_set_ce.c14 #define METHOD(name) PHP_METHOD(Set, name) argument
H A Dphp_map_ce.c17 #define METHOD(name) PHP_METHOD(Map, name) argument
/ext-ds/src/
H A Dcommon.h42 #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 Dphp_common_handlers.c18 smart_str_append (&buffer, ce->name);
/ext-ds/
H A Dappveyor.yml100 name: master

Completed in 16 milliseconds