Home
last modified time | relevance | path

Searched refs:d (Results 151 – 175 of 6284) sorted by last modified time

12345678910>>...252

/PHP-5.5/tests/classes/
H A Dinheritance_007.phpt23 &object(ReflectionMethod)#%d (2) {
30 &object(ReflectionMethod)#%d (2) {
H A Dinterface_and_extends.phpt26 …tal error: Class Tester cannot extend from interface Test in %sinterface_and_extends.php on line %d
H A Dinterface_class.phpt14 Fatal error: derived cannot implement base - it is not an interface in %s on line %d
H A Dinterface_instantiate.phpt16 Fatal error: Cannot instantiate interface if_a in %s on line %d
H A Dinterface_member.phpt13 Fatal error: Interfaces may not include member variables in %s on line %d
H A Dinterface_method.phpt15 Fatal error: Interface function if_a::err() cannot contain body %s on line %d
H A Dinterface_method_final.phpt15 Fatal error: Cannot use the final modifier on an abstract class member in %s on line %d
H A Dinterface_method_private.phpt15 Fatal error: Access type for interface method if_a::err() must be omitted in %s on line %d
H A Dinterface_must_be_implemented.phpt17 …must therefore be declared abstract or implement the remaining methods (if_a::f_a) in %s on line %d
H A Dinterfaces_002.phpt29 …fore be declared abstract or implement the remaining methods (Throwable::getErrno) in %s on line %d
H A Dinterfaces_003.phpt26 …_construct() must be an instance of MyObject, none given, called in %sinterfaces_003.php on line %d
H A Diterators_005.phpt19 …st implement interface Traversable as part of either Iterator or IteratorAggregate in %s on line %d
H A Dmethod_override_optional_arg_001.phpt31 …ict Standards: Declaration of C::foo() should be compatible with A::foo($arg1 = 1) in %s on line %d
H A Dmethod_override_optional_arg_002.phpt21 …rict Standards: Declaration of B::foo() should be compatible with A::foo($arg = 1) in %s on line %d
H A Dnew_001.phpt35 object(Inc)#%d (1) {
40 object(Inc)#%d (1) {
45 object(Inc)#%d (1) {
H A Dprivate_001.phpt26 Fatal error: Call to private method pass::show() from context '' in %s on line %d
H A Dprivate_002.phpt35 Fatal error: Call to private method pass::show() from context 'fail' in %s on line %d
H A Dprivate_003.phpt36 Fatal error: Call to private method pass::show() from context 'fail' in %s on line %d
H A Dprivate_003b.phpt37 Fatal error: Call to private method pass::show() from context 'fail' in %s on line %d
H A Dprivate_004.phpt32 Fatal error: Call to private method pass::show() from context 'fail' in %s on line %d
H A Dprivate_004b.phpt1 --TEST--
2 ZE2 A private method cannot be called in a derived class
3 --SKIPIF--
4 <?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?>
5 --FILE--
6 <?php
7
8 class pass {
9 private function show() {
10 echo "Call show()\n";
[all …]
H A Dprivate_005.phpt32 Fatal error: Call to private method pass::show() from context 'fail' in %s on line %d
H A Dprivate_005b.phpt1 --TEST--
2 ZE2 A private method cannot be called in a derived class
3 --SKIPIF--
4 <?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?>
5 --FILE--
6 <?php
7
8 class pass {
9 private function show() {
10 echo "Call show()\n";
[all …]
H A Dprivate_redeclare.phpt38 Fatal error: Call to private method base::show() from context 'derived' in %s on line %d
H A Darray_access_009.phpt132 object(ArrayProxy)#%d (2) {
134 object(Peoples)#%d (1) {
169 object(ArrayProxy)#%d (2) {
171 object(Peoples)#%d (1) {

Completed in 25 milliseconds

12345678910>>...252