summaryrefslogtreecommitdiff
path: root/scripts/ext_skel_ng/php_constant.php
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2003-03-15 22:37:03 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2003-03-15 22:37:03 +0000
commit9b178b52eee59129d2cebd92eb4a2cbfd6c36e2c (patch)
tree40c91abbf430a2383181fe68fb309cf2763d6054 /scripts/ext_skel_ng/php_constant.php
parentbd43d8890525f1dcb3be55e77580418a9b3763e1 (diff)
downloadphp-git-9b178b52eee59129d2cebd92eb4a2cbfd6c36e2c.tar.gz
thinko fix to kill warnings
Diffstat (limited to 'scripts/ext_skel_ng/php_constant.php')
-rw-r--r--scripts/ext_skel_ng/php_constant.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ext_skel_ng/php_constant.php b/scripts/ext_skel_ng/php_constant.php
index fd1ac36352..c1db564b73 100644
--- a/scripts/ext_skel_ng/php_constant.php
+++ b/scripts/ext_skel_ng/php_constant.php
@@ -25,7 +25,7 @@
return trim("
<row>
<entry>
- <constant id='constant".strtolower(str_replace("_","-",$this->name))."'>$name</constant>
+ <constant id='constant".strtolower(str_replace("_","-",$this->name))."'>{$this->name}</constant>
(<link linkend='language.types.integer'>integer</link>)
</entry>
<entry>{$this->value}</entry>
@@ -35,4 +35,4 @@
}
}
-?> \ No newline at end of file
+?>