Home
last modified time | relevance | path

Searched refs:PHP_EOL (Results 226 – 250 of 887) sorted by relevance

12345678910>>...36

/php-src/ext/bcmath/tests/
H A Dbcadd_error.phpt11 echo $e->getMessage() . PHP_EOL;
17 echo $e->getMessage() . PHP_EOL;
H A Dbccomp_error.phpt11 echo $e->getMessage() . PHP_EOL;
17 echo $e->getMessage() . PHP_EOL;
H A Dbcdiv_error2.phpt11 echo $e->getMessage() . PHP_EOL;
17 echo $e->getMessage() . PHP_EOL;
H A Dbcmod_error3.phpt11 echo $e->getMessage() . PHP_EOL;
17 echo $e->getMessage() . PHP_EOL;
H A Dbcmul_error.phpt11 echo $e->getMessage() . PHP_EOL;
17 echo $e->getMessage() . PHP_EOL;
H A Dbcpow_error3.phpt11 echo $e->getMessage() . PHP_EOL;
17 echo $e->getMessage() . PHP_EOL;
H A Dbcsub_error.phpt11 echo $e->getMessage() . PHP_EOL;
17 echo $e->getMessage() . PHP_EOL;
H A Dbcpow_error1.phpt10 echo $e->getMessage() . \PHP_EOL;
15 echo $e->getMessage() . \PHP_EOL;
H A Dbug72093.phpt10 echo $e->getMessage() . \PHP_EOL;
15 echo $e->getMessage() . \PHP_EOL;
H A Dbug75178.phpt10 echo $e->getMessage() . \PHP_EOL;
15 echo $e->getMessage() . \PHP_EOL;
/php-src/Zend/tests/float_to_int/
H A Dwarnings_float_vars.phpt6 echo 'Bitwise ops:' . \PHP_EOL;
42 echo 'Modulo:' . \PHP_EOL;
51 echo 'Offset access:' . \PHP_EOL;
53 echo 'Arrays:' . \PHP_EOL;
60 echo 'Strings:' . \PHP_EOL;
67 echo 'Function calls:' . \PHP_EOL;
76 echo 'Function returns:' . \PHP_EOL;
83 echo 'Typed property assignment:' . \PHP_EOL;
/php-src/ext/opcache/tests/
H A Dcompact_literals.phpt12 echo "array key hash" . ":" . PHP_EOL;
25 echo "function define" . ":" . PHP_EOL;
63 define("MY_EOL", PHP_EOL);
123 echo "-->H" . PHP_EOL;
132 echo "-->I" . PHP_EOL;
141 echo "-->H" . PHP_EOL;
152 echo "-->I" . PHP_EOL;
/php-src/ext/pdo/tests/
H A Dbug_44173.phpt27 echo $e->getMessage(), \PHP_EOL;
43 echo $e->getMessage(), \PHP_EOL;
52 echo $e->getMessage(), \PHP_EOL;
61 echo $e->getMessage(), \PHP_EOL;
70 echo $e->getMessage(), \PHP_EOL;
/php-src/ext/pgsql/tests/
H A D13pg_select_9.phpt35 echo $e->getMessage(), \PHP_EOL;
40 echo $e->getMessage(), \PHP_EOL;
45 echo $e->getMessage(), \PHP_EOL;
50 echo $e->getMessage(), \PHP_EOL;
56 echo $e->getMessage(), \PHP_EOL;
/php-src/Zend/tests/
H A Dlist_keyed.phpt14 echo PHP_EOL;
25 echo PHP_EOL;
35 echo PHP_EOL;
/php-src/ext/standard/tests/file/
H A Dbug78241.phpt15 echo 'Date: '.date('D, d M Y H:i:s', $t), PHP_EOL;
19 echo 'File: '.date('D, d M Y H:i:s', $file), PHP_EOL, PHP_EOL;
/php-src/ext/zend_test/tests/
H A Dobserver_basic_02.phpt16 echo 'Bar' . PHP_EOL;
22 echo 'Foo' . PHP_EOL;
32 echo 'DONE' . PHP_EOL;
/php-src/ext/exif/tests/bug75785/
H A Dbug75785.phpt10 echo $tags['GPS']['GPSLatitude'][0] . PHP_EOL;
11 echo $tags['GPS']['GPSLongitude'][0] . PHP_EOL;
/php-src/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_001.phpt9 echo "Failure!", PHP_EOL;
12 echo "Success!", PHP_EOL;
/php-src/ext/spl/tests/
H A Dbug70561.phpt17 echo $ex->getMessage() . PHP_EOL;
19 echo "Is valid? " . (int) $di->valid() . PHP_EOL;
/php-src/ext/mbstring/tests/
H A Dempty_pattern.phpt15 echo $e->getMessage() . \PHP_EOL;
23 echo $e->getMessage() . \PHP_EOL;
H A Dmb_detect_order_empty_encoding_list.phpt11 echo $e->getMessage() . \PHP_EOL;
16 echo $e->getMessage() . \PHP_EOL;
H A Dgh10648.phpt24 echo $title . PHP_EOL;
25 echo 'JIS:' . PHP_EOL;
27 echo mb_convert_encoding(hex2bin($case), 'UTF-8', 'JIS'). PHP_EOL;
29 echo 'ISO-2022-JP:' . PHP_EOL;
31 echo mb_convert_encoding(hex2bin($case), 'UTF-8', 'ISO-2022-JP'). PHP_EOL;
33 echo PHP_EOL;
/php-src/ext/random/tests/03_randomizer/methods/
H A DgetBytesFromString_fast_path.phpt21 echo PHP_EOL;
25 echo "{$i}:", PHP_EOL;
47 echo PHP_EOL;
56 echo "{$oneMore}:", PHP_EOL;
73 echo PHP_EOL;
76 echo "Slow Path:", PHP_EOL;
/php-src/Zend/tests/type_declarations/dnf_types/
H A Ddnf_intersection_and_null.phpt43 echo $e->getMessage(), \PHP_EOL;
48 echo $e->getMessage(), \PHP_EOL;
53 echo $e->getMessage(), \PHP_EOL;
58 echo $e->getMessage(), \PHP_EOL;

Completed in 32 milliseconds

12345678910>>...36