Fix Examples/php/pointer to work with PHP 5.5
With this, all examples work with PHP 5.5 for me.
This commit is contained in:
parent
8be8b62d83
commit
227192f80a
3 changed files with 28 additions and 10 deletions
|
|
@ -15,7 +15,7 @@
|
|||
print " c = $c\n";
|
||||
|
||||
# Call the add() function wuth some pointers
|
||||
add(&$a,&$b,&$c);
|
||||
add($a,$b,$c);
|
||||
|
||||
print " $a + $b = $c\n";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue