reference/calendar/functions/cal-days-in-month.xml
87d952ec1b0a2ea00c629378edbbcda43799e6e2
...
...
@@ -68,8 +68,8 @@
68
68
<programlisting role="php">
69
69
<![CDATA[
70
70
<?php
71
-
$num = cal_days_in_month(CAL_GREGORIAN, 8, 2003); // 31
72
-
echo "There was $num days in August 2003";
71
+
$number = cal_days_in_month(CAL_GREGORIAN, 8, 2003); // 31
72
+
echo "There were {$number} days in August 2003";
73
73
?>
74
74
]]>
75
75
</programlisting>
76
76