Home
last modified time | relevance | path

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

12

/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_stack.h37 ZEND_API int zend_stack_is_empty(const zend_stack *stack);
H A Dzend_stack.c74 ZEND_API int zend_stack_is_empty(const zend_stack *stack) in zend_stack_is_empty() function
/dports/www/mod_php81/php-8.1.1/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.l1258 if (zend_stack_is_empty(&SCNG(nest_location_stack))) { in exit_nesting()
1279 if (!zend_stack_is_empty(&SCNG(nest_location_stack))) { in check_nesting_at_end()
1906 if (!zend_stack_is_empty(&SCNG(state_stack))) { in lex_scan()
H A Dzend_builtin_functions.c1178 if (zend_stack_is_empty(&EG(user_error_handlers))) { in ZEND_FUNCTION()
1227 if (zend_stack_is_empty(&EG(user_exception_handlers))) { in ZEND_FUNCTION()
/dports/lang/php81/php-8.1.1/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.l1258 if (zend_stack_is_empty(&SCNG(nest_location_stack))) { in exit_nesting()
1279 if (!zend_stack_is_empty(&SCNG(nest_location_stack))) { in check_nesting_at_end()
1906 if (!zend_stack_is_empty(&SCNG(state_stack))) { in lex_scan()
H A Dzend_builtin_functions.c1178 if (zend_stack_is_empty(&EG(user_error_handlers))) { in ZEND_FUNCTION()
1227 if (zend_stack_is_empty(&EG(user_exception_handlers))) { in ZEND_FUNCTION()
/dports/lang/php80/php-8.0.15/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()
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_stack.h37 ZEND_API int zend_stack_is_empty(const zend_stack *stack);
H A Dzend_stack.c74 ZEND_API int zend_stack_is_empty(const zend_stack *stack) in zend_stack_is_empty() function
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_stack.h37 ZEND_API int zend_stack_is_empty(const zend_stack *stack);
H A Dzend_stack.c74 ZEND_API int zend_stack_is_empty(const zend_stack *stack) in zend_stack_is_empty() function
/dports/www/mod_php80/php-8.0.15/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()
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_stack.h37 ZEND_API int zend_stack_is_empty(const zend_stack *stack);
H A Dzend_stack.c74 ZEND_API int zend_stack_is_empty(const zend_stack *stack) in zend_stack_is_empty() function
/dports/lang/php80/php-8.0.15/
H A DUPGRADING.INTERNALS369 - zend_stack_is_empty()

12