We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7173308 commit cceaaceCopy full SHA for cceaace
1 file changed
reference/var/functions/intval.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- $Revision$ -->
3
-<!-- EN-Revision: 18c4f78a828232c909056490ccf0a858d002e6ef Maintainer: yannick Status: ready -->
+<!-- EN-Revision: ec0d6933217236658dd6615c0b2293e1469fd851 Maintainer: yannick Status: ready -->
4
<!-- Reviewed: no -->
5
<refentry xml:id="function.intval" xmlns="http://docbook.org/ns/docbook">
6
<refnamediv>
@@ -137,7 +137,7 @@
137
<![CDATA[
138
<?php
139
echo intval(42); // 42
140
-echo intval(4.2); // 4
+echo intval(4.7); // 4
141
echo intval('42'); // 42
142
echo intval('+42'); // 42
143
echo intval('-42'); // -42
0 commit comments