mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Declare PDORow::queryString property
Relates GH-6742
This commit is contained in:
parent
1494e87bd0
commit
f15d52796e
5 changed files with 26 additions and 16 deletions
|
@ -45,6 +45,6 @@ object(PDOStatement)#%d (1) {
|
|||
string(23) "select 1 as queryString"
|
||||
object(PDORow)#%d (1) {
|
||||
["queryString"]=>
|
||||
int(1)
|
||||
string(23) "select 1 as queryString"
|
||||
}
|
||||
int(1)
|
||||
string(23) "select 1 as queryString"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue