Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dassert.c178 zend_string *description_str = 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()
220 if (description_str) { in PHP_FUNCTION()
221 ZVAL_STR(&args[3], description_str); in PHP_FUNCTION()
231 …zend_throw_exception(assertion_error_ce, description_str ? ZSTR_VAL(description_str) : NULL, E_ERR… in PHP_FUNCTION()
237 …php_error_docref(NULL, E_WARNING, "%s failed", description_str ? ZSTR_VAL(description_str) : "Asse… in PHP_FUNCTION()

Completed in 6 milliseconds