Home
last modified time | relevance | path

Searched refs:same (Results 1 – 25 of 377) sorted by last modified time

12345678910>>...16

/PHP-5.5/win32/build/
H A Dphpize.js.in103 /* check if we already picked up a module with the same dirname;
/PHP-5.5/win32/
H A Dinstall.txt264 * The same directory from where php.exe is called, or in case you use
364 will look only in the same directory as the .exe that caused it to
773 consists of PHP scripts (same like a cgi-bin directory):
800 requests are running in the same process space (the space of the web
1220 case someone already answered someone else who had the same problem as
1304 ; backslashes are treated the same as any other character
1501 different versions of Apache on the same machine.
1528 the same regular expression package. This should happen automatically
/PHP-5.5/tests/lang/
H A DpassByReference_008.phpt2 Pass same variable by ref and by value.
H A Dstatic_basic_001.phpt19 echo "\nLots of initialisations in the same statement.\n";
61 Lots of initialisations in the same statement.
H A Dstatic_basic_002.phpt2 Multiple declarations of the same static variable
H A Dfunc_get_args.004.phpt2 Pass same variable by ref and by value.
H A Dfunc_num_args.004.phpt2 Pass same variable by ref and by value.
H A Dbug38579.phpt2 Bug #38579 (include_once() may include the same file twice)
/PHP-5.5/tests/classes/
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_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_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 {
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 Dstatic_properties_004.phpt9 echo "\nInherited static properties refer to the same value across classes:\n";
23 Inherited static properties refer to the same value across 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_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_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_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_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_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_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 Dinterface_constant_inheritance_003.phpt2 Ensure a class may not inherit two constants with the same name from two separate interfaces.

Completed in 36 milliseconds

12345678910>>...16