/PHP-5.4/ext/spl/tests/ |
H A D | spl_pq_top_basic.phpt | 15 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 D | bug62328.phpt | 18 echo (string)$fi . PHP_EOL; 19 echo (string)$fi->__toString() . PHP_EOL;
|
H A D | spl_iterator_to_array_error.phpt | 18 echo $e->getMessage() . PHP_EOL; 25 echo $e->getMessage() . PHP_EOL;
|
H A D | heap_corruption.phpt | 49 echo "Compare Exception: " . $e->getMessage() . PHP_EOL; 56 echo "Corruption Exception: " . $e->getMessage() . PHP_EOL;
|
H A D | spl_pq_top_error_empty.phpt | 14 echo "Exception: ".$e->getMessage().PHP_EOL;
|
/PHP-5.4/ext/date/tests/ |
H A D | bug45543.phpt | 16 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 D | bug45529.phpt | 8 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 D | bug46268.phpt | 8 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 D | bug41599.phpt | 8 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.4/ext/mcrypt/tests/ |
H A D | bug55169.phpt | 10 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.4/ext/standard/tests/serialize/ |
H A D | bug65806.phpt | 40 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.4/ext/ftp/tests/ |
H A D | ftp_mdtm_basic.phpt | 23 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.4/ext/xml/tests/ |
H A D | bug50576.phpt | 22 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.4/ext/sqlite3/tests/ |
H A D | sqlite3result_numcolumns_error.phpt | 11 echo 'Creating Table' . PHP_EOL; 14 echo 'Inserting data' . PHP_EOL; 17 echo 'Fetching number of columns' . PHP_EOL;
|
H A D | sqlite3_query_error.phpt | 12 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 D | sqlite3_querysingle_error.phpt | 11 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.4/ext/standard/tests/array/ |
H A D | bug54459.phpt | 8 echo $i, ' = ', $v, PHP_EOL; 11 echo $i, ' = ', $v, PHP_EOL;
|
/PHP-5.4/Zend/tests/ |
H A D | bug55247.phpt | 8 echo $method . PHP_EOL; 12 echo $method . PHP_EOL;
|
H A D | bug44653.phpt | 7 function fooBar() { echo __FUNCTION__ . PHP_EOL; } 16 function fooBar() { echo __FUNCTION__ . PHP_EOL; }
|
H A D | bug55086.phpt | 26 echo $a->hello(), PHP_EOL; 27 echo $a->foo(), PHP_EOL;
|
/PHP-5.4/ext/simplexml/tests/ |
H A D | bug42369.phpt | 10 echo 'explicit conversion' . PHP_EOL; 15 echo 'no conversion' . PHP_EOL;
|
/PHP-5.4/ext/oci8/tests/ |
H A D | details.inc | 55 echo $stmt . PHP_EOL . $m['message'] . PHP_EOL; 69 echo $stmt . PHP_EOL . $m['message'] . PHP_EOL;
|
/PHP-5.4/ext/standard/tests/file/ |
H A D | popen_pclose_error-win32.phpt | 20 echo "*** Testing for error conditions ***" . PHP_EOL; 29 echo PHP_EOL . PHP_EOL . "--- Done ---";
|
/PHP-5.4/ext/gd/tests/ |
H A D | bug48555.phpt | 22 echo "with line break == without line break".PHP_EOL; 24 echo "with line break != without line break".PHP_EOL;
|
/PHP-5.4/ext/pgsql/tests/ |
H A D | bug47199.phpt | 35 echo PHP_EOL."Done".PHP_EOL;
|