Home
last modified time | relevance | path

Searched refs:PHP_EOL (Results 51 – 75 of 899) sorted by relevance

12345678910>>...36

/php-src/ext/bcmath/tests/
H A Dstr2num_formatting.phpt22 echo $e->getMessage() . PHP_EOL;
28 echo $e->getMessage() . PHP_EOL;
34 echo $e->getMessage() . PHP_EOL;
40 echo $e->getMessage() . PHP_EOL;
46 echo $e->getMessage() . PHP_EOL;
52 echo $e->getMessage() . PHP_EOL;
68 echo $e->getMessage() . PHP_EOL;
74 echo $e->getMessage() . PHP_EOL;
80 echo $e->getMessage() . PHP_EOL;
86 echo $e->getMessage() . PHP_EOL;
[all …]
/php-src/ext/mbstring/tests/
H A Dmb_stripos_invalid_offset.phpt23 echo $e->getMessage() . \PHP_EOL;
29 echo $e->getMessage() . \PHP_EOL;
35 echo $e->getMessage() . \PHP_EOL;
41 echo $e->getMessage() . \PHP_EOL;
47 echo $e->getMessage() . \PHP_EOL;
53 echo $e->getMessage() . \PHP_EOL;
59 echo $e->getMessage() . \PHP_EOL;
65 echo $e->getMessage() . \PHP_EOL;
71 echo $e->getMessage() . \PHP_EOL;
77 echo $e->getMessage() . \PHP_EOL;
H A Dmb_strpos_invalid_offset.phpt23 echo $e->getMessage() . \PHP_EOL;
29 echo $e->getMessage() . \PHP_EOL;
35 echo $e->getMessage() . \PHP_EOL;
41 echo $e->getMessage() . \PHP_EOL;
47 echo $e->getMessage() . \PHP_EOL;
53 echo $e->getMessage() . \PHP_EOL;
59 echo $e->getMessage() . \PHP_EOL;
65 echo $e->getMessage() . \PHP_EOL;
71 echo $e->getMessage() . \PHP_EOL;
77 echo $e->getMessage() . \PHP_EOL;
H A Dmb_strpos_offset_errors.phpt11 echo $e->getMessage() . \PHP_EOL;
16 echo $e->getMessage() . \PHP_EOL;
21 echo $e->getMessage() . \PHP_EOL;
26 echo $e->getMessage() . \PHP_EOL;
31 echo $e->getMessage() . \PHP_EOL;
36 echo $e->getMessage() . \PHP_EOL;
41 echo $e->getMessage() . \PHP_EOL;
46 echo $e->getMessage() . \PHP_EOL;
H A Dmb_ereg_replace_named_subpatterns.phpt15 echo mb_ereg_replace('(?<word>[a-z]+)',"<\k'word'>", 'abc def ghi'), PHP_EOL;
17 …ho mb_ereg_replace('(1)(2)(3)(4)(5)(6)(7)(8)(9)(a)(\10)', '\k<0>-\k<10>-', '123456789aa'), PHP_EOL;
19 …ho mb_ereg_replace('(1)(2)(3)(4)(5)(6)(7)(8)(9)(a)(\10)', "\k'0'-\k'10'-", '123456789aa'), PHP_EOL;
21 echo mb_ereg_replace('a', "\k'0'_\k<01>", 'a'), PHP_EOL;
23 echo mb_ereg_replace('(?<a>A)\k<a>', '-\1-', 'AA'), PHP_EOL;
25 echo mb_ereg_replace('(\w)\1', '-\k<>-', 'AA'), PHP_EOL;
27 echo mb_ereg_replace('(?<a>\w+)', '-\k<a', 'AA'), PHP_EOL;
H A Dmb_check_encoding_invalid_encodings.phpt11 echo 'Using "BAD" as encoding' . \PHP_EOL;
15 echo $e->getMessage() . \PHP_EOL;
20 echo $e->getMessage() . \PHP_EOL;
23 echo 'Using "pass" as encoding' . \PHP_EOL;
27 echo $e->getMessage() . \PHP_EOL;
32 echo $e->getMessage() . \PHP_EOL;
/php-src/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;
/php-src/ext/intl/tests/
H A Dresourcebundle_dimension_errors.phpt15 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
20 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
25 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
30 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
35 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
40 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
47 echo 'ValueError: Index must be between -2147483648 and 2147483647', PHP_EOL;
50 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
H A Dcalendar_get_Least_Greatest_Minimum_Maximum_error.phpt15 echo get_class($e) . ': ' . $e->getCode() . ', ' . $e->getMessage() . \PHP_EOL;
20 echo get_class($e) . ': ' . $e->getCode() . ', ' . $e->getMessage() . \PHP_EOL;
25 echo get_class($e) . ': ' . $e->getCode() . ', ' . $e->getMessage() . \PHP_EOL;
30 echo get_class($e) . ': ' . $e->getCode() . ', ' . $e->getMessage() . \PHP_EOL;
36 echo get_class($e) . ': ' . $e->getCode() . ', ' . $e->getMessage() . \PHP_EOL;
41 echo get_class($e) . ': ' . $e->getCode() . ', ' . $e->getMessage() . \PHP_EOL;
46 echo get_class($e) . ': ' . $e->getCode() . ', ' . $e->getMessage() . \PHP_EOL;
51 echo get_class($e) . ': ' . $e->getCode() . ', ' . $e->getMessage() . \PHP_EOL;
57 echo get_class($e) . ': ' . $e->getCode() . ', ' . $e->getMessage() . \PHP_EOL;
62 echo get_class($e) . ': ' . $e->getCode() . ', ' . $e->getMessage() . \PHP_EOL;
[all …]
/php-src/ext/com_dotnet/tests/
H A Dgh8750a.phpt10 echo variant_cast($error, VT_I4), PHP_EOL;
13 echo (int) $error, PHP_EOL;
17 echo 1 + $error, PHP_EOL;
19 echo $err->getMessage(), PHP_EOL;
23 echo variant_get_type($error), PHP_EOL;
27 echo variant_get_type($error), PHP_EOL;
/php-src/ext/zend_test/tests/
H A Dzend_object_init_with_constructor.phpt14 echo 'Destructor for ', __CLASS__, PHP_EOL;
23 echo 'Destructor for ', __CLASS__, PHP_EOL;
32 echo 'Destructor for ', __CLASS__, PHP_EOL;
41 echo 'Destructor for ', __CLASS__, PHP_EOL;
50 echo 'Destructor for ', __CLASS__, PHP_EOL;
60 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
67 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
74 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
81 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
88 echo $e::class, ': ', $e->getMessage(), PHP_EOL;
[all …]
/php-src/ext/gmp/tests/
H A Dgmp_strval.phpt11 echo $e->getMessage() . \PHP_EOL;
16 echo $e->getMessage() . \PHP_EOL;
23 echo $e->getMessage() . \PHP_EOL;
31 echo $e->getMessage() . \PHP_EOL;
36 echo $e->getMessage() . \PHP_EOL;
45 echo $e->getMessage() . \PHP_EOL;
50 echo $e->getMessage() . \PHP_EOL;
57 echo $e->getMessage() . \PHP_EOL;
62 echo $e->getMessage() . \PHP_EOL;
/php-src/ext/random/tests/03_randomizer/
H A Dengine_unsafe_biased.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;
H A Dengine_unsafe_empty_string.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;
/php-src/sapi/phpdbg/tests/
H A Dnext_001.phpt14 >00004: echo 0 . PHP_EOL;
21 prompt> >00008: echo 1 . PHP_EOL;
31 echo 0 . PHP_EOL;
35 echo 1 . PHP_EOL;
/php-src/Zend/tests/try/
H A Dtry_multicatch_006.phpt8 echo 'TRY' . PHP_EOL;
11 echo get_class($e) . PHP_EOL;
13 echo get_class($e) . PHP_EOL;
15 echo 'FINALLY' . PHP_EOL;
H A Dtry_multicatch_007.phpt8 echo 'TRY' . PHP_EOL;
11 echo get_class($e) . PHP_EOL;
13 echo get_class($e) . PHP_EOL;
15 echo 'FINALLY' . PHP_EOL;
/php-src/Zend/tests/float_to_int/
H A Dno_warning_compatible_float_literals.phpt6 echo 'Bitwise ops:' . \PHP_EOL;
24 echo 'Modulo:' . \PHP_EOL;
30 echo 'Offset access:' . \PHP_EOL;
31 echo 'Arrays:' . \PHP_EOL;
39 echo 'Function calls:' . \PHP_EOL;
47 echo 'Function returns:' . \PHP_EOL;
53 echo 'Typed property assignment:' . \PHP_EOL;
/php-src/Zend/tests/grammar/
H A Dsemi_reserved_010.phpt8 public static function insteadof(){ echo __METHOD__, PHP_EOL; }
13 public static function insteadof(){ echo __METHOD__, PHP_EOL; }
26 echo PHP_EOL, "Done", PHP_EOL;
/php-src/Zend/tests/type_declarations/
H A Dinternal_function_strict_mode.phpt7 echo "*** Trying Ord With Integer" . PHP_EOL;
11 echo "*** Caught " . $e->getMessage() . PHP_EOL;
14 echo "*** Trying Array Map With Invalid Callback" . PHP_EOL;
18 echo "*** Caught " . $e->getMessage() . PHP_EOL;
21 echo "*** Trying Strlen With Float" . PHP_EOL;
25 echo "*** Caught " . $e->getMessage() . PHP_EOL;
H A Dscalar_constant_defaults.phpt46 echo "Testing int val" . PHP_EOL;
49 echo "Testing float val" . PHP_EOL;
52 echo "Testing string val" . PHP_EOL;
55 echo "Testing int add val" . PHP_EOL;
58 echo "Testing float add val" . PHP_EOL;
61 echo "Testing string add val" . PHP_EOL;
64 echo "Testing int with default null constant" . PHP_EOL;
71 echo "Testing int with null null constant" . PHP_EOL;
78 echo "Testing nullable int with default null constant" . PHP_EOL;
81 echo "Testing nullable int with null null constant" . PHP_EOL;
/php-src/ext/json/tests/
H A Dbug62369.phpt14 echo 'OK' . PHP_EOL;
17 echo 'ERROR' . PHP_EOL;
24 echo 'OK' . PHP_EOL;
27 echo 'ERROR' . PHP_EOL;
/php-src/Zend/tests/enum/
H A Dtraits.phpt21 echo Suit::Hearts->shape() . PHP_EOL;
22 echo Suit::Diamonds->shape() . PHP_EOL;
23 echo Suit::Clubs->shape() . PHP_EOL;
24 echo Suit::Spades->shape() . PHP_EOL;
/php-src/ext/reflection/tests/
H A DReflectionFunction_construct.001.phpt11 echo "exception not thrown.".PHP_EOL;
13 echo "Ok - ".$re->getMessage().PHP_EOL;
18 echo $e->getMessage().PHP_EOL;
23 echo "Ok - ".$re->getMessage().PHP_EOL;
28 echo "Ok - ".$re->getMessage().PHP_EOL;
33 echo "Ok - ".$re->getMessage().PHP_EOL;
/php-src/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_extendederror_attr.phpt8 echo "Creating new PDO" . PHP_EOL;
14 echo "Inserting first time which should succeed" . PHP_EOL;
17 …STATE Error Code: (%s), Driver Specific Error Code: (%s)", $errorInfo[0], $errorInfo[1]) . PHP_EOL;
19 echo "Inserting second time which should fail" . PHP_EOL;
22 …STATE Error Code: (%s), Driver Specific Error Code: (%s)", $errorInfo[0], $errorInfo[1]) . PHP_EOL;
25 echo "Creating new PDO with Extended Result Codes turned on" . PHP_EOL;
31 echo "Inserting first time which should succeed" . PHP_EOL;
34 …STATE Error Code: (%s), Driver Specific Error Code: (%s)", $errorInfo[0], $errorInfo[1]) . PHP_EOL;
36 echo "Inserting second time which should fail" . PHP_EOL;
39 …STATE Error Code: (%s), Driver Specific Error Code: (%s)", $errorInfo[0], $errorInfo[1]) . PHP_EOL;

Completed in 33 milliseconds

12345678910>>...36