All  Arabic Brazilian Portuguese Bulgarian Chinese (Simplified) Chinese (Hong Kong Cantonese) Chinese (Traditional) Czech Danish Dutch Finnish French German Greek Hebrew Hungarian Italian Japanese Korean Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swedish Turkish English

check-references.php

This script tries to parse the PHP sources and compares the facts about function parameters (their count, types, optionally and the need of passing them as reference) with the documentation. Only easily parsable functions from Zend, extensions, PECL and SAPI sources are checked.

Used rules are not absolutely precise, they are rather heuristics. Thus not everything printed automatically denotes errors and sources should be always read by a human before modifying the documentation. If the sources correspond to the documentation and this script still produces error, function should be added to one of $difficult_* arrays defined in the beginning of this script.