<?phpdefine('OCTAL_NUM1', 0500);define('OCTAL_NUM2', 0300);print OCTAL_NUM1;echo "\n";print OCTAL_NUM2; ?>
Anything starting from 0 is evaluated as an octal.
Previous Question Next Question
Your comments will be displayed only after manual approval.