Jupyter-PHP-Installer icon indicating copy to clipboard operation
Jupyter-PHP-Installer copied to clipboard

use & result is wrong

Open wwwhfff opened this issue 6 years ago • 1 comments
trafficstars

$a=7; $b=&$a; $a=5; echo $b; this demo i just learn from book,the result should be 5, but the actual result is 7 in jupyter notebook;

wwwhfff avatar Nov 23 '19 08:11 wwwhfff

image

tina4stack avatar Oct 02 '21 03:10 tina4stack