Skip to content

Commit a53e561

Browse files
committedJul 31, 2023
Remove unnecessary parentheses around language constructs in oci8
1 parent 193f879 commit a53e561

File tree

322 files changed

+712
-712
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

322 files changed

+712
-712
lines changed
 

‎ext/oci8/tests/array_bind_001.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ oci_bind_array_by_name() and invalid values 1
44
oci8
55
--SKIPIF--
66
<?php
7-
require_once('skipifconnectfailure.inc');
7+
require_once 'skipifconnectfailure.inc';
88
?>
99
--FILE--
1010
<?php

‎ext/oci8/tests/array_bind_002.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ oci_bind_array_by_name() and invalid values 2
44
oci8
55
--SKIPIF--
66
<?php
7-
require_once('skipifconnectfailure.inc');
7+
require_once 'skipifconnectfailure.inc';
88
?>
99
--FILE--
1010
<?php

0 commit comments

Comments
 (0)