Searched refs:myeval (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/standard/ |
H A D | assert.c | 145 char *myeval = NULL; in PHP_FUNCTION() local 160 myeval = Z_STRVAL_PP(assertion); in PHP_FUNCTION() 168 …if (zend_eval_stringl(myeval, Z_STRLEN_PP(assertion), &retval, compiled_string_description TSRMLS_… in PHP_FUNCTION() 171 …rror_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Failure evaluating code: %s%s", PHP_EOL, myeval); in PHP_FUNCTION() 173 …MLS_CC, E_RECOVERABLE_ERROR, "Failure evaluating code: %s%s:\"%s\"", PHP_EOL, description, myeval); in PHP_FUNCTION() 215 ZVAL_STRING(args[2], SAFE_STRING(myeval), 1); in PHP_FUNCTION() 242 if (myeval) { in PHP_FUNCTION() 243 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Assertion \"%s\" failed", myeval); in PHP_FUNCTION() 248 if (myeval) { in PHP_FUNCTION() 249 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s: \"%s\" failed", description, myeval); in PHP_FUNCTION()
|
Completed in 5 milliseconds