mirror of https://github.com/php/php-src
Browse Source
# When a static class function is being called then we first look for the # class with name unchanged. If the class is then not available it the # method can never be callable, thus we return 0. If the class is available # the lowercased name will be broken up into class and function and 1 is # being returned.PHP-5.1
1 changed files with 16 additions and 8 deletions
Loading…
Reference in new issue