Test: /ext/oci8/tests/connect_scope2.phpt - Version 7.3.2    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Warning: oci_new_connect(): ORA-12541: TNS:no listener in %s/connect_scope2.php on line 13
002+
003+ Warning: oci_parse() expects parameter 1 to be resource, bool given in /root/anything/php-7.3.2/ext/oci8/tests/details.inc on line 52
004+
005+ Warning: oci_error() expects parameter 1 to be resource, bool given in /root/anything/php-7.3.2/ext/oci8/tests/details.inc on line 54
006+ oci8_test_sql_execute() error:
007+ drop table connect_scope2_tab
008+
009+
010+ Warning: oci_parse() expects parameter 1 to be resource, bool given in /root/anything/php-7.3.2/ext/oci8/tests/details.inc on line 52
011+
012+ Warning: oci_error() expects parameter 1 to be resource, bool given in /root/anything/php-7.3.2/ext/oci8/tests/details.inc on line 54
013+ oci8_test_sql_execute() error:
014+ create table connect_scope2_tab (c1 number)
015+
016+ Test 1 - oci_pconnect
001- Test 1 - oci_pconnect
002- array(1) {
003- ["C1"]=>
004- array(0) {
005- }
006- }
007- array(1) {
008- ["C1"]=>
009- array(2) {
010- [0]=>
011- string(1) "1"
012- [1]=>
013- string(1) "1"
014- }
015- }
016- Done
017+
018+ Warning: oci_pconnect(): ORA-12541: TNS:no listener in %s/connect_scope2.php on line 28
019+
020+ Warning: oci_parse() expects parameter 1 to be resource, bool given in %s/connect_scope2.php on line 31
021+
022+ Warning: oci_execute() expects parameter 1 to be resource, null given in %s/connect_scope2.php on line 32
023+
024+ Warning: oci_parse() expects parameter 1 to be resource, bool given in %s/connect_scope2.php on line 40
025+
026+ Warning: oci_execute() expects parameter 1 to be resource, null given in %s/connect_scope2.php on line 41
027+
028+ Warning: oci_fetch_all() expects parameter 1 to be resource, null given in %s/connect_scope2.php on line 42
029+ NULL
030+
031+ Warning: oci_execute() expects parameter 1 to be resource, null given in %s/connect_scope2.php on line 46
032+
033+ Warning: oci_parse() expects parameter 1 to be resource, bool given in %s/connect_scope2.php on line 50
034+
035+ Warning: oci_execute() expects parameter 1 to be resource, null given in %s/connect_scope2.php on line 51
036+
037+ Warning: oci_fetch_all() expects parameter 1 to be resource, null given in %s/connect_scope2.php on line 52
038+ NULL
039+
040+ Warning: oci_parse() expects parameter 1 to be resource, bool given in /root/anything/php-7.3.2/ext/oci8/tests/details.inc on line 52
041+
042+ Warning: oci_error() expects parameter 1 to be resource, bool given in /root/anything/php-7.3.2/ext/oci8/tests/details.inc on line 54
043+ oci8_test_sql_execute() error:
044+ drop table connect_scope2_tab
045+
046+ Done