Skip to content

Commit

Permalink
Consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Dec 31, 2001
1 parent cc121ad commit 7c2fef7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Zend/ZEND_CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,7 @@ Changes in the Zend Engine 2.0
Example:

<?php
function my_function(&$var = null)
{
function my_function(&$var = null) {
if ($var === null) {
die('$var needs to have a value');
}
Expand Down

0 comments on commit 7c2fef7

Please sign in to comment.