Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-5.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-5.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-5.3/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.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 --
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
H A Dfstat_variation8.phpt25 echo "PASSED: all elements are the same\n";
32 PASSED: all elements are the same
/PHP-5.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):
/PHP-5.3/ext/spl/tests/
H A Dspl_fileinfo_getlinktarget_basic.phpt16 echo $fileInfo->getLinkTarget() == __FILE__ ? 'same' : 'different',PHP_EOL;
21 same

Completed in 28 milliseconds

12345678910>>...14