Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-7.4/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-7.4/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-7.4/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 ***
/PHP-7.4/tests/classes/
H A Dvisibility_000a.phpt2 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 Dvisibility_001b.phpt2 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 Dvisibility_000b.phpt2 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 Dvisibility_001a.phpt2 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 Dvisibility_002a.phpt2 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 Dvisibility_002b.phpt2 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 Dvisibility_003b.phpt2 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 Dvisibility_003c.phpt2 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 Dvisibility_004c.phpt2 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 Dvisibility_001c.phpt2 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 Dvisibility_002c.phpt2 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 Dvisibility_000c.phpt2 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 Dvisibility_003a.phpt2 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 Dvisibility_004a.phpt2 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 Dvisibility_004b.phpt2 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-7.4/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-7.4/Zend/tests/
H A Dbug74269.phpt7 public $same = true;
13 public $same = 2;
17 Fatal error: PropertiesExample and PropertiesTrait define the same property ($same) in the composit…
H A Dbug52051.phpt26 Deprecated: Methods with the same name as their class will not be constructors in a future version …
28 Deprecated: Methods with the same name as their class will not be constructors in a future version …
30 Deprecated: Methods with the same name as their class will not be constructors in a future version …
32 Deprecated: Methods with the same name as their class will not be constructors in a future version …
H A Duse_no_eval_conflict.phpt6 /* It is important that these two eval()s occur on the same line,
7 * as this forces them to have the same filename. */
/PHP-7.4/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 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 --
/PHP-7.4/ext/oci8/tests/
H A Dbug71148.phpt74 // Test 3: Bind output parameter within the same scope of execute
79 echo "\nTest 3: Bind output parameter within the same scope of execute\n";
92 // Test 4: Bind output parameter within the same scope of execute
97 echo "\nTest 4: Bind output parameter within the same scope of execute\n";
130 // Test 6: Bind IN OUT parameter within the same scope of execute
137 echo "\nTest 6: Bind IN OUT parameter within the same scope of execute\n";
175 Test 3: Bind output parameter within the same scope of execute
179 Test 4: Bind output parameter within the same scope of execute
187 Test 6: Bind IN OUT parameter within the same scope of execute

Completed in 24 milliseconds

12345678910>>...16