Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dassert.c179 zend_object *description_obj = NULL; in PHP_FUNCTION() local
188 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 5 milliseconds