Home
last modified time | relevance | path

Searched refs:PHP_EOL (Results 76 – 82 of 82) sorted by relevance

1234

/PHP-5.5/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv6_udp.phpt47 echo "Received $buf from remote address $from and remote port $port" . PHP_EOL;
H A Dsocket_sentto_recvfrom_ipv6_udp-win32.phpt47 echo "Received $buf from remote address $from and remote port $port" . PHP_EOL;
/PHP-5.5/
H A Drun-tests.php2648 $xml = '<?xml version="1.0" encoding="UTF-8"?>'. PHP_EOL .
2649 '<testsuites>' . PHP_EOL;
2661 '<testsuite name="%s" tests="%s" failures="%d" errors="%d" skip="%d" time="%s">' . PHP_EOL,
2677 $result .= '</testsuite>' . PHP_EOL;
H A DNEWS10066 - Added PHP_EOL constant that contains the OS way of representing newlines.
/PHP-5.5/main/
H A Dmain.c645 len = spprintf(&tmp, 0, "[%s] %s%s", error_time_str, log_message, PHP_EOL); in php_log_err()
2156 REGISTER_MAIN_STRINGL_CONSTANT("PHP_EOL", PHP_EOL, sizeof(PHP_EOL)-1, CONST_PERSISTENT | CONST_CS); in php_module_startup()
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c945 php_error_docref(NULL TSRMLS_CC,E_ERROR, "Failed evaluating code: %s%s", PHP_EOL, eval_buf.c); in _php_mb_regex_ereg_replace_exec()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c990 php_error_docref(NULL TSRMLS_CC,E_ERROR, "Failed evaluating code: %s%s", PHP_EOL, code.c); in preg_do_eval()

Completed in 61 milliseconds

1234