Skip to content

Commit 4b93033

Browse files
committed
DEBUG fail + dump delay on 10+ secs
1 parent 8ca49a6 commit 4b93033

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

ext/oci8/tests/extauth_01.phpt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -127,43 +127,43 @@ var_dump($c);
127127
Test 1
128128

129129
Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in %s on line %d
130-
elapsed: %d secs
130+
elapsed: %c secs
131131
bool(false)
132132
bool(false)
133133
Test 2
134134

135135
Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in %s on line %d
136-
elapsed: %d secs
136+
elapsed: %c secs
137137
bool(false)
138138
bool(false)
139139
Test 3
140140

141141
Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in %s on line %d
142-
elapsed: %d secs
142+
elapsed: %c secs
143143
bool(false)
144144
bool(false)
145145
Test 4
146146

147147
Warning: oci_connect(): OCI_SYSDBA and OCI_SYSOPER cannot be used together in %s on line %d
148-
elapsed: %d secs
148+
elapsed: %c secs
149149
bool(false)
150150
bool(false)
151151
Test 5
152152

153153
Warning: oci_connect(): OCI_SYSDBA and OCI_SYSOPER cannot be used together in %s on line %d
154-
elapsed: %d secs
154+
elapsed: %c secs
155155
bool(false)
156156
bool(false)
157157
Test 6
158158

159159
Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in %s on line %d
160-
elapsed: %d secs
160+
elapsed: %c secs
161161
bool(false)
162162
bool(false)
163163
Test 7
164164

165165
Warning: oci_connect(): ORA-12154: %s in %s on line %d
166-
elapsed: %d secs
166+
elapsed: %c secs
167167
array(4) {
168168
["code"]=>
169169
int(12154)
@@ -178,7 +178,7 @@ bool(false)
178178
Test 8
179179

180180
Warning: oci_connect(): ORA-12154: %s in %s on line %d
181-
elapsed: %d secs
181+
elapsed: %c secs
182182
array(4) {
183183
["code"]=>
184184
int(12154)
@@ -193,7 +193,7 @@ bool(false)
193193
Test 9
194194

195195
Warning: oci_connect(): ORA-%d: TNS:%s in %s on line %d
196-
elapsed: %d secs
196+
elapsed: %c secs
197197
array(4) {
198198
["code"]=>
199199
int(%d)
@@ -208,7 +208,7 @@ bool(false)
208208
Test 10
209209

210210
Warning: oci_connect(): ORA-%d: TNS:%s in %s on line %d
211-
elapsed: %d secs
211+
elapsed: %c secs
212212
array(4) {
213213
["code"]=>
214214
int(%d)

ext/oci8/tests/extauth_02.phpt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -127,43 +127,43 @@ var_dump($c);
127127
Test 1
128128

129129
Warning: oci_new_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in %s on line %d
130-
elapsed: %d secs
130+
elapsed: %c secs
131131
bool(false)
132132
bool(false)
133133
Test 2
134134

135135
Warning: oci_new_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in %s on line %d
136-
elapsed: %d secs
136+
elapsed: %c secs
137137
bool(false)
138138
bool(false)
139139
Test 3
140140

141141
Warning: oci_new_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in %s on line %d
142-
elapsed: %d secs
142+
elapsed: %c secs
143143
bool(false)
144144
bool(false)
145145
Test 4
146146

147147
Warning: oci_new_connect(): OCI_SYSDBA and OCI_SYSOPER cannot be used together in %s on line %d
148-
elapsed: %d secs
148+
elapsed: %c secs
149149
bool(false)
150150
bool(false)
151151
Test 5
152152

153153
Warning: oci_new_connect(): OCI_SYSDBA and OCI_SYSOPER cannot be used together in %s on line %d
154-
elapsed: %d secs
154+
elapsed: %c secs
155155
bool(false)
156156
bool(false)
157157
Test 6
158158

159159
Warning: oci_new_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in %s on line %d
160-
elapsed: %d secs
160+
elapsed: %c secs
161161
bool(false)
162162
bool(false)
163163
Test 7
164164

165165
Warning: oci_new_connect(): ORA-12154: %s in %s on line %d
166-
elapsed: %d secs
166+
elapsed: %c secs
167167
array(4) {
168168
["code"]=>
169169
int(12154)
@@ -178,7 +178,7 @@ bool(false)
178178
Test 8
179179

180180
Warning: oci_new_connect(): ORA-12154: %s in %s on line %d
181-
elapsed: %d secs
181+
elapsed: %c secs
182182
array(4) {
183183
["code"]=>
184184
int(12154)
@@ -193,7 +193,7 @@ bool(false)
193193
Test 9
194194

195195
Warning: oci_new_connect(): ORA-%d: TNS:%s %s on line %d
196-
elapsed: %d secs
196+
elapsed: %c secs
197197
array(4) {
198198
["code"]=>
199199
int(%d)
@@ -208,7 +208,7 @@ bool(false)
208208
Test 10
209209

210210
Warning: oci_new_connect(): ORA-%d: TNS:%s %s on line %d
211-
elapsed: %d secs
211+
elapsed: %c secs
212212
array(4) {
213213
["code"]=>
214214
int(%d)

ext/oci8/tests/extauth_03.phpt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -127,43 +127,43 @@ var_dump($c);
127127
Test 1
128128

129129
Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in %s on line %d
130-
elapsed: %d secs
130+
elapsed: %c secs
131131
bool(false)
132132
bool(false)
133133
Test 2
134134

135135
Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in %s on line %d
136-
elapsed: %d secs
136+
elapsed: %c secs
137137
bool(false)
138138
bool(false)
139139
Test 3
140140

141141
Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in %s on line %d
142-
elapsed: %d secs
142+
elapsed: %c secs
143143
bool(false)
144144
bool(false)
145145
Test 4
146146

147147
Warning: oci_pconnect(): OCI_SYSDBA and OCI_SYSOPER cannot be used together in %s on line %d
148-
elapsed: %d secs
148+
elapsed: %c secs
149149
bool(false)
150150
bool(false)
151151
Test 5
152152

153153
Warning: oci_pconnect(): OCI_SYSDBA and OCI_SYSOPER cannot be used together in %s on line %d
154-
elapsed: %d secs
154+
elapsed: %c secs
155155
bool(false)
156156
bool(false)
157157
Test 6
158158

159159
Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in %s on line %d
160-
elapsed: %d secs
160+
elapsed: %c secs
161161
bool(false)
162162
bool(false)
163163
Test 7
164164

165165
Warning: oci_pconnect(): ORA-12154: %s in %s on line %d
166-
elapsed: %d secs
166+
elapsed: %c secs
167167
array(4) {
168168
["code"]=>
169169
int(12154)
@@ -178,7 +178,7 @@ bool(false)
178178
Test 8
179179

180180
Warning: oci_pconnect(): ORA-12154: %s in %s on line %d
181-
elapsed: %d secs
181+
elapsed: %c secs
182182
array(4) {
183183
["code"]=>
184184
int(12154)
@@ -193,7 +193,7 @@ bool(false)
193193
Test 9
194194

195195
Warning: oci_pconnect(): ORA-%d: TNS:%s in %s on line %d
196-
elapsed: %d secs
196+
elapsed: %c secs
197197
array(4) {
198198
["code"]=>
199199
int(%d)
@@ -208,7 +208,7 @@ bool(false)
208208
Test 10
209209

210210
Warning: oci_pconnect(): ORA-%d: TNS:%s in %s on line %d
211-
elapsed: %d secs
211+
elapsed: %c secs
212212
array(4) {
213213
["code"]=>
214214
int(%d)

0 commit comments

Comments
 (0)