didou Tue Nov 25 13:15:51 2003 EDT
Modified files:
/phpdoc/en/reference/image/functions getimagesize.xml
Log:
bugfix for #26408
Index: phpdoc/en/reference/image/functions/getimagesize.xml
diff -u phpdoc/en/reference/image/functions/getimagesize.xml:1.20
phpdoc/en/reference/image/functions/getimagesize.xml:1.21
--- phpdoc/en/reference/image/functions/getimagesize.xml:1.20 Sat Aug 16 14:59:11
2003
+++ phpdoc/en/reference/image/functions/getimagesize.xml Tue Nov 25 13:15:50
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
<refentry id="function.getimagesize">
<refnamediv>
@@ -137,7 +137,7 @@
<programlisting role="php">
<![CDATA[
<?php
-$size = getimagesize ("testimg.jpg",&$info);
+$size = getimagesize("testimg.jpg", $info);
if (isset ($info["APP13"])) {
$iptc = iptcparse ($info["APP13"]);
var_dump ($iptc);