Home
last modified time | relevance | path

Searched refs:SETJMP (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg.h228 if (SETJMP(__bailout) == 0) {
/PHP-7.3/Zend/
H A Dzend_portability.h379 # define SETJMP(a) sigsetjmp(a, 0) macro
383 # define SETJMP(a) setjmp(a) macro
H A Dzend.h209 if (SETJMP(__bailout)==0) {

Completed in 12 milliseconds