Ticket #48564: 48564.diff
File 48564.diff, 533 bytes (added by , 5 years ago) |
---|
-
tests/phpunit/tests/actions.php
164 164 $val = new stdClass; 165 165 166 166 add_action( $tag, array( &$a, 'action' ) ); 167 // Ñall the action with PHP 4 notation for passing object by reference.167 // Call the action with PHP 4 notation for passing object by reference. 168 168 do_action( $tag, array( &$val ) ); 169 169 170 170 $call_count = $a->get_call_count();