Home
last modified time | relevance | path

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

/PHP-8.0/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.l1280 if (zend_stack_is_empty(&SCNG(nest_location_stack))) { in exit_nesting()
1301 if (!zend_stack_is_empty(&SCNG(nest_location_stack))) { in check_nesting_at_end()
1895 if (!zend_stack_is_empty(&SCNG(state_stack))) { in lex_scan()
H A Dzend_builtin_functions.c1218 if (zend_stack_is_empty(&EG(user_error_handlers))) { in ZEND_FUNCTION()
1268 if (zend_stack_is_empty(&EG(user_exception_handlers))) { in ZEND_FUNCTION()
/PHP-8.0/
H A DUPGRADING.INTERNALS369 - zend_stack_is_empty()

Completed in 26 milliseconds