Home
last modified time | relevance | path

Searched refs:constructor (Results 76 – 100 of 165) sorted by relevance

1234567

/PHP-5.5/tests/classes/
H A Dctor_failure.phpt2 ZE2 Do not call destructors if constructor fails
H A Dctor_in_interface_02.phpt2 ZE2 A class constructor must keep the signature of all interfaces
H A Dinheritance_007.phpt2 Ensure inherited old-style constructor doesn't block other methods
H A Dctor_dtor.phpt2 ZE2 The new constructor/destructor is called
/PHP-5.5/Zend/tests/
H A Dbug39127.phpt2 Bug #39127 (Old-style constructor fallbacks produce strange results)
H A Dbug40621.phpt2 Bug #40621 (Crash when constructor called inappropriately (statically))
H A Dbug44141.phpt2 Bug #44141 (private parent constructor callable through static function)
H A Dcatch_004.phpt2 Catching an exception in a constructor inside a static method
H A Dzend2.php.txt237 print "In BaseClass constructor\n";
245 print "In SubClass constructor\n";
263 print "In constructor\n";
H A Dget_class_methods_002.phpt27 Strict Standards: Redefining already defined constructor for class B in %s on line %d
H A Dcall_static_006.phpt30 Fatal error: Cannot call constructor in %s on line %d
/PHP-5.5/Zend/
H A Dzend_object_handlers.c1170 if (function_name_strlen == ce->name_length && ce->constructor) { in zend_std_get_static_method()
1176 fbc = ce->constructor; in zend_std_get_static_method()
1309 zend_function *constructor = zobj->ce->constructor; in zend_std_get_constructor() local
1311 if (constructor) { in zend_std_get_constructor()
1312 if (constructor->op_array.fn_flags & ZEND_ACC_PUBLIC) { in zend_std_get_constructor()
1314 } else if (constructor->op_array.fn_flags & ZEND_ACC_PRIVATE) { in zend_std_get_constructor()
1317 if (UNEXPECTED(constructor->common.scope != EG(scope))) { in zend_std_get_constructor()
1321 …ROR, "Call to private %s::%s() from invalid context", constructor->common.scope->name, constructor in zend_std_get_constructor()
1324 } else if ((constructor->common.fn_flags & ZEND_ACC_PROTECTED)) { in zend_std_get_constructor()
1333 …R, "Call to protected %s::%s() from invalid context", constructor->common.scope->name, constructor in zend_std_get_constructor()
[all …]
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_newInstanceArgs_002.phpt10 echo "In constructor of class B with arg $a\n";
H A Dbug64007.phpt17 …"Class Generator is an internal class that cannot be instantiated without invoking its constructor"
H A DReflectionFunction_construct.001.phpt2 ReflectionFunction constructor errors
H A DReflectionParameter_invalidMethodInConstructor.phpt2 ReflectionParameter::__construct(): Invalid method as constructor
H A DReflectionClass_newInstanceWithoutConstructor.phpt29 … is an internal class that cannot be instantiated without invoking its constructor' in %sReflectio…
/PHP-5.5/ext/dom/tests/
H A DDOMComment_construct_basic_001.phpt2 DOMComment::__construct() with constructor called twice.
/PHP-5.5/ext/date/tests/
H A DDatePeriod_wrong_constructor.phpt13 …ht exception 'Exception' with message 'DatePeriod::__construct(): This constructor accepts either …
/PHP-5.5/ext/standard/tests/file/
H A Dbug38450_3.phpt2 Bug #38450 (constructor is not called for classes used in userspace stream wrappers)
11 var_dump("constructor!");
/PHP-5.5/ext/spl/tests/
H A Dspl_caching_iterator_constructor_flags.phpt2 SPL: CachingInterator constructor flag checks
H A Dspl_iterator_iterator_constructor.phpt2 SPL: IteratorInterator constructor checks
/PHP-5.5/Zend/tests/traits/
H A Dbug55554e.phpt2 Bug #55137 (Legacy constructor not registered for class)
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_statement_class.phpt41 // public constructor not allowed
61 // private constructor
71 // private constructor
124 …00]: General error: user-supplied statement class cannot have a public constructor in %s on line %d
/PHP-5.5/ext/mysqli/tests/
H A Dbug50772.phpt2 Bug #50772 (mysqli constructor without parameters does not return a working mysqli object)

Completed in 31 milliseconds

1234567