Home
last modified time | relevance | path

Searched refs:PHP_EOL (Results 1 – 25 of 661) sorted by relevance

12345678910>>...27

/PHP-8.0/Zend/tests/grammar/
H A Dsemi_reserved_003.phpt107 echo $obj->and, PHP_EOL;
114 echo $obj->new, PHP_EOL;
115 echo $obj->or, PHP_EOL;
116 echo $obj->xor, PHP_EOL;
117 echo $obj->try, PHP_EOL;
118 echo $obj->use, PHP_EOL;
119 echo $obj->var, PHP_EOL;
140 echo $obj->fn, PHP_EOL;
141 echo $obj->if, PHP_EOL;
148 echo $obj->do, PHP_EOL;
[all …]
H A Dsemi_reserved_004.phpt105 echo Obj::$and, PHP_EOL;
112 echo Obj::$new, PHP_EOL;
113 echo Obj::$or, PHP_EOL;
114 echo Obj::$xor, PHP_EOL;
115 echo Obj::$try, PHP_EOL;
116 echo Obj::$use, PHP_EOL;
117 echo Obj::$var, PHP_EOL;
138 echo Obj::$fn, PHP_EOL;
139 echo Obj::$if, PHP_EOL;
146 echo Obj::$do, PHP_EOL;
[all …]
H A Dsemi_reserved_005.phpt102 echo Obj::AND, PHP_EOL;
109 echo Obj::NEW, PHP_EOL;
110 echo Obj::OR, PHP_EOL;
111 echo Obj::XOR, PHP_EOL;
112 echo Obj::TRY, PHP_EOL;
113 echo Obj::USE, PHP_EOL;
114 echo Obj::VAR, PHP_EOL;
135 echo Obj::FN, PHP_EOL;
136 echo Obj::IF, PHP_EOL;
143 echo Obj::DO, PHP_EOL;
[all …]
H A Dsemi_reserved_001.phpt8 function empty(){ echo __METHOD__, PHP_EOL; }
9 function callable(){ echo __METHOD__, PHP_EOL; }
10 function class(){ echo __METHOD__, PHP_EOL; }
11 function trait(){ echo __METHOD__, PHP_EOL; }
12 function extends(){ echo __METHOD__, PHP_EOL; }
14 function static(){ echo __METHOD__, PHP_EOL; }
16 function final(){ echo __METHOD__, PHP_EOL; }
20 function const(){ echo __METHOD__, PHP_EOL; }
26 function and(){ echo __METHOD__, PHP_EOL; }
33 function new(){ echo __METHOD__, PHP_EOL; }
[all …]
H A Dsemi_reserved_002.phpt8 static function empty(){ echo __METHOD__, PHP_EOL; }
9 static function callable(){ echo __METHOD__, PHP_EOL; }
10 static function class(){ echo __METHOD__, PHP_EOL; }
11 static function trait(){ echo __METHOD__, PHP_EOL; }
12 static function extends(){ echo __METHOD__, PHP_EOL; }
14 static function static(){ echo __METHOD__, PHP_EOL; }
16 static function final(){ echo __METHOD__, PHP_EOL; }
20 static function const(){ echo __METHOD__, PHP_EOL; }
26 static function and(){ echo __METHOD__, PHP_EOL; }
33 static function new(){ echo __METHOD__, PHP_EOL; }
[all …]
H A Dsemi_reserved_008.phpt8 public static function list(){ echo __METHOD__, PHP_EOL; }
9 public static function /* comment */ catch(){ echo __METHOD__, PHP_EOL; }
11 throw(){ echo __METHOD__, PHP_EOL; }
14 self(){ echo __METHOD__, PHP_EOL; }
19 public static function exit(){ echo __METHOD__, PHP_EOL; }
20 protected static function try(){ echo __METHOD__, PHP_EOL; }
63 echo PHP_EOL, "Done", PHP_EOL;
H A Dsemi_reserved_007.phpt10 echo "From ", __METHOD__, ":", PHP_EOL;
11 echo self::self, PHP_EOL;
12 echo self::parent, PHP_EOL;
19 echo "From ", __METHOD__, ":", PHP_EOL;
20 echo parent::self, PHP_EOL;
21 echo parent::parent, PHP_EOL;
H A Dregression_006.phpt14 echo Obj::DECLARE, PHP_EOL;
15 echo Obj::RETURN, PHP_EOL;
16 echo Obj::FUNCTION, PHP_EOL;
17 echo Obj::USE, PHP_EOL;
20 USE, PHP_EOL;
/PHP-8.0/tests/basic/
H A Dprecision.phpt10 echo "INI".PHP_EOL;
15 echo "OUTPUTS".PHP_EOL;
21 echo "INI".PHP_EOL;
26 echo "OUTPUTS".PHP_EOL;
31 echo "INI".PHP_EOL;
36 echo "OUTPUTS".PHP_EOL;
41 echo "INI".PHP_EOL;
46 echo "OUTPUTS".PHP_EOL;
51 echo "INI".PHP_EOL;
61 echo "INI".PHP_EOL;
[all …]
/PHP-8.0/ext/standard/tests/general_functions/
H A Dvar_export_bug66179.phpt7 echo PHP_EOL;
9 echo PHP_EOL;
11 echo PHP_EOL;
13 echo PHP_EOL;
15 echo PHP_EOL;
17 echo PHP_EOL;
19 echo PHP_EOL;
/PHP-8.0/ext/gmp/tests/
H A Dbug80560.phpt64 echo 'Explicit base with gmp_init:', \PHP_EOL;
65 echo 'Hexadecimal', \PHP_EOL;
69 echo $e->getMessage(), \PHP_EOL;
74 echo $e->getMessage(), \PHP_EOL;
77 echo 'Binary', \PHP_EOL;
81 echo $e->getMessage(), \PHP_EOL;
86 echo $e->getMessage(), \PHP_EOL;
89 echo 'Fuzzing gmp functions:', \PHP_EOL;
93 echo $function, ' failed with 0B', \PHP_EOL;
97 echo $function, ' failed with 0b', \PHP_EOL;
[all …]
/PHP-8.0/ext/standard/tests/strings/
H A Dlevenshtein.phpt6 echo '--- Equal ---' . \PHP_EOL;
9 echo '--- First string empty ---' . \PHP_EOL;
11 echo '--- Second string empty ---' . \PHP_EOL;
13 echo '--- Both empty ---' . \PHP_EOL;
17 echo '--- 1 character ---' . \PHP_EOL;
19 echo '--- 2 character swapped ---' . \PHP_EOL;
22 echo '--- Inexpensive deletion ---' . \PHP_EOL;
24 echo '--- Expensive deletion ---' . \PHP_EOL;
27 echo '--- Inexpensive insertion ---' . \PHP_EOL;
29 echo '--- Expensive insertion ---' . \PHP_EOL;
[all …]
/PHP-8.0/ext/bcmath/tests/
H A Dscale.phpt10 'bcadd: ', bcadd('2', '1', 5), PHP_EOL,
11 'bcdiv: ', bcdiv('2', '1', 5), PHP_EOL,
12 'bcmul: ', bcmul('2', '1', 5), PHP_EOL,
13 'bcpow: ', bcpow('2', '1', 5), PHP_EOL,
14 'bcpowmod: ', bcpowmod('2', '1', '3', 5), PHP_EOL,
15 'bcsqrt: ', bcsqrt('4', 5), PHP_EOL,
16 'bcsub: ', bcsub('2', '1', 5), PHP_EOL;
H A Dscale_ini.phpt12 'bcadd: ', bcadd('2', '1'), PHP_EOL,
13 'bcdiv: ', bcdiv('2', '1'), PHP_EOL,
14 'bcmul: ', bcmul('2', '1'), PHP_EOL,
15 'bcpow: ', bcpow('2', '1'), PHP_EOL,
16 'bcpowmod: ', bcpowmod('2', '1', '3'), PHP_EOL,
17 'bcsqrt: ', bcsqrt('4'), PHP_EOL,
18 'bcsub: ', bcsub('2', '1'), PHP_EOL;
H A Dnegative_scale.phpt12 echo $e->getMessage() . \PHP_EOL;
17 echo $e->getMessage() . \PHP_EOL;
22 echo $e->getMessage() . \PHP_EOL;
27 echo $e->getMessage() . \PHP_EOL;
32 echo $e->getMessage() . \PHP_EOL;
37 echo $e->getMessage() . \PHP_EOL;
42 echo $e->getMessage() . \PHP_EOL;
47 echo $e->getMessage() . \PHP_EOL;
52 echo $e->getMessage() . \PHP_EOL;
57 echo $e->getMessage() . \PHP_EOL;
/PHP-8.0/ext/standard/tests/math/
H A Dmt_rand_value.phpt9 echo mt_rand().PHP_EOL;
11 echo PHP_EOL;
17 echo $x.PHP_EOL;
18 echo PHP_EOL;
23 echo mt_rand().PHP_EOL;
25 echo PHP_EOL;
31 echo $x.PHP_EOL;
/PHP-8.0/Zend/tests/numeric_strings/
H A Dinvalid_numeric_strings_must_generate_warning.phpt12 echo "---", PHP_EOL;
19 echo "---", PHP_EOL;
26 echo "---", PHP_EOL;
33 echo "---", PHP_EOL;
40 echo "---", PHP_EOL;
47 echo "---", PHP_EOL;
54 echo "---", PHP_EOL;
61 echo "---", PHP_EOL;
74 echo "---", PHP_EOL;
87 echo "---", PHP_EOL;
[all …]
/PHP-8.0/Zend/tests/function_arguments/
H A Dargument_count_incorrect_userland_strict.phpt10 echo get_class($e) . PHP_EOL;
11 echo $e->getMessage() . PHP_EOL;
18 echo get_class($e) . PHP_EOL;
19 echo $e->getMessage() . PHP_EOL;
27 echo get_class($e) . PHP_EOL;
28 echo $e->getMessage() . PHP_EOL;
34 echo get_class($e) . PHP_EOL;
35 echo $e->getMessage() . PHP_EOL;
41 echo get_class($e) . PHP_EOL;
42 echo $e->getMessage() . PHP_EOL;
H A Dargument_count_incorrect_userland.phpt9 echo get_class($e) . PHP_EOL;
10 echo $e->getMessage() . PHP_EOL;
17 echo get_class($e) . PHP_EOL;
18 echo $e->getMessage() . PHP_EOL;
26 echo get_class($e) . PHP_EOL;
27 echo $e->getMessage() . PHP_EOL;
33 echo get_class($e) . PHP_EOL;
34 echo $e->getMessage() . PHP_EOL;
/PHP-8.0/ext/spl/tests/
H A Dspl_pq_top_basic.phpt17 echo "EXTR DEFAULT",PHP_EOL;
18 echo "value: ",$priorityQueue->top(),PHP_EOL;
23 echo "EXTR_PRIORITY",PHP_EOL;
24 echo "priority: ",$priorityQueue->top(),PHP_EOL;
27 echo "EXTR_BOTH",PHP_EOL;
30 echo "EXTR_DATA",PHP_EOL;
32 echo "value: ",$priorityQueue->top(),PHP_EOL;
/PHP-8.0/ext/pdo_oci/tests/
H A Dbug60994.phpt29 echo PHP_EOL, 'Test 1: j', PHP_EOL;
42 echo 'beg of stream1 is ', $start1, PHP_EOL;
43 echo 'end of stream1 is ', $ending1, PHP_EOL;
46 echo PHP_EOL, 'Test 2: £', PHP_EOL;
59 echo 'beg of stream2 is ', $start2, PHP_EOL;
60 echo 'end of stream2 is ', $ending2, PHP_EOL;
63 echo PHP_EOL, 'Test 3: Җ', PHP_EOL;
76 echo 'beg of stream3 is ', $start3, PHP_EOL;
77 echo 'end of stream3 is ', $ending3, PHP_EOL;
80 echo PHP_EOL, 'Test 4: の', PHP_EOL;
[all …]
/PHP-8.0/ext/standard/tests/image/
H A Diptcembed_002.phpt10 echo md5(file_get_contents($file)).PHP_EOL;
11 echo base64_encode(file_get_contents($file)).PHP_EOL;
42 else { echo "error can't write $file".PHP_EOL;exit(1); }
48 if ($width!=1) { echo "width error".PHP_EOL;exit(1); }
49 if ($height!=1) { echo "height error".PHP_EOL;exit(1); }
50 if ($type!=2) { echo "type error".PHP_EOL;exit(1); }
81 if ($width!=1) { echo "width error".PHP_EOL;exit(1); }
83 if ($type!=2) { echo "type error".PHP_EOL;exit(1); }
92 echo "error iptc tag $tag not found".PHP_EOL;
105 if ($error==0) { echo "OK".PHP_EOL;exit(0);}
[all …]
/PHP-8.0/ext/mbstring/tests/
H A Dmb_str_unknown_encoding.phpt14 echo $e->getMessage() . \PHP_EOL;
20 echo $e->getMessage() . \PHP_EOL;
26 echo $e->getMessage() . \PHP_EOL;
32 echo $e->getMessage() . \PHP_EOL;
38 echo $e->getMessage() . \PHP_EOL;
44 echo $e->getMessage() . \PHP_EOL;
50 echo $e->getMessage() . \PHP_EOL;
56 echo $e->getMessage() . \PHP_EOL;
62 echo $e->getMessage() . \PHP_EOL;
68 echo $e->getMessage() . \PHP_EOL;
[all …]
/PHP-8.0/ext/
H A Dext_skel.php23 printf('Error: %s%s', $message, PHP_EOL);
125 printf('done%s', PHP_EOL);
142 printf('following steps:%1$s%1$s', PHP_EOL);
143 printf('cd /path/to/php-src/ext/%s%s', $options['ext'], PHP_EOL);
144 printf('phpize%s', PHP_EOL);
145 printf('%sconfigure%s', $file_prefix, PHP_EOL);
146 printf('%smake%2$s%2$s', $make_prefix, PHP_EOL);
148 printf('%smake test%2$s%2$s', $make_prefix, PHP_EOL);
149 printf('Thank you for using PHP!%s', PHP_EOL);
395 printf('done%s', PHP_EOL);
[all …]
/PHP-8.0/ext/standard/tests/file/
H A Dfgetcsv_error_conditions.phpt13 echo 'fgetcsv() with negative length' . \PHP_EOL;
17 echo $e->getMessage() . \PHP_EOL;
22 echo $e->getMessage() . \PHP_EOL;
27 echo $e->getMessage() . \PHP_EOL;
30 echo 'fgetcsv() with delimiter as NULL' . \PHP_EOL;
34 echo $e->getMessage() . \PHP_EOL;
37 echo 'fgetcsv() with enclosure as NULL' . \PHP_EOL;
41 echo $e->getMessage() . \PHP_EOL;
44 echo 'fgetcsv() with delimiter & enclosure as NULL' . \PHP_EOL;
48 echo $e->getMessage() . \PHP_EOL;

Completed in 48 milliseconds

12345678910>>...27