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
Copy file name to clipboardExpand all lines: ext/dba/tests/dba_cdb_001.phpt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -77,13 +77,13 @@ bool(true)
77
77
bool(true)
78
78
Test 1
79
79
80
-
Warning: dba_open(): Driver initialization failed for handler: cdb: Update operations are not supported for path %stest0.dbm with mode c in %sdba_cdb_001.php on line %d
80
+
Warning: dba_open(): Driver initialization failed for handler: cdb: Update operations are not supported for path "%stest0.dbm" with mode c in %sdba_cdb_001.php on line %d
81
81
Failed to open DB
82
82
Test 2
83
83
84
84
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %sdba_cdb_001.php on line %d
85
85
Test 3
86
86
87
-
Warning: dba_open(): Driver initialization failed for handler: cdb: Update operations are not supported for path %stest0.dbm with mode w in %sdba_cdb_001.php on line %d
87
+
Warning: dba_open(): Driver initialization failed for handler: cdb: Update operations are not supported for path "%stest0.dbm" with mode w in %sdba_cdb_001.php on line %d
0 commit comments