You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
string(1) "3"
PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'PDO' does not have a method 'run' in /usr/home/demo/thebestpdowrapper.php on line 32
Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'PDO' does not have a method 'run' in /usr/home/demo/thebestpdowrapper.php on line 32
PHP Fatal error: Uncaught Error: Call to a member function fetch() on null in /usr/home/demo/test.php:18
Stack trace:
#0 {main}
thrown in /usr/home/demo/test.php on line 18
Fatal error: Uncaught Error: Call to a member function fetch() on null in /usr/home/demo/test.php:18
Stack trace:
#0 {main}
thrown in /usr/home/demo/test.php on line 18
The text was updated successfully, but these errors were encountered:
Running colsharpnel/thebestpdowrapper against the example located at the examples page (https://phpdelusions.net/pdo/pdo_wrapper#samples) yields the following:
string(1) "3"
PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'PDO' does not have a method 'run' in /usr/home/demo/thebestpdowrapper.php on line 32
Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'PDO' does not have a method 'run' in /usr/home/demo/thebestpdowrapper.php on line 32
PHP Fatal error: Uncaught Error: Call to a member function fetch() on null in /usr/home/demo/test.php:18
Stack trace:
#0 {main}
thrown in /usr/home/demo/test.php on line 18
Fatal error: Uncaught Error: Call to a member function fetch() on null in /usr/home/demo/test.php:18
Stack trace:
#0 {main}
thrown in /usr/home/demo/test.php on line 18
The text was updated successfully, but these errors were encountered: