Searched refs:description_obj (Results 1 – 1 of 1) sorted by relevance
143 zend_object *description_obj = NULL; in PHP_FUNCTION() local152 Z_PARAM_OBJ_OF_CLASS_OR_STR_OR_NULL(description_obj, zend_ce_throwable, description_str) in PHP_FUNCTION()159 if (description_obj) { in PHP_FUNCTION()160 GC_ADDREF(description_obj); in PHP_FUNCTION()161 zend_throw_exception_internal(description_obj); in PHP_FUNCTION()
Completed in 4 milliseconds