For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > August 2005 > cvs: phpdoc /scripts zendapi_protos.php









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /scripts zendapi_protos.php
Hartmut Holzgraefe

2005-08-28, 6:55 pm

hholzgra Sun Aug 28 09:15:14 2005 EDT

Modified files:
/phpdoc/scripts zendapi_protos.php
Log:
thinko fix


http://cvs.php.net/diff.php/phpdoc/...1.1&r2=1.2&ty=u
Index: phpdoc/scripts/zendapi_protos.php
diff -u phpdoc/scripts/zendapi_protos.php:1.1 phpdoc/scripts/zendapi_protos.php:1.2
--- phpdoc/scripts/zendapi_protos.php:1.1 Sun Aug 28 05:55:49 2005
+++ phpdoc/scripts/zendapi_protos.php Sun Aug 28 09:15:09 2005
@@ -45,7 +45,7 @@

echo '<?xml version="1.0" encoding="iso-8859-1"?>'."\n";
?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="zend-api.<?php echo str_replace("_","-",$function); ?>">
<refnamediv>
<refname><?php echo $function; ?></refname>
@@ -77,7 +77,7 @@
if (is_numeric($type)) $type = "";
?>
<varlistentry>
- <term><parameter><?php $name; ?></parameter></term>
+ <term><parameter><?php echo $name; ?></parameter></term>
<listitem>
<para>
...
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com