/php-src/ext/bcmath/tests/ |
H A D | bcround_early_return.phpt | 50 echo str_pad($mode->name, 24, ' ', STR_PAD_LEFT) . ": result is same to HalfAwayFromZero\n"; 52 …echo str_pad($mode->name, 24, ' ', STR_PAD_LEFT) . ": result is not same to HalfAwayFromZero, fail… 78 HalfAwayFromZero: result is same to HalfAwayFromZero 79 HalfTowardsZero: result is same to HalfAwayFromZero 80 HalfEven: result is same to HalfAwayFromZero 81 HalfOdd: result is same to HalfAwayFromZero 82 TowardsZero: result is same to HalfAwayFromZero 83 AwayFromZero: result is same to HalfAwayFromZero 84 NegativeInfinity: result is same to HalfAwayFromZero 85 PositiveInfinity: result is same to HalfAwayFromZero
|
/php-src/tests/run-test/ |
H A D | test007.phpt | 27 function same($a,$b) { 36 same(".",dirname("d:\\foo\\bar.inc")); 37 same(".",dirname("c:\\foo")); 38 same(".",dirname("c:\\")); 39 same(".",dirname("c:")); 41 same("d:\\foo",dirname("d:\\foo\\bar.inc")); 42 same("c:\\",dirname("c:\\foo")); 43 same("c:\\",dirname("c:\\")); 44 same("c:",dirname("c:"));
|
/php-src/ext/intl/tests/ |
H A D | timezone_hasSameRules_basic.phpt | 13 echo "Europe/Lisbon has same rules as itself:\n"; 16 echo "\nEurope/Lisbon has same rules as Portugal:\n"; 19 echo "\nEurope/Lisbon has same rules as Atlantic/Azores:\n"; 24 Europe/Lisbon has same rules as itself: 27 Europe/Lisbon has same rules as Portugal: 30 Europe/Lisbon has same rules as Atlantic/Azores:
|
/php-src/ext/standard/tests/array/ |
H A D | extract_variation7.phpt | 6 /* EXTR_PREFIX_ALL called twice with same prefix string */ 7 echo "\n*** Testing for EXTR_PREFIX_ALL called twice with same prefix string ***\n"; 9 var_dump ( extract($a, EXTR_PREFIX_ALL, "same")); 13 var_dump ( extract($b, EXTR_PREFIX_ALL, "same")); 19 *** Testing for EXTR_PREFIX_ALL called twice with same prefix string ***
|
/php-src/tests/classes/ |
H A D | visibility_000a.phpt | 2 ZE2 A redeclared method must have the same or higher visibility 14 class same extends father { 16 // overload fn with same visibility 24 class fail extends same { 31 Fatal error: Access level to fail::f0() must be public (as in class same) in %s on line 22
|
H A D | visibility_000b.phpt | 2 ZE2 A redeclared method must have the same or higher visibility 14 class same extends father { 16 // overload fn with same visibility 24 class fail extends same { 31 Fatal error: Access level to fail::f0() must be public (as in class same) in %s on line 22
|
H A D | visibility_001a.phpt | 2 ZE2 A redeclared method must have the same or higher visibility 14 class same extends father { 16 // overload fn with same visibility 24 class fail extends same { 31 Fatal error: Access level to fail::f1() must be public (as in class same) in %s on line 22
|
H A D | visibility_001b.phpt | 2 ZE2 A redeclared method must have the same or higher visibility 14 class same extends father { 16 // overload fn with same visibility 24 class fail extends same { 31 Fatal error: Access level to fail::f1() must be public (as in class same) in %s on line 22
|
H A D | visibility_002a.phpt | 2 ZE2 A redeclared method must have the same or higher visibility 14 class same extends father { 16 // overload fn with same visibility 24 class fail extends same { 31 Fatal error: Access level to fail::f2() must be public (as in class same) in %s on line 22
|
H A D | visibility_002b.phpt | 2 ZE2 A redeclared method must have the same or higher visibility 14 class same extends father { 16 // overload fn with same visibility 24 class fail extends same { 31 Fatal error: Access level to fail::f2() must be public (as in class same) in %s on line 22
|
H A D | visibility_003b.phpt | 2 ZE2 A redeclared method must have the same or higher visibility 14 class same extends father { 16 // overload fn with same visibility 24 class fail extends same { 31 Fatal error: Access level to fail::f3() must be protected (as in class same) or weaker in %s on lin…
|
H A D | visibility_003c.phpt | 2 ZE2 A redeclared method must have the same or higher visibility 14 class same extends father { 16 // overload fn with same visibility 24 class fail extends same {
|
H A D | visibility_004c.phpt | 2 ZE2 A redeclared method must have the same or higher visibility 14 class same extends father { 16 // overload fn with same visibility 24 class fail extends same {
|
H A D | visibility_000c.phpt | 2 ZE2 A redeclared method must have the same or higher visibility 14 class same extends father { 16 // overload fn with same visibility 24 class fail extends same {
|
H A D | visibility_001c.phpt | 2 ZE2 A redeclared method must have the same or higher visibility 14 class same extends father { 16 // overload fn with same visibility 24 class fail extends same {
|
H A D | visibility_002c.phpt | 2 ZE2 A redeclared method must have the same or higher visibility 14 class same extends father { 16 // overload fn with same visibility 24 class fail extends same {
|
H A D | visibility_003a.phpt | 2 ZE2 A redeclared method must have the same or higher visibility 14 class same extends father { 16 // overload fn with same visibility 24 class fail extends same {
|
H A D | visibility_004a.phpt | 2 ZE2 A redeclared method must have the same or higher visibility 14 class same extends father { 16 // overload fn with same visibility 24 class fail extends same {
|
H A D | visibility_004b.phpt | 2 ZE2 A redeclared method must have the same or higher visibility 14 class same extends father { 16 // overload fn with same visibility 24 class fail extends same {
|
/php-src/Zend/tests/traits/ |
H A D | bug60369.phpt | 7 static $same = true; 12 public $same = true; 17 Fatal error: Properties and PropertiesTrait define the same property ($same) in the composition of …
|
/php-src/Zend/tests/ |
H A D | bug74269.phpt | 7 public $same = true; 13 public $same = 2; 17 Fatal error: PropertiesExample and PropertiesTrait define the same property ($same) in the composit…
|
/php-src/ext/standard/tests/file/ |
H A D | symlink_link_linkinfo_is_link_variation8.phpt | 2 Test symlink(), linkinfo(), link() and is_link() functions : usage variations - try link with same … 14 /* creating link to a file in different dir with the same name as the file */ 15 echo "\n*** Create hard link in different directory with same filename ***\n"; 37 echo "\n*** Create soft link in different directory with same filename ***\n"; 60 *** Create hard link in different directory with same filename *** 66 *** Create soft link in different directory with same filename ***
|
H A D | rename_variation3-win32.phpt | 18 /* test rename() by trying to rename an existing file/dir to the same name 28 echo "\n-- Renaming file to same file name --\n"; 32 echo "\n-- Renaming directory to same directory name --\n"; 57 -- Renaming file to same file name -- 61 -- Renaming directory to same directory name --
|
H A D | rename_variation5.phpt | 12 /* test rename() by trying to rename an existing file/dir/link to the same name 26 echo "\n-- Renaming link to same link name --\n"; 29 echo "\n-- Renaming file to same file name --\n"; 32 echo "\n-- Renaming directory to same directory name --\n"; 62 -- Renaming link to same link name -- 65 -- Renaming file to same file name -- 68 -- Renaming directory to same directory name --
|
H A D | symlink_link_linkinfo_is_link_variation3.phpt | 47 // checking that size of symlink remains same 49 echo "\nSoft link size remains same \n"; 69 // checking that size of symlink remains same 71 echo "\nSoft link size remains same \n"; 91 // checking that size of symlink remains same 93 echo "\nSoft link size remains same \n"; 115 Soft link size remains same 124 Soft link size remains same 133 Soft link size remains same
|