Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dassert.c143 zend_object *description_obj = NULL; in PHP_FUNCTION() local
152 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