We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[2017-08-10 15:55:48] completer.INFO: processing application/Bootstrap.php [] [] [2017-08-10 15:55:48] completer.INFO: Traversing with 1 walkers [] [] [2017-08-10 15:55:48] completer.INFO: Parsing: [0.051778078079224]s [] [] [2017-08-10 15:55:48] completer.DEBUG: Processing 1 classes [] [] [2017-08-10 15:55:48] completer.DEBUG: Processing 0 interfaces [] [] [2017-08-10 15:55:48] completer.DEBUG: Processing 0 functions [] [] [2017-08-10 15:55:48] completer.DEBUG: Processing node Bootstrap [] [] [2017-08-10 15:55:48] completer.DEBUG: Indexing: [0.054563999176025]s [] [] [2017-08-10 15:55:48] completer.DEBUG: Memory: 53835096 [] [] [2017-08-10 15:55:48] completer.INFO: Progress: 3% [] [] [2017-08-10 15:55:48] completer.INFO: processing application/controllers/Cart.php [] [] [2017-08-10 15:55:48] completer.INFO: Traversing with 1 walkers [] [] [2017-08-10 15:55:48] completer.INFO: Parsing: [0.071152210235596]s [] [] [2017-08-10 15:55:48] completer.DEBUG: Processing 1 classes [] [] [2017-08-10 15:55:48] completer.DEBUG: Processing 0 interfaces [] [] [2017-08-10 15:55:48] completer.DEBUG: Processing 0 functions [] []
php -v PHP 5.6.30 (cli) (built: Mar 11 2017 09:56:27) Copyright (c) 1997-2016 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
The text was updated successfully, but these errors were encountered:
and what is the problem? 0 functions just mean you don't have functions in your php files, only classes
Sorry, something went wrong.
My English is very bad, I mean my php files have many functions , but padawan can't get them.
@chenping684 can u show example of such file?
@chenping684 If your functions are class methods, then they are not counted as functions. They are included in the Processing 1 classes line.
Processing 1 classes
No branches or pull requests
[2017-08-10 15:55:48] completer.INFO: processing application/Bootstrap.php [] []
[2017-08-10 15:55:48] completer.INFO: Traversing with 1 walkers [] []
[2017-08-10 15:55:48] completer.INFO: Parsing: [0.051778078079224]s [] []
[2017-08-10 15:55:48] completer.DEBUG: Processing 1 classes [] []
[2017-08-10 15:55:48] completer.DEBUG: Processing 0 interfaces [] []
[2017-08-10 15:55:48] completer.DEBUG: Processing 0 functions [] []
[2017-08-10 15:55:48] completer.DEBUG: Processing node Bootstrap [] []
[2017-08-10 15:55:48] completer.DEBUG: Indexing: [0.054563999176025]s [] []
[2017-08-10 15:55:48] completer.DEBUG: Memory: 53835096 [] []
[2017-08-10 15:55:48] completer.INFO: Progress: 3% [] []
[2017-08-10 15:55:48] completer.INFO: processing application/controllers/Cart.php [] []
[2017-08-10 15:55:48] completer.INFO: Traversing with 1 walkers [] []
[2017-08-10 15:55:48] completer.INFO: Parsing: [0.071152210235596]s [] []
[2017-08-10 15:55:48] completer.DEBUG: Processing 1 classes [] []
[2017-08-10 15:55:48] completer.DEBUG: Processing 0 interfaces [] []
[2017-08-10 15:55:48] completer.DEBUG: Processing 0 functions [] []
The text was updated successfully, but these errors were encountered: