Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dassert.c153 char *myeval = NULL; in PHP_FUNCTION() local
176 myeval = Z_STRVAL_P(assertion); in PHP_FUNCTION()
184 …if (zend_eval_stringl(myeval, Z_STRLEN_P(assertion), &retval, compiled_string_description) == FAIL… in PHP_FUNCTION()
187 zend_throw_error(NULL, "Failure evaluating code: %s%s", PHP_EOL, myeval); in PHP_FUNCTION()
190 zend_throw_error(NULL, "Failure evaluating code: %s%s:\"%s\"", PHP_EOL, ZSTR_VAL(str), myeval); in PHP_FUNCTION()
227 ZVAL_STRING(&args[2], SAFE_STRING(myeval)); in PHP_FUNCTION()
263 if (myeval) { in PHP_FUNCTION()
264 php_error_docref(NULL, E_WARNING, "Assertion \"%s\" failed", myeval); in PHP_FUNCTION()
270 if (myeval) { in PHP_FUNCTION()
271 php_error_docref(NULL, E_WARNING, "%s: \"%s\" failed", ZSTR_VAL(str), myeval); in PHP_FUNCTION()

Completed in 9 milliseconds