Home
last modified time | relevance | path

Searched refs:PHP_EOL (Results 1 – 25 of 82) sorted by path

1234

/PHP-5.5/
H A DNEWS10066 - Added PHP_EOL constant that contains the OS way of representing newlines.
/PHP-5.5/Zend/tests/
H A Dbug44141.phpt23 echo $y->x, PHP_EOL;
H A Dbug44653.phpt7 function fooBar() { echo __FUNCTION__ . PHP_EOL; }
16 function fooBar() { echo __FUNCTION__ . PHP_EOL; }
H A Dbug55086.phpt26 echo $a->hello(), PHP_EOL;
27 echo $a->foo(), PHP_EOL;
H A Dbug55247.phpt8 echo $method . PHP_EOL;
12 echo $method . PHP_EOL;
H A Dcatch_finally_006.phpt21 "caught exception" . PHP_EOL;
/PHP-5.5/Zend/tests/traits/
H A Dmethods_001.phpt29 echo $o, PHP_EOL;
/PHP-5.5/ext/curl/tests/
H A Dcurl_copy_handle_basic_008.phpt17 echo curl_exec($ch), PHP_EOL;
/PHP-5.5/ext/date/tests/
H A Dbug41599.phpt8 echo $start->format('Y-m-d H:i:s'),PHP_EOL;
12 echo $start->format('Y-m-d H:i:s'),PHP_EOL;
16 echo $start->format('Y-m-d H:i:s'),PHP_EOL;
20 echo $start->format('Y-m-d H:i:s'),PHP_EOL;
H A Dbug45529.phpt8 echo $tz1->getName(), PHP_EOL;
9 echo $tz2->getName(), PHP_EOL;
12 echo $d->format(DATE_ISO8601), PHP_EOL;
15 echo $d->format(DATE_ISO8601), PHP_EOL;
H A Dbug45543.phpt16 echo $d1->format(DATE_ISO8601), PHP_EOL;
17 echo $d2->format(DATE_ISO8601), PHP_EOL;
20 echo $d1->format(DATE_ISO8601), PHP_EOL;
21 echo $d2->format(DATE_ISO8601), PHP_EOL;
22 echo PHP_EOL;
H A Dbug46268.phpt8 echo $now->format("Y-m-d H:i:s") . PHP_EOL;
11 echo $now->format("Y-m-d H:i:s") . PHP_EOL;
14 echo $now->format("Y-m-d H:i:s") . PHP_EOL;
18 echo $now->format("Y-m-d H:i:s") . PHP_EOL;
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_createAttribute_error1.phpt23 echo 'Test failed!', PHP_EOL;
H A DDOMDocument_createProcessingInstruction_error.phpt25 echo 'Test failed!', PHP_EOL;
/PHP-5.5/ext/ftp/tests/
H A Dftp_mdtm_basic.phpt23 echo date("F d Y H:i:s u",$time), PHP_EOL;
26 echo date("F d Y H:i:s u",$time), PHP_EOL;
29 echo date("F d Y H:i:s u",$time), PHP_EOL;
35 echo date("F d Y H:i:s u",$time), PHP_EOL;
/PHP-5.5/ext/gd/tests/
H A Dbug48555.phpt22 echo "with line break == without line break".PHP_EOL;
24 echo "with line break != without line break".PHP_EOL;
/PHP-5.5/ext/intl/tests/
H A Dbug72241.phpt9 echo strlen($out) . PHP_EOL;
10 echo unpack('H*', $out)[1] . PHP_EOL;
H A Dsymfony_format_type_double_intl1.phpt17 echo "== didn't crash ==".PHP_EOL;
H A Dsymfony_format_type_double_intl2.phpt17 echo "== didn't crash ==".PHP_EOL;
H A Dsymfony_format_type_double_intl3.phpt17 echo "== didn't crash ==".PHP_EOL;
H A Dsymfony_format_type_double_intl4.phpt17 echo "== didn't crash ==".PHP_EOL;
H A Dsymfony_format_type_int32_intl1.phpt36 echo "== didn't crash ==".PHP_EOL;
H A Dsymfony_format_type_int32_intl2.phpt20 echo "== didn't crash ==".PHP_EOL;
H A Dsymfony_format_type_int32_intl3.phpt17 echo "== didn't crash ==".PHP_EOL;
H A Dsymfony_format_type_int32_intl4.phpt17 echo "== didn't crash ==".PHP_EOL;

Completed in 43 milliseconds

1234