Searched refs:myeval (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/ext/standard/ |
H A D | assert.c | 153 char *myeval = NULL; in PHP_FUNCTION() local 172 myeval = Z_STRVAL_P(assertion); in PHP_FUNCTION() 180 …if (zend_eval_stringl(myeval, Z_STRLEN_P(assertion), &retval, compiled_string_description) == FAIL… in PHP_FUNCTION() 183 zend_throw_error(NULL, "Failure evaluating code: %s%s", PHP_EOL, myeval); in PHP_FUNCTION() 186 zend_throw_error(NULL, "Failure evaluating code: %s%s:\"%s\"", PHP_EOL, ZSTR_VAL(str), myeval); in PHP_FUNCTION() 223 ZVAL_STRING(&args[2], SAFE_STRING(myeval)); in PHP_FUNCTION() 259 if (myeval) { in PHP_FUNCTION() 260 php_error_docref(NULL, E_WARNING, "Assertion \"%s\" failed", myeval); in PHP_FUNCTION() 266 if (myeval) { in PHP_FUNCTION() 267 php_error_docref(NULL, E_WARNING, "%s: \"%s\" failed", ZSTR_VAL(str), myeval); in PHP_FUNCTION()
|
Completed in 4 milliseconds