Home
last modified time | relevance | path

Searched refs:PHP_EOL (Results 76 – 100 of 899) sorted by relevance

12345678910>>...36

/php-src/Zend/tests/grammar/
H A Dsemi_reserved_006.phpt8 public function catch(){ echo __METHOD__, PHP_EOL; }
9 private function list(){ echo __METHOD__, PHP_EOL; }
16 public static function catch(){ echo __METHOD__, PHP_EOL; }
17 private static function throw(){ echo __METHOD__, PHP_EOL; }
18 private static function self(){ echo __METHOD__, PHP_EOL; }
23 public static function exit(){ echo __METHOD__, PHP_EOL; }
24 protected static function try(){ echo __METHOD__, PHP_EOL; }
/php-src/ext/mbstring/tests/
H A Dmb_ord.phpt17 echo $e->getMessage() . \PHP_EOL;
24 echo $e->getMessage() . \PHP_EOL;
29 echo $e->getMessage() . \PHP_EOL;
34 echo $e->getMessage() . \PHP_EOL;
39 echo $e->getMessage() . \PHP_EOL;
44 echo $e->getMessage() . \PHP_EOL;
51 echo $e->getMessage() . \PHP_EOL;
H A Dmb_chr.phpt18 echo $e->getMessage() . \PHP_EOL;
23 echo $e->getMessage() . \PHP_EOL;
28 echo $e->getMessage() . \PHP_EOL;
33 echo $e->getMessage() . \PHP_EOL;
38 echo $e->getMessage() . \PHP_EOL;
45 echo $e->getMessage() . \PHP_EOL;
H A Dgh9535.phpt29 echo $encoding.': '.$reconverted_str.PHP_EOL;
32 echo PHP_EOL;
40 echo $encoding.': '.$reconverted_str.PHP_EOL;
43 echo PHP_EOL;
51 echo $encoding.': '.$reconverted_str.PHP_EOL;
54 echo PHP_EOL;
64 echo $encoding.': '.$reconverted_str.PHP_EOL;
67 echo PHP_EOL;
76 echo $encoding.trim(': '.$reconverted_str).PHP_EOL;
79 echo PHP_EOL;
[all …]
/php-src/ext/curl/tests/
H A Dcurl_multi_errno_strerror_001.phpt10 echo $errno . PHP_EOL;
11 echo curl_multi_strerror($errno) . PHP_EOL;
20 echo $errno . PHP_EOL;
21 echo curl_multi_strerror($errno) . PHP_EOL;
H A Dcurl_share_errno_strerror_001.phpt10 echo $errno . PHP_EOL;
11 echo curl_share_strerror($errno) . PHP_EOL;
20 echo $errno . PHP_EOL;
21 echo curl_share_strerror($errno) . PHP_EOL;
/php-src/ext/date/tests/
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;
/php-src/Zend/tests/enum/
H A Dtraits-constants.phpt23 echo Suit::Hearts->shape() . PHP_EOL;
24 echo Suit::Diamonds->shape() . PHP_EOL;
25 echo Suit::Clubs->shape() . PHP_EOL;
26 echo Suit::Spades->shape() . PHP_EOL;
/php-src/ext/sqlite3/tests/
H A Dsqlite3_38_extended_error.phpt12 echo "Inserting first time which should succeed" . PHP_EOL;
14 echo "First Error Code: " . $db->lastErrorCode() . PHP_EOL;
16 echo "Inserting second time which should fail" . PHP_EOL;
18 echo "Second Error Code: " . $db->lastErrorCode() . PHP_EOL;
19 echo "Second Extended Error Code: " . $db->lastExtendedErrorCode() . PHP_EOL;
23 echo "Done" . PHP_EOL;
H A Dsqlite3_39_toggleExtended.phpt12 echo "Inserting first time which should succeed" . PHP_EOL;
14 echo "First Error Code: " . $db->lastErrorCode() . PHP_EOL;
16 echo "Inserting second time which should fail" . PHP_EOL;
18 echo "Second Error Code: " . $db->lastErrorCode() . PHP_EOL;
20 echo "Toggling extended error codes and re-inserting a third time" . PHP_EOL;
23 echo "Third (Extended) Error Code: " . $db->lastErrorCode() . PHP_EOL;
27 echo "Done" . PHP_EOL;
/php-src/Zend/tests/new_without_parentheses/
H A Dnew_with_ctor_arguments_parentheses.phpt8 const C = 'constant' . PHP_EOL;
9 public $property = 'property' . PHP_EOL;
10 public static $staticProperty = 'static property' . PHP_EOL;
14 echo '__invoke' . PHP_EOL;
19 echo 'method' . PHP_EOL;
24 echo 'static method' . PHP_EOL;
29 echo 'offsetExists' . PHP_EOL;
36 echo 'offsetGet' . PHP_EOL;
/php-src/ext/calendar/tests/
H A Dunixtojd_error1.phpt16 echo $ex->getMessage(), PHP_EOL;
18 var_dump(unixtojd(false)) . PHP_EOL;
19 var_dump(unixtojd(null)) . PHP_EOL;
20 var_dump(unixtojd(time())) . PHP_EOL;
/php-src/Zend/tests/typehints/
H A Dor_null.phpt13 echo $e, PHP_EOL;
25 echo $e, PHP_EOL;
31 echo $e, PHP_EOL;
37 echo $e, PHP_EOL;
43 echo $e, PHP_EOL;
49 echo $e, PHP_EOL;
57 echo $e, PHP_EOL;
65 echo $e, PHP_EOL;
75 echo $e, PHP_EOL;
85 echo $e, PHP_EOL;
[all …]
/php-src/Zend/tests/float_to_int/
H A Dno_warnings_compatible_float_vars.phpt6 echo 'Bitwise ops:' . \PHP_EOL;
42 echo 'Modulo:' . \PHP_EOL;
51 echo 'Offset access:' . \PHP_EOL;
53 echo 'Arrays:' . \PHP_EOL;
59 echo 'Function calls:' . \PHP_EOL;
68 echo 'Function returns:' . \PHP_EOL;
75 echo 'Typed property assignment:' . \PHP_EOL;
/php-src/ext/fileinfo/tests/
H A Dmime_content_type_001.phpt11 echo $e->getMessage() . \PHP_EOL;
16 echo $e->getMessage() . \PHP_EOL;
21 echo $e->getMessage() . \PHP_EOL;
26 echo $e->getMessage() . \PHP_EOL;
34 echo $e->getMessage() . \PHP_EOL;
39 echo $e->getMessage() . \PHP_EOL;
/php-src/Zend/tests/
H A Dlist_keyed_evaluation_order.inc13 echo "$this->name evaluated.", PHP_EOL;
26 echo "Existence of offset $offset checked for.", PHP_EOL;
32 echo "Offset $offset removed.", PHP_EOL;
36 echo "Offset $offset retrieved.", PHP_EOL;
42 echo "Offset $offset set to $value.", PHP_EOL;
57 echo "Indexable $this->label retrieved.", PHP_EOL;
H A D002.phpt10 echo $e->getMessage() . \PHP_EOL;
16 echo $e->getMessage() . \PHP_EOL;
21 echo $e->getMessage() . \PHP_EOL;
29 echo $e->getMessage() . \PHP_EOL;
34 echo $e->getMessage() . \PHP_EOL;
42 echo $e->getMessage() . \PHP_EOL;
47 echo $e->getMessage() . \PHP_EOL;
52 echo $e->getMessage() . \PHP_EOL;
79 echo $e->getMessage() . \PHP_EOL;
84 echo $e->getMessage() . \PHP_EOL;
[all …]
/php-src/ext/zlib/tests/
H A Ddeflate_init_error.phpt11 echo $e->getMessage() . \PHP_EOL;
17 echo $e->getMessage() . \PHP_EOL;
23 echo $e->getMessage() . \PHP_EOL;
29 echo $e->getMessage() . \PHP_EOL;
35 echo $e->getMessage() . \PHP_EOL;
/php-src/ext/standard/tests/general_functions/
H A Dvar_export_bug71314.phpt7 echo PHP_EOL;
9 echo PHP_EOL;
11 echo PHP_EOL;
/php-src/ext/pcntl/tests/
H A Dpcntl_sigtimedwait_errors.phpt18 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
27 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
34 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
41 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
50 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
59 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
65 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
71 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
77 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
84 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
/php-src/ext/standard/tests/strings/
H A Dlevenshtein_error_conditions.phpt8 echo '--- String 1 ---' . \PHP_EOL;
13 echo $e->getMessage() . \PHP_EOL;
15 echo '--- String 2 ---' . \PHP_EOL;
20 echo $e->getMessage() . \PHP_EOL;
/php-src/ext/standard/tests/array/
H A Dcount_invalid.phpt10 echo $e->getMessage() . \PHP_EOL;
17 echo $e->getMessage() . \PHP_EOL;
24 echo $e->getMessage() . \PHP_EOL;
31 echo $e->getMessage() . \PHP_EOL;
38 echo $e->getMessage() . \PHP_EOL;
45 echo $e->getMessage() . \PHP_EOL;
/php-src/ext/xmlreader/tests/
H A Dnext_basic.phpt30 echo $reader->name . PHP_EOL;
32 echo $reader->name . PHP_EOL;
34 echo $reader->name . PHP_EOL;
36 echo $reader->name . PHP_EOL;
38 echo $reader->name . PHP_EOL;
/php-src/ext/random/tests/03_randomizer/
H A Dengine_unsafe_nul.phpt25 echo $e->getMessage(), PHP_EOL;
31 echo $e->getMessage(), PHP_EOL;
37 echo $e->getMessage(), PHP_EOL;
43 echo $e->getMessage(), PHP_EOL;
49 echo $e->getMessage(), PHP_EOL;
55 echo $e->getMessage(), PHP_EOL;
61 echo $e->getMessage(), PHP_EOL;
67 echo $e->getMessage(), PHP_EOL;
73 echo $e->getMessage(), PHP_EOL;

Completed in 38 milliseconds

12345678910>>...36