Home
last modified time | relevance | path

Searched refs:THIS_DS_STACK (Results 1 – 2 of 2) sorted by relevance

/ext-ds/src/php/classes/
H A Dphp_stack_ce.c23 ds_stack_push_all(THIS_DS_STACK(), values); in METHOD()
30 ds_stack_allocate(THIS_DS_STACK(), capacity); in METHOD()
36 RETURN_LONG(DS_STACK_CAPACITY(THIS_DS_STACK())); in METHOD()
42 ds_stack_push_va(THIS_DS_STACK(), argc, argv); in METHOD()
48 ds_stack_pop_throw(THIS_DS_STACK(), return_value); in METHOD()
60 RETURN_LONG(DS_STACK_SIZE(THIS_DS_STACK())); in METHOD()
72 ds_stack_clear(THIS_DS_STACK()); in METHOD()
78 ds_stack_to_array(THIS_DS_STACK(), return_value); in METHOD()
84 RETURN_BOOL(DS_STACK_IS_EMPTY(THIS_DS_STACK())); in METHOD()
90 ds_stack_to_array(THIS_DS_STACK(), return_value); in METHOD()
[all …]
/ext-ds/src/php/objects/
H A Dphp_stack.h17 #define THIS_DS_STACK() Z_DS_STACK_P(getThis()) macro

Completed in 5 milliseconds