Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dassert.c151 char *myeval = NULL; in PHP_FUNCTION() local
174 myeval = Z_STRVAL_P(assertion); in PHP_FUNCTION()
182 …if (zend_eval_stringl(myeval, Z_STRLEN_P(assertion), &retval, compiled_string_description) == FAIL… in PHP_FUNCTION()
185 zend_throw_error(NULL, "Failure evaluating code: %s%s", PHP_EOL, myeval); in PHP_FUNCTION()
188 zend_throw_error(NULL, "Failure evaluating code: %s%s:\"%s\"", PHP_EOL, ZSTR_VAL(str), myeval); in PHP_FUNCTION()
224 ZVAL_STRING(&args[2], SAFE_STRING(myeval)); in PHP_FUNCTION()
258 if (myeval) { in PHP_FUNCTION()
259 php_error_docref(NULL, E_WARNING, "Assertion \"%s\" failed", myeval); in PHP_FUNCTION()
265 if (myeval) { in PHP_FUNCTION()
266 php_error_docref(NULL, E_WARNING, "%s: \"%s\" failed", ZSTR_VAL(str), myeval); in PHP_FUNCTION()

Completed in 6 milliseconds