Home
last modified time | relevance | path

Searched refs:PHP_EOL (Results 201 – 225 of 899) sorted by relevance

12345678910>>...36

/php-src/Zend/tests/grammar/
H A Dregression_009.phpt14 echo PHP_EOL, "Done", PHP_EOL;
/php-src/ext/zend_test/tests/
H A Dzend_object_init_with_constructor_classes_without_constructor.phpt10 echo 'Destructor for ', __CLASS__, PHP_EOL;
53 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
61 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
72 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
80 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
90 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
98 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
H A Dobserver_basic_01.phpt14 echo 'Bar' . PHP_EOL;
20 echo 'Foo' . PHP_EOL;
28 echo 'DONE' . PHP_EOL;
H A Dzend_internal_class_prop_intersection.phpt26 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
31 echo $e->getMessage(), PHP_EOL;
36 echo $e->getMessage(), PHP_EOL;
/php-src/Zend/tests/float_to_int/
H A Dwarnings_float_literals.phpt6 echo 'Bitwise ops:' . \PHP_EOL;
25 echo 'Modulo:' . \PHP_EOL;
32 echo 'Offset access:' . \PHP_EOL;
33 echo 'Arrays:' . \PHP_EOL;
40 echo 'Strings:' . \PHP_EOL;
47 echo 'Function calls:' . \PHP_EOL;
55 echo 'Function returns:' . \PHP_EOL;
61 echo 'Typed property assignment:' . \PHP_EOL;
/php-src/ext/pdo_sqlite/tests/
H A Dpdo_fetch_func_001.phpt29 echo $e->getMessage(), \PHP_EOL;
36 echo $e->getMessage(), \PHP_EOL;
43 echo $e->getMessage(), \PHP_EOL;
50 echo $e->getMessage(), \PHP_EOL;
57 echo $e->getMessage(), \PHP_EOL;
93 echo $e->getMessage(), \PHP_EOL;
100 echo $e->getMessage(), \PHP_EOL;
107 echo $e->getMessage(), \PHP_EOL;
/php-src/ext/date/tests/
H A Dbug73460-002.phpt15 echo $end->format('Y-m-d H:i T') . PHP_EOL;
18 echo '-----' . \PHP_EOL;
28 echo $start->format('Y-m-d H:i T') . PHP_EOL;
/php-src/ext/standard/tests/misc/
H A Dexec_basic1.phpt14 echo $e->getMessage() . \PHP_EOL;
19 echo $e->getMessage() . \PHP_EOL;
24 echo $e->getMessage() . \PHP_EOL;
/php-src/ext/bcmath/tests/
H A Dbcscale_variation001.phpt13 echo \PHP_EOL . $e->getMessage() . \PHP_EOL;
H A Dbcpow_error2.phpt10 echo $e->getMessage() . \PHP_EOL;
16 echo $e->getMessage() . \PHP_EOL;
/php-src/ext/exif/tests/bug77184/
H A Dbug77184.phpt12 echo $tags['GPSLatitude'][2], PHP_EOL;
13 echo $tags['GPSLongitude'][2], PHP_EOL;
/php-src/ext/phar/tests/
H A Dbug74383.phpt10 echo PHP_EOL;
12 echo PHP_EOL;
/php-src/Zend/tests/
H A Dbug72188.phpt21 echo "FAILED: expected 5, received ", var_export($a), PHP_EOL;
23 echo "Passed", PHP_EOL;
H A D011.phpt46 echo $e->getMessage() . \PHP_EOL;
51 echo $e->getMessage() . \PHP_EOL;
56 echo $e->getMessage() . \PHP_EOL;
61 echo $e->getMessage() . \PHP_EOL;
66 echo $e->getMessage() . \PHP_EOL;
/php-src/ext/json/tests/
H A Djson_exceptions_error_clearing.phpt17 echo "Caught JSON exception: ", $e->getCode(), PHP_EOL;
25 echo "Caught JSON exception: ", $e->getCode(), PHP_EOL;
34 echo "Caught JSON exception: ", $e->getCode(), PHP_EOL;
/php-src/ext/gmp/tests/
H A Dgmp_root.phpt18 echo $e->getMessage() . \PHP_EOL;
26 echo $e->getMessage() . \PHP_EOL;
31 echo $e->getMessage() . \PHP_EOL;
H A Dgmp_hamdist.phpt22 echo $e->getMessage() . \PHP_EOL;
27 echo $e->getMessage() . \PHP_EOL;
32 echo $e->getMessage() . \PHP_EOL;
/php-src/ext/gd/tests/
H A Dimagegetclip_basic.phpt8 echo '=== original ===', PHP_EOL;
11 echo '=== after imagesetclip() ===', PHP_EOL;
/php-src/ext/calendar/tests/
H A Djdtogregorian_overflow.phpt14 echo $i, ':', jdtogregorian($i), PHP_EOL;
16 echo 'DONE', PHP_EOL;
/php-src/ext/random/tests/01_functions/
H A Drandom_bytes_error.phpt10 echo $e->getMessage().PHP_EOL;
16 echo $e->getMessage().PHP_EOL;
/php-src/ext/spl/tests/
H A Dbug62328.phpt18 echo (string)$fi . PHP_EOL;
19 echo (string)$fi->__toString() . PHP_EOL;
/php-src/ext/standard/tests/serialize/
H A Dbug78438.phpt53 echo "Testcase tree $width x $depth".PHP_EOL;
55 echo "> Serializing now".PHP_EOL;
58 echo "> Unserializing now".PHP_EOL;
78 echo PHP_EOL;
79 echo PHP_EOL;
/php-src/ext/soap/tests/
H A Dcustom_content_type.phpt24 $content = trim(file_get_contents("php://input")) . PHP_EOL;
48 printf("Content-Type NOK %s" . PHP_EOL, $headers);
50 printf("Content-Type OK" . PHP_EOL);
74 printf("Content-Type Default NOK %s" . PHP_EOL, $headers);
76 printf("Content-Type Default OK" . PHP_EOL);
/php-src/ext/pgsql/tests/
H A D12pg_insert_9.phpt33 echo $e->getMessage(), \PHP_EOL;
38 echo $e->getMessage(), \PHP_EOL;
43 echo $e->getMessage(), \PHP_EOL;
48 echo $e->getMessage(), \PHP_EOL;
54 echo $e->getMessage(), \PHP_EOL;
/php-src/ext/zip/tests/
H A Doo_setcomment_error.phpt24 echo $e->getMessage() . \PHP_EOL;
29 echo $e->getMessage() . \PHP_EOL;
34 echo $e->getMessage() . \PHP_EOL;

Completed in 25 milliseconds

12345678910>>...36