/* {{{ property link_client_info_read */
static int link_client_info_read(mysqli_object *obj, zval *retval, bool quiet)
{
- CHECK_STATUS(MYSQLI_STATUS_INITIALIZED, quiet);
ZVAL_STRING(retval, MYSQL_SERVER_VERSION);
return SUCCESS;
echo $exception->getMessage() . "\n";
}
- try {
- $mysqli->client_info;
- } catch (Error $exception) {
- echo $exception->getMessage() . "\n";
- }
+ printf("mysqli->client_info = '%s'/%s\n", $mysqli->client_info, gettype($mysqli->client_info));
printf("mysqli->client_version = '%s'/%s\n", $mysqli->client_version, gettype($mysqli->client_version));
Class variables:
Property access is not allowed yet
-Property access is not allowed yet
+client_info = '%s'
client_version = '%s'
connect_errno = '%s'
connect_error = ''%s'
Object variables:
Property access is not allowed yet
-Property access is not allowed yet
+client_info = '%s'
client_version = '%s'
connect_errno = '%s'
connect_error = ''%s'
Magic, magic properties:
mysqli object is already closed
Property access is not allowed yet
-Property access is not allowed yet
+mysqli->client_info = '%s'/string
mysqli->client_version = '%d'/integer
mysqli object is already closed
mysqli object is already closed
Class variables:
Property access is not allowed yet
-Property access is not allowed yet
+client_info = '%s'
client_version = '%s'
connect_errno = '%s'
connect_error = '%s'
Object variables:
Property access is not allowed yet
-Property access is not allowed yet
+client_info = '%s'
client_version = '%s'
connect_errno = '%s'
connect_error = '%s'
Magic, magic properties:
mysqli object is already closed
Property access is not allowed yet
-Property access is not allowed yet
+mysqli->client_info = '%s'/string
mysqli->client_version = '%d'/integer
mysqli object is already closed
mysqli object is already closed