Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_portability.h370 # define SETJMP(a) sigsetjmp(a, 0) macro
374 # define SETJMP(a) setjmp(a) macro
H A Dzend.h229 if (SETJMP(__bailout)==0) {
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg.h223 if (SETJMP(__bailout) == 0) {

Completed in 18 milliseconds