Last active
December 16, 2022 16:36
-
-
Save GitHub30/e1e4e50d854604d5062bb7cd9232ca82 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
<?php | |
var_dump(PDO::MYSQL_ATTR_MAX_BUFFER_SIZE); |
Author
GitHub30
commented
Dec 16, 2022
•
php MYSQL_ATTR_MAX_BUFFER_SIZE.php
$ php MYSQL_ATTR_MAX_BUFFER_SIZE.php
PHP Fatal error: Uncaught Error: Undefined class constant 'MYSQL_ATTR_MAX_BUFFER_SIZE' in /home/funaox/MYSQL_ATTR_MAX_BUFFER_SIZE.php:3
Stack trace:
#0 {main}
thrown in /home/funaox/MYSQL_ATTR_MAX_BUFFER_SIZE.php on line 3
Fatal error: Uncaught Error: Undefined class constant 'MYSQL_ATTR_MAX_BUFFER_SIZE' in /home/funaox/MYSQL_ATTR_MAX_BUFFER_SIZE.php:3
Stack trace:
#0 {main}
thrown in /home/funaox/MYSQL_ATTR_MAX_BUFFER_SIZE.php on line 3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment