You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pg_query($db, "DROP TABLE IF EXISTS {$table_name}");
76
76
?>
77
-
--EXPECT--
77
+
--EXPECTF--
78
+
Deprecated: Calling pg_field_prtlen() with 2 arguments is deprecated, use the 3-parameter signature with a null $row parameter instead in %s on line %d
79
+
80
+
Deprecated: Calling pg_field_is_null() with 2 arguments is deprecated, use the 3-parameter signature with a null $row parameter instead in %s on line %d
pg_query($db, "DROP TABLE IF EXISTS {$table_name}");
116
116
?>
117
-
--EXPECT--
117
+
--EXPECTF--
118
+
Deprecated: Calling pg_field_prtlen() with 2 arguments is deprecated, use the 3-parameter signature with a null $row parameter instead in %s on line %d
119
+
120
+
Deprecated: Calling pg_field_is_null() with 2 arguments is deprecated, use the 3-parameter signature with a null $row parameter instead in %s on line %d
Deprecated: Calling pg_fetch_result() with 2 arguments is deprecated, use the 3-parameter signature with a null $row parameter instead in %s on line %d
47
48
string(24) "\001\003\252\000\010\022"
48
49
string(12) "0103aa000812"
50
+
51
+
Deprecated: Calling pg_fetch_result() with 2 arguments is deprecated, use the 3-parameter signature with a null $row parameter instead in %s on line %d
0 commit comments