Home
last modified time | relevance | path

Searched refs:__clone (Results 1 – 25 of 38) sorted by last modified time

12

/PHP-5.5/tests/classes/
H A Dfactory_and_singleton_007.phpt9 protected function __clone() {
20 Fatal error: Call to protected test::__clone() from context '' %sfactory_and_singleton_007.php on l…
H A Dfactory_and_singleton_008.phpt9 private function __clone() {
20 Fatal error: Call to private test::__clone() from context '' %sfactory_and_singleton_008.php on lin…
H A Dclone_002.phpt11 public function __clone() {
H A Dclone_003.phpt14 public function __clone() {
23 public function __clone() {
H A Dclone_004.phpt9 private function __clone() {}
16 public function __clone() {}
H A Dclone_005.phpt9 final private function __clone() {}
14 public function __clone() {}
19 Fatal error: Cannot override final method base::__clone() in %sclone_005.php on line %d
H A Dclone_006.phpt17 function __clone() {
/PHP-5.5/sapi/cli/tests/
H A D005.phpt65 Method [ <internal:Core> final private method __clone ] {
/PHP-5.5/ext/spl/internal/
H A Dfilteriterator.inc102 * hidden __clone
104 protected function __clone() {
/PHP-5.5/ext/spl/
H A Dspl.php277 final private function __clone() {} function in Exception
/PHP-5.5/ext/spl/examples/
H A Dkeyfilter.inc56 * hidden __clone
58 protected function __clone()
/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_getModifiers_basic.phpt39 public function __clone() {}
64 public function __clone();
117 Modifiers for method TestClass::__clone():
185 Modifiers for method TestClass::__clone():
229 Modifiers for method TestInterface::__clone():
H A DReflectionClass_toString_001.phpt38 Method [ <internal:Reflection> final private method __clone ] {
H A DReflectionClass_isCloneable_001.phpt20 private function __clone() {
24 print "User class - private __clone\n";
58 User class - private __clone
H A D001.phpt24 'UMLClass::__clone',
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1505 ZEND_METHOD(reflection, __clone) in ZEND_METHOD() argument
5716 ZEND_ME(reflection, __clone, arginfo_reflection__void, ZEND_ACC_PRIVATE|ZEND_ACC_FINAL)
5881 ZEND_ME(reflection, __clone, arginfo_reflection__void, ZEND_ACC_PRIVATE|ZEND_ACC_FINAL)
5976 ZEND_ME(reflection, __clone, arginfo_reflection__void, ZEND_ACC_PRIVATE|ZEND_ACC_FINAL)
6007 ZEND_ME(reflection, __clone, arginfo_reflection__void, ZEND_ACC_PRIVATE|ZEND_ACC_FINAL)
6039 ZEND_ME(reflection, __clone, arginfo_reflection__void, ZEND_ACC_PRIVATE|ZEND_ACC_FINAL)
6062 ZEND_ME(reflection, __clone, arginfo_reflection__void, ZEND_ACC_PRIVATE|ZEND_ACC_FINAL)
/PHP-5.5/ext/date/tests/
H A DDateTime_clone_basic4.phpt2 Test clone of DateTime derived objects with __clone magic method
12 public function __clone() {
13 echo "-- DateTimeExt1 __clone magic method called --\n";
17 echo "*** Testing clone of objects derived from DateTime class with __clone magic method***\n";
28 *** Testing clone of objects derived from DateTime class with __clone magic method***
29 -- DateTimeExt1 __clone magic method called --
H A DDateTimeZone_clone_basic4.phpt2 Test clone of DateTimeZone derived objects with __clone magic method
9 public function __clone() {
10 echo "-- DateTimeExt1 __clone magic method called --\n";
14 echo "*** Testing clone of objects derived from DateTimeZone class with __clone magic method***\n";
25 *** Testing clone of objects derived from DateTimeZone class with __clone magic method***
26 -- DateTimeExt1 __clone magic method called --
/PHP-5.5/Zend/
H A Dzend_exceptions.c185 ZEND_METHOD(exception, __clone) in ZEND_METHOD() argument
756 ZEND_ME(exception, __clone, NULL, ZEND_ACC_PRIVATE|ZEND_ACC_FINAL)
/PHP-5.5/Zend/tests/
H A Dzend2.php.txt189 Example 7: __clone()
201 function __clone()
219 $obj = $obj->__clone();
H A Dmagic_methods_001.phpt16 function __clone() {
H A Derrmsg_014.phpt2 errmsg: cannot call __clone() method on objects
7 function __clone() {
12 $t->__clone();
17 Fatal error: Cannot call __clone() method on objects - use 'clone $obj' instead in %s on line %d
H A Derrmsg_015.phpt2 errmsg: __clone() cannot accept any arguments
7 function __clone($var) {
14 Fatal error: Method test::__clone() cannot accept any arguments in %s on line %d
/PHP-5.5/Zend/tests/traits/
H A Dmethods_001.phpt19 public function __clone() {
39 string(7) "__clone"
H A Dmethods_002.phpt7 public function __clone() {
13 public function __clone() {
28 Fatal error: Trait method __clone has not been applied, because there are collisions with other tra…

Completed in 49 milliseconds

12