Created
June 26, 2013 16:04
-
-
Save idlecool/5868724 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@checker:/opt/checker/testcases# phpunit checkerAlive.php | |
| PHP Fatal error: Call-time pass-by-reference has been removed in /opt/checker/testcases/checkerAlive.php on line 131 | |
| PHP Stack trace: | |
| PHP 1. {main}() /usr/bin/phpunit:0 | |
| PHP 2. PHPUnit_TextUI_Command::main() /usr/bin/phpunit:46 | |
| PHP 3. PHPUnit_TextUI_Command->run() /usr/share/php/PHPUnit/TextUI/Command.php:130 | |
| PHP 4. PHPUnit_Runner_BaseTestRunner->getTest() /usr/share/php/PHPUnit/TextUI/Command.php:150 | |
| PHP 5. PHPUnit_Runner_BaseTestRunner->loadSuiteClass() /usr/share/php/PHPUnit/Runner/BaseTestRunner.php:104 | |
| PHP 6. PHPUnit_Runner_StandardTestSuiteLoader->load() /usr/share/php/PHPUnit/Runner/BaseTestRunner.php:168 | |
| PHP 7. PHPUnit_Util_Fileloader::checkAndLoad() /usr/share/php/PHPUnit/Runner/StandardTestSuiteLoader.php:78 | |
| PHP 8. PHPUnit_Util_Fileloader::load() /usr/share/php/PHPUnit/Util/Fileloader.php:79 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment