Searched refs:zend_stack_is_empty (Results 1 – 4 of 4) sorted by relevance
44 ZEND_API bool zend_stack_is_empty(const zend_stack *stack);
72 ZEND_API bool zend_stack_is_empty(const zend_stack *stack) in zend_stack_is_empty() function
1269 if (zend_stack_is_empty(&SCNG(nest_location_stack))) { in exit_nesting()1290 if (!zend_stack_is_empty(&SCNG(nest_location_stack))) { in check_nesting_at_end()1927 if (!zend_stack_is_empty(&SCNG(state_stack))) { in lex_scan()
1310 if (zend_stack_is_empty(&EG(user_error_handlers))) { in ZEND_FUNCTION()1359 if (zend_stack_is_empty(&EG(user_exception_handlers))) { in ZEND_FUNCTION()
Completed in 16 milliseconds