PHP_EOL           945 ext/mbstring/php_mbregex.c 					php_error_docref(NULL TSRMLS_CC,E_ERROR, "Failed evaluating code: %s%s", PHP_EOL, eval_buf.c);
PHP_EOL          1019 ext/pcre/php_pcre.c 		php_error_docref(NULL TSRMLS_CC,E_ERROR, "Failed evaluating code: %s%s", PHP_EOL, code.c);
PHP_EOL           171 ext/standard/assert.c 				php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Failure evaluating code: %s%s", PHP_EOL, myeval);
PHP_EOL           173 ext/standard/assert.c 				php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Failure evaluating code: %s%s:\"%s\"", PHP_EOL, description, myeval);
PHP_EOL           715 main/main.c    			len = spprintf(&tmp, 0, "[%s] %s%s", error_time_str, log_message, PHP_EOL);
PHP_EOL          2229 main/main.c    	REGISTER_MAIN_STRINGL_CONSTANT("PHP_EOL", PHP_EOL, sizeof(PHP_EOL)-1, CONST_PERSISTENT | CONST_CS);
PHP_EOL          2652 run-tests.php  	$xml = '<?xml version="1.0" encoding="UTF-8"?>'. PHP_EOL .
PHP_EOL          2653 run-tests.php  		   '<testsuites>' . PHP_EOL;
PHP_EOL          2665 run-tests.php  		'<testsuite name="%s" tests="%s" failures="%d" errors="%d" skip="%d" time="%s">' . PHP_EOL,
PHP_EOL          2681 run-tests.php  	$result .= '</testsuite>' . PHP_EOL;
PHP_EOL           182 sapi/phpdbg/tests/run-tests.php 				$path, PHP_EOL);
PHP_EOL           210 sapi/phpdbg/tests/run-tests.php 					$stats, PHP_EOL);
PHP_EOL           212 sapi/phpdbg/tests/run-tests.php 				printf("%s%s", str_repeat('-', $this->config['width']+3), PHP_EOL);
PHP_EOL           213 sapi/phpdbg/tests/run-tests.php 				printf("%s", PHP_EOL);
PHP_EOL           231 sapi/phpdbg/tests/run-tests.php 				$stats, PHP_EOL);
PHP_EOL           239 sapi/phpdbg/tests/run-tests.php 			printf('usage: php %s [flags] [options]%s', $this->config['exec'], PHP_EOL);
PHP_EOL           240 sapi/phpdbg/tests/run-tests.php 			printf('[options]:%s', PHP_EOL);
PHP_EOL           241 sapi/phpdbg/tests/run-tests.php 			printf("\t--path\t\tadd a path to scan outside of tests directory%s", PHP_EOL);
PHP_EOL           242 sapi/phpdbg/tests/run-tests.php 			printf("\t--width\t\tset line width%s", PHP_EOL);
PHP_EOL           243 sapi/phpdbg/tests/run-tests.php 			printf("\t--options\toptions to pass to phpdbg%s", PHP_EOL);
PHP_EOL           244 sapi/phpdbg/tests/run-tests.php 			printf("\t--phpdbg\tpath to phpdbg binary%s", PHP_EOL);
PHP_EOL           245 sapi/phpdbg/tests/run-tests.php 			printf('[flags]:%s', PHP_EOL);
PHP_EOL           246 sapi/phpdbg/tests/run-tests.php 			printf("\t-diff2stdout\t\twrite diff to stdout instead of files%s", PHP_EOL);
PHP_EOL           247 sapi/phpdbg/tests/run-tests.php 			printf("\t-nodiff\t\tdo not write diffs on failure%s", PHP_EOL);
PHP_EOL           248 sapi/phpdbg/tests/run-tests.php 			printf("\t-nolog\t\tdo not write logs on failure%s", PHP_EOL);
PHP_EOL           249 sapi/phpdbg/tests/run-tests.php 			printf('[examples]:%s', PHP_EOL);
PHP_EOL           251 sapi/phpdbg/tests/run-tests.php 				$this->config['exec'], PHP_EOL);
PHP_EOL           289 sapi/phpdbg/tests/run-tests.php 				PHP_EOL);
PHP_EOL           516 sapi/phpdbg/tests/run-tests.php 								$diff, '(%d) -%s%s', $line+1, $want, PHP_EOL);
PHP_EOL           518 sapi/phpdbg/tests/run-tests.php 								$diff, '(%d) +%s%s', $line+1, $got, PHP_EOL);