function oauth_assert_handler in Lingotek Translation 7.4
Same name and namespace in other branches
- 7.7 lib/oauth-php/test/oauth_test.php \oauth_assert_handler()
- 7.2 lib/oauth-php/test/oauth_test.php \oauth_assert_handler()
- 7.3 lib/oauth-php/test/oauth_test.php \oauth_assert_handler()
- 7.5 lib/oauth-php/test/oauth_test.php \oauth_assert_handler()
- 7.6 lib/oauth-php/test/oauth_test.php \oauth_assert_handler()
1 string reference to 'oauth_assert_handler'
- oauth_test in lib/
oauth-php/ test/ oauth_test.php
File
- lib/
oauth-php/ test/ oauth_test.php, line 180
Code
function oauth_assert_handler($file, $line, $code) {
echo "\nAssertion failed in {$file}:{$line}\n {$code}\n\n";
}