Searched refs:description_obj (Results 1 – 1 of 1) sorted by relevance
179 zend_object *description_obj = NULL; in PHP_FUNCTION() local188 Z_PARAM_OBJ_OF_CLASS_OR_STR_OR_NULL(description_obj, zend_ce_throwable, description_str) in PHP_FUNCTION()195 if (description_obj) { in PHP_FUNCTION()196 GC_ADDREF(description_obj); in PHP_FUNCTION()197 zend_throw_exception_internal(description_obj); in PHP_FUNCTION()
Completed in 8 milliseconds