Searched refs:zeh (Results 1 - 2 of 2) sorted by relevance

/PHP_5_4/Zend/
H A Dzend_builtin_functions.c1583 zval *zeh = EG(user_error_handler); local
1586 zval_ptr_dtor(&zeh);
H A Dzend_execute_API.c251 zval *zeh; local
255 zeh = EG(user_error_handler);
257 zval_dtor(zeh);
258 FREE_ZVAL(zeh);
262 zeh = EG(user_exception_handler);
264 zval_dtor(zeh);
265 FREE_ZVAL(zeh);

Completed in 8 milliseconds