Commit: 1164006fb7f5b6eb45e9b59d2dbc8a02b2ce66d8 Author: Christoph M. Becker <[email protected]> Thu, 5 Mar 2020 17:05:22 +0100 Parents: 233bf8ea03563de977372c0563a00b25e3718085 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=1164006fb7f5b6eb45e9b59d2dbc8a02b2ce66d8 Log: Add shortcut for Iterable Changed paths: M include/errors.inc Diff: diff --git a/include/errors.inc b/include/errors.inc index 81be8e800..368357899 100644 --- a/include/errors.inc +++ b/include/errors.inc @@ -431,6 +431,7 @@ $terms = array( 'include' => 'function.include.php', 'int' => 'language.types.integer.php', 'ip' => 'reserved.variables.server.php', + 'iterable' => 'language.types.iterable.php', 'juggling' => 'language.types.type-juggling.php', 'location' => 'function.header.php', 'mail' => 'function.mail.php', -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
