Home
last modified time | relevance | path

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

1234

/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 Dbug62328.phpt18 echo (string)$fi . PHP_EOL;
19 echo (string)$fi->__toString() . PHP_EOL;
H A Dspl_iterator_to_array_error.phpt18 echo $e->getMessage() . PHP_EOL;
25 echo $e->getMessage() . PHP_EOL;
/PHP-5.5/ext/date/tests/
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 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 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;
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;
/PHP-5.5/ext/json/tests/
H A Dbug62369.phpt16 echo 'OK'.PHP_EOL;
19 echo 'ERROR'.PHP_EOL;
26 echo 'OK'.PHP_EOL;
29 echo 'ERROR'.PHP_EOL;
/PHP-5.5/ext/mcrypt/tests/
H A Dbug55169.phpt10 echo 'Input: '. $i . PHP_EOL;
12 echo ' Length: ' . strlen( $random ) . PHP_EOL;
13 echo ' Hex: '. bin2hex( $random ) . PHP_EOL;
14 echo 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/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/sqlite3/tests/
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;
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;
/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/array/
H A Dbug54459.phpt8 echo $i, ' = ', $v, PHP_EOL;
11 echo $i, ' = ', $v, 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;
/PHP-5.5/ext/pgsql/tests/
H A Dbug46408.phpt17 echo 3.5.PHP_EOL;
21 echo "Done".PHP_EOL;
/PHP-5.5/Zend/tests/
H A Dbug55247.phpt8 echo $method . PHP_EOL;
12 echo $method . 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;
/PHP-5.5/ext/simplexml/tests/
H A Dbug42369.phpt10 echo 'explicit conversion' . PHP_EOL;
15 echo 'no conversion' . PHP_EOL;
/PHP-5.5/ext/standard/tests/file/
H A Dbug68532.phpt10 echo "memoryStream = " . stream_get_contents($stream).PHP_EOL;
17 echo "fileStream = " . stream_get_contents($fileStream ).PHP_EOL;
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/oci8/tests/
H A Ddetails.inc55 echo $stmt . PHP_EOL . $m['message'] . PHP_EOL;
69 echo $stmt . PHP_EOL . $m['message'] . PHP_EOL;

Completed in 46 milliseconds

1234