Home
last modified time | relevance | path

Searched refs:zend_stack_is_empty (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_stack.h37 ZEND_API bool zend_stack_is_empty(const zend_stack *stack);
H A Dzend_stack.c72 ZEND_API bool zend_stack_is_empty(const zend_stack *stack) in zend_stack_is_empty() function
H A Dzend_language_scanner.l1269 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()
1911 if (!zend_stack_is_empty(&SCNG(state_stack))) { in lex_scan()
H A Dzend_builtin_functions.c1179 if (zend_stack_is_empty(&EG(user_error_handlers))) { in ZEND_FUNCTION()
1228 if (zend_stack_is_empty(&EG(user_exception_handlers))) { in ZEND_FUNCTION()

Completed in 20 milliseconds