Home
last modified time | relevance | path

Searched refs:PHP_EOL (Results 1 – 25 of 82) sorted by last modified time

1234

/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;
/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()
H A Dphp.h56 # define PHP_EOL "\r\n" macro
65 # define PHP_EOL "\n" macro
/PHP-5.5/ext/xml/tests/
H A Dbug50576.phpt22 echo 'Index array' . PHP_EOL;
24 echo 'Vals array' . PHP_EOL;
28 function startElement($parser, $name, $attribs) { echo $name . PHP_EOL; }
29 function endElement($parser, $name) { echo $name . PHP_EOL; }
/PHP-5.5/ext/standard/tests/strings/
H A Dhttp_build_query_variation1.phpt25 echo http_build_query($obj) . PHP_EOL;
H A Dhttp_build_query_variation2.phpt34 echo http_build_query($mDimensional) . PHP_EOL;
H A Dhttp_build_query_variation3.phpt22 … http_build_query($oDimensional, '', ini_get('arg_separator.output'), PHP_QUERY_RFC1738) . PHP_EOL;
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug65806.phpt40 echo "SCRIPT START" . PHP_EOL;
54 echo 'check ' . check($list->get()) . PHP_EOL;
56 echo "start serialize/unserialize" . PHP_EOL;
58 echo "finish serialize/unserialize" . PHP_EOL;
61 echo 'check ' . check($newList->get()) . PHP_EOL;
63 echo "SCRIPT END" . PHP_EOL ;
/PHP-5.5/ext/standard/tests/file/
H A Dpopen_pclose_error-win32.phpt20 echo "*** Testing for error conditions ***" . PHP_EOL;
29 echo PHP_EOL . PHP_EOL . "--- Done ---";
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_close_error.phpt12 echo 'Testing SQLite3 close with one parameter' . PHP_EOL;
H A Dsqlite3_enable_exceptions.phpt16 echo $e->getMessage().PHP_EOL;
H A Dsqlite3_open_empty_string.phpt13 echo $e->getMessage().PHP_EOL;
H A Dsqlite3_query_error.phpt12 echo 'Testing SQLite3 query without parameters' . PHP_EOL;
15 echo 'Testing SQLite3 query with one array parameter' . PHP_EOL;
18 echo 'Testing SQLite3 qeury with empty string parameter' . PHP_EOL;
H A Dsqlite3_querysingle_error.phpt11 echo 'Testing SQLite3 querySingle without parameters' . PHP_EOL;
14 echo 'Testing SQLite3 querySingle with one array parameter' . PHP_EOL;
17 echo 'Testing SQLite3 qeurySingle with empty string parameter' . PHP_EOL;
H A Dsqlite3result_numcolumns_error.phpt11 echo 'Creating Table' . PHP_EOL;
14 echo 'Inserting data' . PHP_EOL;
17 echo 'Fetching number of columns' . PHP_EOL;
/PHP-5.5/ext/standard/
H A Dassert.c171 …php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Failure evaluating code: %s%s", PHP_EOL, my… in PHP_FUNCTION()
173 … TSRMLS_CC, E_RECOVERABLE_ERROR, "Failure evaluating code: %s%s:\"%s\"", PHP_EOL, description, mye… in PHP_FUNCTION()
/PHP-5.5/ext/spl/tests/
H A Dspl_pq_top_basic.phpt15 echo "EXTR DEFAULT",PHP_EOL;
16 echo "value: ",$priorityQueue->top(),PHP_EOL;
19 echo "EXTR_PRIORITY",PHP_EOL;
20 echo "priority: ",$priorityQueue->top(),PHP_EOL;
23 echo "EXTR_BOTH",PHP_EOL;
26 echo "EXTR_DATA",PHP_EOL;
28 echo "value: ",$priorityQueue->top(),PHP_EOL;
H A Dheap_corruption.phpt49 echo "Compare Exception: " . $e->getMessage() . PHP_EOL;
56 echo "Corruption Exception: " . $e->getMessage() . PHP_EOL;
H A DSplObjectStorage_unserialize_invalid_parameter2.phpt23 echo $e->getMessage() . PHP_EOL;
/PHP-5.5/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt45 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;
H A Dsocket_sentto_recvfrom_ipv6_udp.phpt47 echo "Received $buf from remote address $from and remote port $port" . PHP_EOL;
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug50762.phpt44 echo $cl->testHeader('param') . PHP_EOL;
H A Dbug44811.phpt12 echo $e->getMessage() . PHP_EOL;
/PHP-5.5/ext/simplexml/tests/
H A Dbug42259.phpt37 echo count($ancestry) . ' steps: ' . $path . PHP_EOL;

Completed in 53 milliseconds

1234