diff options
author | Xinchen Hui <laruence@php.net> | 2015-07-30 13:14:38 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2015-07-30 13:14:38 +0800 |
commit | a6b47e8d68e3ad69e66ad00fe6e394cd1244a0cb (patch) | |
tree | 2444713c09b1d448a57d5eb416138d9e408e4524 /ext/mysqli | |
parent | 3eabf2bf199c26d9d2f2ba97ff3a8850d713e9fb (diff) | |
parent | c55c7ef0ecb90dbd65715d51237d45968604af52 (diff) | |
download | php-git-a6b47e8d68e3ad69e66ad00fe6e394cd1244a0cb.tar.gz |
Merge branch 'zval_dump_consistent' of https://github.com/laruence/php-src
Diffstat (limited to 'ext/mysqli')
-rw-r--r-- | ext/mysqli/tests/mysqli_result_references.phpt | 16 | ||||
-rw-r--r-- | ext/mysqli/tests/mysqli_result_references_mysqlnd.phpt | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/ext/mysqli/tests/mysqli_result_references.phpt b/ext/mysqli/tests/mysqli_result_references.phpt index 6d80dc1000..8cf759cce6 100644 --- a/ext/mysqli/tests/mysqli_result_references.phpt +++ b/ext/mysqli/tests/mysqli_result_references.phpt @@ -85,48 +85,48 @@ array(7) refcount(2){ [0]=> array(2) refcount(1){ [%u|b%"id"]=> - long(1) + int(1) [%u|b%"label"]=> %unicode|string%(1) "a" refcount(%d) } [1]=> array(2) refcount(1){ [%u|b%"id"]=> - long(2) + int(2) [%u|b%"label"]=> %unicode|string%(1) "b" refcount(%d) } [2]=> array(2) refcount(1){ [%u|b%"id"]=> - long(1) + int(1) [%u|b%"label"]=> %unicode|string%(1) "a" refcount(%d) } [3]=> array(2) refcount(1){ [%u|b%"id"]=> - long(2) + int(2) [%u|b%"label"]=> %unicode|string%(1) "b" refcount(%d) } [4]=> array(3) refcount(1){ [%u|b%"id"]=> - &long(3) + &int(3) [%u|b%"label"]=> %unicode|string%(1) "a" refcount(%d) [%u|b%"id2"]=> - &long(3) + &int(3) } [5]=> array(3) refcount(1){ [%u|b%"id"]=> - &long(4) + &int(4) [%u|b%"label"]=> %unicode|string%(1) "b" refcount(%d) [%u|b%"id2"]=> - &long(4) + &int(4) } [6]=> &object(mysqli_result)#%d (5) refcount(%d){ diff --git a/ext/mysqli/tests/mysqli_result_references_mysqlnd.phpt b/ext/mysqli/tests/mysqli_result_references_mysqlnd.phpt index 60c5491b54..15a3f4563a 100644 --- a/ext/mysqli/tests/mysqli_result_references_mysqlnd.phpt +++ b/ext/mysqli/tests/mysqli_result_references_mysqlnd.phpt @@ -113,7 +113,7 @@ array(2) refcount(%d){ [%u|b%"id_copy"]=> %unicode|string%(1) "2" refcount(%d) [%u|b%"id_copy_mod"]=> - long(2) + int(2) } } done! |