LONGJMP 361 Zend/zend_portability.h # define LONGJMP(a,b) siglongjmp(a, b) LONGJMP 365 Zend/zend_portability.h # define LONGJMP(a,b) longjmp(a, b)