Home
last modified time | relevance | path

Searched refs:ARGINFO_ZVAL_RETURN_BOOL (Results 1 – 7 of 7) sorted by relevance

/dports/devel/pecl-ds/ds-1.3.0/src/php/classes/
H A Dphp_map_ce.h19 ARGINFO_ZVAL_RETURN_BOOL( Map_hasKey, key);
20 ARGINFO_ZVAL_RETURN_BOOL( Map_hasValue, value);
45 ARGINFO_ZVAL_RETURN_BOOL( Map_offsetExists, offset);
H A Dphp_hashable_ce.c9 ARGINFO_ZVAL_RETURN_BOOL(equals, obj);
H A Dphp_stack_ce.h18 ARGINFO_ZVAL_RETURN_BOOL( Stack_offsetExists, offset);
H A Dphp_queue_ce.h18 ARGINFO_ZVAL_RETURN_BOOL( Queue_offsetExists, offset);
H A Dphp_set_ce.h36 ARGINFO_ZVAL_RETURN_BOOL( Set_offsetExists, offset);
H A Dphp_sequence_ce.h57 ARGINFO_ZVAL_RETURN_BOOL( Sequence_offsetExists, offset);
/dports/devel/pecl-ds/ds-1.3.0/src/php/
H A Darginfo.h127 #define ARGINFO_ZVAL_RETURN_BOOL(name, z) \ macro