Home
last modified time | relevance | path

Searched refs:DS_STACK_SIZE (Results 1 – 5 of 5) sorted by relevance

/ext-ds/src/ds/
H A Dds_stack.h7 #define DS_STACK_SIZE(s) ((s)->vector->size) macro
9 #define DS_STACK_IS_EMPTY(s) (DS_STACK_SIZE(s) == 0)
H A Dds_stack.c59 zend_long size = DS_STACK_SIZE(stack); in ds_stack_to_array()
/ext-ds/src/php/objects/
H A Dphp_stack.c37 if (DS_STACK_SIZE(stack) == 0) { in php_ds_stack_serialize()
/ext-ds/src/php/classes/
H A Dphp_stack_ce.c60 RETURN_LONG(DS_STACK_SIZE(THIS_DS_STACK())); in METHOD()
/ext-ds/src/php/handlers/
H A Dphp_stack_handlers.c41 *count = DS_STACK_SIZE(stack);

Completed in 8 milliseconds