--- embedaddon/php/ext/pgsql/tests/10pg_convert.phpt 2012/02/21 23:47:59 1.1.1.1 +++ embedaddon/php/ext/pgsql/tests/10pg_convert.phpt 2013/10/14 08:02:28 1.1.1.2 @@ -3,7 +3,7 @@ PostgreSQL pg_convert() --SKIPIF-- ='); +skip_bytea_not_escape(); ?> --FILE-- --EXPECT-- array(3) { - ["num"]=> + [""num""]=> string(4) "1234" - ["str"]=> - string(5) "'AAA'" - ["bin"]=> - string(5) "'BBB'" -} + [""str""]=> + string(6) "E'AAA'" + [""bin""]=> + string(6) "E'BBB'" +} \ No newline at end of file