Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-7.3/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.3/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.3/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-7.3/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 %d
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 %d
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 %d
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 %d
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 %d
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 %d
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_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_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_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.3/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.3/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 …
/PHP-7.3/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 --
/PHP-7.3/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
/PHP-7.3/ext/reflection/tests/
H A DReflectionMethod_constructor_error1.phpt47 echo "\nClass and Method in same string, bad method name:\n";
53 echo "\nClass and Method in same string, bad class name:\n";
59 echo "\nClass and Method in same string (ok):\n";
92 Class and Method in same string, bad method name:
97 Class and Method in same string, bad class name:
102 Class and Method in same string (ok):

Completed in 27 milliseconds

12345678910>>...18