rfc:mixin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rfc:mixin [2008/09/10 12:01] lsmithrfc:mixin [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 166: Line 166:
 The default php.ini would contain ~: The default php.ini would contain ~:
  
-mixin.security = true # default and CANNOT be changed using set_ini()+mixin.security = true # default and CANNOT be changed using ini_set()
  
 <code php> <code php>
-class_mixin('PHPUnit_Framework_Assert', 'MY_Assert_Methods'); // throws an E_FATAL Error+class_mixin('PHPUnit_Framework_Assert', 'MY_Assert_Methods'); // throws an E_ERROR
 </code> </code>
  
rfc/mixin.1221048119.txt.gz · Last modified: 2017/09/22 13:28 (external edit)