mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed bug #71267: include/require only on php4/5 not on php7
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338401 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
717ac3060f
commit
d30e7af5ed
1 changed files with 23 additions and 23 deletions
|
@ -5,29 +5,29 @@
|
|||
-->
|
||||
|
||||
<versions>
|
||||
<function name='include' from='PHP 4, PHP 5'/>
|
||||
<function name='include_once' from='PHP 4, PHP 5'/>
|
||||
<function name='require' from='PHP 4, PHP 5'/>
|
||||
<function name='require_once' from='PHP 4, PHP 5'/>
|
||||
<function name='control-structures.alternative-syntax' from='PHP 4, PHP 5'/>
|
||||
<function name='foreach' from='PHP 4, PHP 5'/>
|
||||
<function name='foreach.list' from='PHP 5 >= 5.5.0'/>
|
||||
<function name='continue' from='PHP 4, PHP 5'/>
|
||||
<function name='switch' from='PHP 4, PHP 5'/>
|
||||
<function name='for' from='PHP 4, PHP 5'/>
|
||||
<function name='require' from='PHP 4, PHP 5'/>
|
||||
<function name='goto' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='elseif' from='PHP 4, PHP 5'/>
|
||||
<function name='dowhile' from='PHP 4, PHP 5'/>
|
||||
<function name='include' from='PHP 4, PHP 5'/>
|
||||
<function name='declare' from='PHP 4, PHP 5'/>
|
||||
<function name='if' from='PHP 4, PHP 5'/>
|
||||
<function name='while' from='PHP 4, PHP 5'/>
|
||||
<function name='include_once' from='PHP 4, PHP 5'/>
|
||||
<function name='require_once' from='PHP 4, PHP 5'/>
|
||||
<function name='return' from='PHP 4, PHP 5'/>
|
||||
<function name='else' from='PHP 4, PHP 5'/>
|
||||
<function name='break' from='PHP 4, PHP 5'/>
|
||||
<function name='include' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='include_once' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='require' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='require_once' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='control-structures.alternative-syntax' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='foreach' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='foreach.list' from='PHP 5 >= 5.5.0, PHP 7'/>
|
||||
<function name='continue' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='switch' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='for' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='require' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='goto' from='PHP 5 >= 5.3.0, PHP 7'/>
|
||||
<function name='elseif' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='dowhile' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='include' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='declare' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='if' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='while' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='include_once' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='require_once' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='return' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='else' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='break' from='PHP 4, PHP 5, PHP 7'/>
|
||||
</versions>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue