]> granicus.if.org Git - php/commit
MFH: prohibit arguments by ref in magic methods
authorAntony Dovgal <tony2001@php.net>
Fri, 31 Aug 2007 12:36:14 +0000 (12:36 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 31 Aug 2007 12:36:14 +0000 (12:36 +0000)
commit90d58d466880e16df63d0ebe00b4c4db60b01184
treeba293cebcdd924a4418117215f199e5949d8c15c
parent39bceffc4a318469c5333cfd5425b9e4aac196c6
MFH: prohibit arguments by ref in magic methods
Zend/tests/magic_by_ref_001.phpt [new file with mode: 0644]
Zend/tests/magic_by_ref_002.phpt [new file with mode: 0644]
Zend/tests/magic_by_ref_003.phpt [new file with mode: 0644]
Zend/tests/magic_by_ref_004.phpt [new file with mode: 0644]
Zend/tests/magic_by_ref_005.phpt [new file with mode: 0644]
Zend/tests/magic_by_ref_006.phpt [new file with mode: 0644]
Zend/tests/magic_by_ref_007.phpt [new file with mode: 0644]
Zend/tests/magic_by_ref_010.phpt [new file with mode: 0644]
Zend/zend_API.c