mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
thinko fix to kill warnings
This commit is contained in:
parent
bd43d88905
commit
9b178b52ee
1 changed files with 2 additions and 2 deletions
|
@ -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 @@
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue