For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > January 2006 > 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

2006-01-14, 7:56 am

hholzgra Sat Jan 14 11:46:14 2006 UTC

Modified files:
/phpdoc/scripts zendapi_protos.php
Log:
more whitespace


http://cvs.php.net/viewcvs.cgi/phpd...1&diff_format=u
Index: phpdoc/scripts/zendapi_protos.php
diff -u phpdoc/scripts/zendapi_protos.php:1.10 phpdoc/scripts/zendapi_protos.php:1.11
--- phpdoc/scripts/zendapi_protos.php:1.10 Sat Jan 14 11:40:43 2006
+++ phpdoc/scripts/zendapi_protos.php Sat Jan 14 11:46:14 2006
@@ -6,7 +6,8 @@
"zend_objects_API.h",
"zend_hash.h",
"zend_list.h",
- "zend_variables.h");
+ "zend_variables.h",
+ "zend_unicode.h");

$functions_dir = "../en/internals/zendapi/functions/";

@@ -86,9 +87,9 @@
<methodsynopsis>
<type><?php echo $return_type; ?></type><methodname><?php echo $function; ?></methodname>
<?php
- foreach($params as $param) {
- echo " <methodparam><type>$param[type]</type><parameter>$param[name]</parameter></methodparam>\n";
- }
+ foreach($params as $param) {
+ echo " <methodparam><type>$param[type]</type><parameter>$param[name]</parameter></methodparam>\n";
+ }
?>
</methodsynopsis>
<para>
@@ -101,7 +102,7 @@
<para>
<variablelist>
<?php
- foreach($params as $param) {
+ foreach($params as $param) {
?>
<varlistentry>
<term><parameter><?php echo $param["name"]; ?></parameter></term>
@@ -112,7 +113,7 @@
</listitem>
</varlistentry>
<?php
- }
+ }
?>
</variablelist>
</para>
@@ -149,7 +150,7 @@
-->
<?php

- file_put_contents($functions_dir."/".$function.".xml", ob_get_clean());
+ file_put_contents($functions_dir."/".$function.".xml", ob_get_clean());
}

}
Sponsored Links







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

Copyright 2008 codecomments.com