Home
last modified time | relevance | path

Searched refs:same (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/PHP-5.5/tests/run-test/
H A Dtest007.phpt27 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-5.5/ext/intl/tests/
H A Dtimezone_hasSameRules_basic.phpt15 echo "Europe/Lisbon has same rules as itself:\n";
18 echo "\nEurope/Lisbon has same rules as Portugal:\n";
21 echo "\nEurope/Lisbon has same rules as Atlantic/Azores:\n";
27 Europe/Lisbon has same rules as itself:
30 Europe/Lisbon has same rules as Portugal:
33 Europe/Lisbon has same rules as Atlantic/Azores:
/PHP-5.5/ext/standard/tests/array/
H A Dextract_variation7.phpt6 /* 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 ***
H A Dsizeof_variation5.phpt33 0, // same as COUNT_NORMAL
34 1, // same as COUNT_RECURSIVE
36 /* 5 */ TRUE, // same as COUNT_RECURSIVE
37 true, // same as COUNT_RECURSIVE
38 FALSE, // same as COUNT_NORMAL
39 false, // same as COUNT_NORMAL
40 NULL, // same as COUNT_NORMAL
41 /* 10 */ null, // same as COUNT_NORMAL
/PHP-5.5/Zend/tests/traits/
H A Dbug60369.phpt7 static $same = true;
12 public $same = true;
17 Fatal error: Properties and PropertiesTrait define the same property ($same) in the composition of …
/PHP-5.5/tests/classes/
H A Dvisibility_000a.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 class same extends father {
18 // overload fn with same visibility
26 class fail extends same {
33 Fatal error: Access level to fail::f0() must be public (as in class same) in %s on line %d
H A Dvisibility_000b.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 class same extends father {
18 // overload fn with same visibility
26 class fail extends same {
33 Fatal error: Access level to fail::f0() must be public (as in class same) in %s on line %d
H A Dvisibility_001a.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 class same extends father {
18 // overload fn with same visibility
26 class fail extends same {
33 Fatal error: Access level to fail::f1() must be public (as in class same) in %s on line %d
H A Dvisibility_001b.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 class same extends father {
18 // overload fn with same visibility
26 class fail extends same {
33 Fatal error: Access level to fail::f1() must be public (as in class same) in %s on line %d
H A Dvisibility_002a.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 class same extends father {
18 // overload fn with same visibility
26 class fail extends same {
33 Fatal error: Access level to fail::f2() must be public (as in class same) in %s on line %d
H A Dvisibility_002b.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 class same extends father {
18 // overload fn with same visibility
26 class fail extends same {
33 Fatal error: Access level to fail::f2() must be public (as in class same) in %s on line %d
H A Dvisibility_003b.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 class same extends father {
18 // overload fn with same visibility
26 class fail extends same {
33 Fatal error: Access level to fail::f3() must be protected (as in class same) or weaker in %s on lin…
H A Dvisibility_003a.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 class same extends father {
18 // overload fn with same visibility
26 class fail extends same {
H A Dvisibility_003c.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 class same extends father {
18 // overload fn with same visibility
26 class fail extends same {
H A Dvisibility_004a.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 class same extends father {
18 // overload fn with same visibility
26 class fail extends same {
H A Dvisibility_004c.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 class same extends father {
18 // overload fn with same visibility
26 class fail extends same {
H A Dvisibility_000c.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 class same extends father {
18 // overload fn with same visibility
26 class fail extends same {
H A Dvisibility_001c.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 class same extends father {
18 // overload fn with same visibility
26 class fail extends same {
H A Dvisibility_002c.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 class same extends father {
18 // overload fn with same visibility
26 class fail extends same {
H A Dvisibility_004b.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 class same extends father {
18 // overload fn with same visibility
26 class fail extends same {
/PHP-5.5/ext/standard/tests/file/
H A Drename_variation5.phpt12 /* 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 Dsymlink_link_linkinfo_is_link_variation8.phpt2 Test symlink(), linkinfo(), link() and is_link() functions : usage variations - try link with same
26 /* creating link to a file in different dir with the same name as the file */
27 echo "\n*** Create hard link in different directory with same filename ***\n";
49 echo "\n*** Create soft link in different directory with same filename ***\n";
72 *** Create hard link in different directory with same filename ***
78 *** Create soft link in different directory with same filename ***
H A Drename_variation3-win32.phpt22 /* test rename() by trying to rename an existing file/dir to the same name
32 echo "\n-- Renaming file to same file name --\n";
36 echo "\n-- Renaming directory to same directory name --\n";
64 -- Renaming file to same file name --
68 -- Renaming directory to same directory name --
H A Dsymlink_link_linkinfo_is_link_variation3.phpt59 // checking that size of symlink remains same
61 echo "\nSoft link size remains same \n";
81 // checking that size of symlink remains same
83 echo "\nSoft link size remains same \n";
103 // checking that size of symlink remains same
105 echo "\nSoft link size remains same \n";
127 Soft link size remains same
136 Soft link size remains same
145 Soft link size remains same
/PHP-5.5/Zend/tests/
H A Dbug60536_005.phpt2 Introducing new private variables of the same name in a subclass is ok, and does not lead to any ou…
23 // now the same with a class that defines the property itself, too.
34 Strict Standards: Base and THello1 define the same property ($hello) in the composition of SameName…
37 Strict Standards: Notice and THello1 define the same property ($hello) in the composition of Notice…

Completed in 58 milliseconds

12345678910>>...16