Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dassert.c138 zend_object *description_obj = NULL; in PHP_FUNCTION() local
147 Z_PARAM_OBJ_OF_CLASS_OR_STR_OR_NULL(description_obj, zend_ce_throwable, description_str) in PHP_FUNCTION()
154 if (description_obj) { in PHP_FUNCTION()
155 GC_ADDREF(description_obj); in PHP_FUNCTION()
156 zend_throw_exception_internal(description_obj); in PHP_FUNCTION()

Completed in 5 milliseconds