]> granicus.if.org Git - php/commitdiff
Sync EXPECT usage with PHP-7.3
authorChristopher Jones <sixd@php.net>
Mon, 24 Sep 2018 05:59:52 +0000 (15:59 +1000)
committerChristopher Jones <sixd@php.net>
Mon, 24 Sep 2018 05:59:52 +0000 (15:59 +1000)
91 files changed:
ext/oci8/tests/array_bind_005.phpt
ext/oci8/tests/array_bind_014.phpt
ext/oci8/tests/b47243_1.phpt
ext/oci8/tests/b47243_2.phpt
ext/oci8/tests/b47243_3.phpt
ext/oci8/tests/bind_boolean_1.phpt
ext/oci8/tests/bind_char_3.phpt
ext/oci8/tests/bind_char_3_11gR1.phpt
ext/oci8/tests/bind_char_4.phpt
ext/oci8/tests/bind_char_4_11gR1.phpt
ext/oci8/tests/bind_empty.phpt
ext/oci8/tests/bind_misccoltypes.phpt
ext/oci8/tests/bind_query.phpt
ext/oci8/tests/bind_sqltafc.phpt
ext/oci8/tests/bind_sqltchr_1.phpt
ext/oci8/tests/bind_sqltchr_2.phpt
ext/oci8/tests/bind_sqltint.phpt
ext/oci8/tests/bug27303_3.phpt
ext/oci8/tests/bug37581.phpt
ext/oci8/tests/bug38161.phpt
ext/oci8/tests/bug40078.phpt
ext/oci8/tests/bug42496_1.phpt
ext/oci8/tests/bug42496_2.phpt
ext/oci8/tests/bug46994.phpt
ext/oci8/tests/bug47281.phpt
ext/oci8/tests/bug47281_tt.phpt
ext/oci8/tests/bug68298.phpt
ext/oci8/tests/bug70700.phpt
ext/oci8/tests/bug71422.phpt
ext/oci8/tests/bug74625.phpt
ext/oci8/tests/close.phpt
ext/oci8/tests/coll_019.phpt
ext/oci8/tests/commit_001.phpt
ext/oci8/tests/conn_attr_5.phpt
ext/oci8/tests/connect_scope1.phpt
ext/oci8/tests/connect_scope2.phpt
ext/oci8/tests/db_op_1.phpt
ext/oci8/tests/db_op_2.phpt
ext/oci8/tests/dbmsoutput.phpt
ext/oci8/tests/define5.phpt
ext/oci8/tests/define_old.phpt
ext/oci8/tests/details.inc
ext/oci8/tests/drcp_connection_class.phpt
ext/oci8/tests/drcp_functions.inc
ext/oci8/tests/dupcolnames.phpt
ext/oci8/tests/error_set.phpt
ext/oci8/tests/fetch.phpt
ext/oci8/tests/fetch_all1.phpt
ext/oci8/tests/fetch_all3.phpt
ext/oci8/tests/fetch_all4.phpt
ext/oci8/tests/fetch_all5.phpt
ext/oci8/tests/fetch_into.phpt
ext/oci8/tests/fetch_row.phpt
ext/oci8/tests/imp_res_2.phpt
ext/oci8/tests/imp_res_3.phpt
ext/oci8/tests/imp_res_7.phpt
ext/oci8/tests/imp_res_cancel.phpt
ext/oci8/tests/imp_res_cursor.phpt
ext/oci8/tests/imp_res_dbmsoutput.phpt
ext/oci8/tests/imp_res_field.phpt
ext/oci8/tests/imp_res_get_1.phpt
ext/oci8/tests/imp_res_get_2.phpt
ext/oci8/tests/imp_res_get_3.phpt
ext/oci8/tests/imp_res_get_5.phpt
ext/oci8/tests/imp_res_get_all.phpt
ext/oci8/tests/imp_res_get_cancel.phpt
ext/oci8/tests/imp_res_get_close_3.phpt
ext/oci8/tests/imp_res_get_cursor.phpt
ext/oci8/tests/imp_res_get_dbmsoutput.phpt
ext/oci8/tests/imp_res_get_exec.phpt
ext/oci8/tests/imp_res_get_none.phpt
ext/oci8/tests/imp_res_insert.phpt
ext/oci8/tests/imp_res_lob.phpt
ext/oci8/tests/imp_res_prefetch.phpt
ext/oci8/tests/ini_1.phpt
ext/oci8/tests/lob_018.phpt
ext/oci8/tests/lob_029.phpt
ext/oci8/tests/lob_030.phpt
ext/oci8/tests/lob_031.phpt
ext/oci8/tests/lob_043.phpt
ext/oci8/tests/lob_044.phpt
ext/oci8/tests/lob_null.phpt
ext/oci8/tests/lob_temp.phpt
ext/oci8/tests/lob_temp1.phpt
ext/oci8/tests/lob_temp2.phpt
ext/oci8/tests/minfo.phpt
ext/oci8/tests/privileged_connect.phpt
ext/oci8/tests/privileged_connect1.phpt
ext/oci8/tests/statement_type.phpt
ext/oci8/tests/testping.phpt
ext/oci8/tests/uncommitted.phpt

index 7aa87ec8e5e2c987bbd61135b865800709cfe99d..31d368d661c177fc082beba5445dbb931a34e99d 100644 (file)
@@ -61,7 +61,7 @@ var_dump($array);
 
 echo "Done\n";
 ?>
---EXPECTF--    
+--EXPECT--     
 array(5) {
   [0]=>
   string(0) ""
index 51346263a3c96939348c2b11020f54681c15967a..8a88aff33be0b2e7e579cef01e4624290a220e37 100644 (file)
@@ -60,7 +60,7 @@ var_dump($array);
 
 echo "Done\n";
 ?>
---EXPECTF--    
+--EXPECT--     
 array(5) {
   [0]=>
   int(5)
index f6f348e4450b7d55a029d1464345dd4262972b9c..711c3f79c95a869bb08c2a4b7cc599646221c244 100644 (file)
@@ -21,5 +21,5 @@ oci_fetch_all($s, $r);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 ===DONE===
index 7481d858c04e1eec67b6ebc4a60188c07d3356c6..0a71760b60443315e4e3b642fe245dec6eeaff96 100644 (file)
@@ -22,5 +22,5 @@ oci_free_statement($s);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 ===DONE===
index 3d597cc388f755fb4d3412c80b79d94cddc0d8a2..20e94b7676ffebd4c0627e70a9ba7c2b3e53f338 100644 (file)
@@ -23,5 +23,5 @@ oci_close($c);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 ===DONE===
index a080e7d7f72f96d18fc8a7351e45dd2ad23e330b..35da536c05660d1437f01b450b653e266cb7c3c4 100644 (file)
@@ -102,7 +102,7 @@ var_dump($b1, $b2);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
 bool(true)
 bool(false)
index 9ff09551afe9445607de7e4de939b0f454a0546a..8c86d4dfae4c7b41498a3d6af235aa6a2b35ba08 100644 (file)
@@ -243,7 +243,7 @@ oci8_test_sql_execute($c, $stmtarray);
 echo "Done\n";
 
 ?>
---EXPECTF--
+--EXPECT--
 Test 1.1 In Length: default.  In Type: default.  Out Length: default.          Out Type: default
   Executing:
     Oci_execute error ORA-6502
index 8d4707fadd4fde82ab6c610ad083f40c13f0f9e1..4ab77c6a5c06e5abaa9954813b8b0763f4a3b43b 100644 (file)
@@ -243,7 +243,7 @@ oci8_test_sql_execute($c, $stmtarray);
 echo "Done\n";
 
 ?>
---EXPECTF--
+--EXPECT--
 Test 1.1 In Length: default.  In Type: default.  Out Length: default.          Out Type: default
   Executing:
     Oci_execute error ORA-6502
index fbc13b4a2546415e04fd3c695610be2c9d55686e..0e380ec5f082952c7a97615837d9f961c8fe65ee 100644 (file)
@@ -245,7 +245,7 @@ oci8_test_sql_execute($c, $stmtarray);
 echo "Done\n";
 
 ?>
---EXPECTF--
+--EXPECT--
 Test 1.1 In Length: default.  In Type: default.  Out Length: default.          Out Type: default
   Executing:
     Oci_execute error ORA-6502
index 96fcb1e51c7434a34c7f162bfb512c151401affb..cc1276181da0e9a76a6cea48f12789c2e4465e25 100644 (file)
@@ -245,7 +245,7 @@ oci8_test_sql_execute($c, $stmtarray);
 echo "Done\n";
 
 ?>
---EXPECTF--
+--EXPECT--
 Test 1.1 In Length: default.  In Type: default.  Out Length: default.          Out Type: default
   Executing:
     Oci_execute error ORA-6502
index 4c6c07e3c044fc55d7e3f2365e512dbd74fa1d99..90e7679371def30968b70e8dcaaf78ff0101524b 100644 (file)
@@ -91,7 +91,7 @@ $statement = oci_parse($c, $drop);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
 bool(true)
 Test 2
index 703bd28c2458d36742bc540f67f5a6e36097e9f8..cc2a269aee4e9f050c592eaf037625505539514a 100644 (file)
@@ -270,7 +270,7 @@ oci_close($c);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 TEST86 insert all ORATYPE values
 
 TEST87 SELECT all values using DEFINEs
index e4edc93299cfeef50acb03eff5f355cb0e72ca56..df1d0204cbf05f4ba8e591c7c317f200ddbe0325 100644 (file)
@@ -64,7 +64,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
 array(1) {
   [0]=>
index 8d2ce2ae61b3e9ba889240c15264c31574051553..8243851eb3edfb38e2b0da73c6da81bfc0095bac 100644 (file)
@@ -89,7 +89,7 @@ oci_close($c);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 0 - base table creation without binds
 array(5) {
   ["ID"]=>
index aabf9bda5c587ff4f1b0ea4cb99fb718bcbe8b40..a5c6d77b67f6b8dbf9fd50147b489562d8fe4147 100644 (file)
@@ -135,7 +135,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 TEST241 bind SQLT_CHR
 array(1) {
   ["VARCHAR2_T10"]=>
index 51d588f92c0e972e4491331df6217fc32e2f0630..e459d2270ccb8783547d9458fbc35cbc7413b1b5 100644 (file)
@@ -43,7 +43,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1 - PL/SQL IN and OUT variables
 string(22) "Cat got your keyboard?"
 string(22) "CAT GOT YOUR KEYBOARD?"
index ac8518e791b9e5ffa9166aaf80c4701701c81c9e..dfefe3d7ed0144796da7ca250d7933c4f2463ad2 100644 (file)
@@ -216,7 +216,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 TEST141 wrong bind type SQLT_INT
 array(1) {
   ["VARCHAR2_T10"]=>
index 639538847185a380d62ced5ffcbb70266a38088e..e291067088663c083c5d361d663a435c91b7371e 100644 (file)
@@ -49,7 +49,7 @@ foreach ($create_st as $statement) {
 
 echo "Done\n";
 ?>
---EXPECTF--    
+--EXPECT--     
 int(1)
 int(2)
 int(3)
index 39d1168059c003bd867706a0e38924f2418dbdf3..b9b491cac065caa23e0a7c646e656c059ad1925e 100644 (file)
@@ -44,7 +44,7 @@ var_dump($strings);
 
 echo "Done\n";
 ?>
---EXPECTF--    
+--EXPECT--     
 array(5) {
   [0]=>
   string(1) "A"
index e0fbba816ab57dde533710da1b8086596d701e70..0664510146e00bc60b5a9e33417248e08a2d67de 100644 (file)
@@ -24,7 +24,7 @@ var_dump($bv);
 
 echo "Done\n";
 ?>
---EXPECTF--    
+--EXPECT--     
 NULL
 int(0)
 Done
index 26c175748b6f544124ec21ebd35eee15a87fe5fd..b7abcf5214bead67e7611d1c072dd7c43ecd160a 100644 (file)
@@ -42,7 +42,7 @@ var_dump($array);
 
 echo "Done\n";
 ?>
---EXPECTF--    
+--EXPECT--     
 array(5) {
   [0]=>
   string(3) "one"
index a332b7d4ea406d78873eaebd59e29fc22b95df30..ed64b389f07ccd9f855f5155568f7e28577f032b 100644 (file)
@@ -52,6 +52,6 @@ $stmtarray = array(
 oci8_test_sql_execute($c, $stmtarray);
 
 ?>
---EXPECTF--
+--EXPECT--
 Test 1
 Done
index 2f002296cb2b3cf766c6677595d7e4e511eb74a3..4dff86cc6c1f3aed079d490f58b80d508cfa9a60 100644 (file)
@@ -50,6 +50,6 @@ $stmtarray = array(
 oci8_test_sql_execute($c, $stmtarray);
 
 ?>
---EXPECTF--
+--EXPECT--
 Test 2
 Done
index 8a557c508baa3b2faf4f94d0dc4575da5a049781..63ddbd01508908bdd2b609ba685aed1b8c74e31a 100644 (file)
@@ -71,7 +71,7 @@ oci_close($c);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
 string(26) "This should be the output."
 Test 2
index 60590ca092a175aaf43fdecde6de25793fe5cc2f..e7b6dc43ccc307eb5d1dce31c96b99cd67f492ad 100644 (file)
@@ -59,7 +59,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
 ORA-20000: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaBcccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccDeeeeeeeeeeee
 Test 2
index 4b4e92ede650dc16d0d96fdc36950a624c298e2d..687655fe8c5fcbdae05151c56832e681147e8244 100644 (file)
@@ -51,7 +51,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
 ORA-57000: TT8507: ORA-20000: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 Test 2
index 4ea8f14c5358e8d91081997f82f9e31161399394..e05a6ad9498eca7583ea335cf00bdffec3b7a195 100644 (file)
@@ -38,7 +38,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 array(1) {
   ["COL1"]=>
   array(2) {
index 8c948dc2050e56809d26f94f54a29692cb444ea1..5431a90f6a9bdc342245f8a78f40aaff81017be7 100644 (file)
@@ -155,7 +155,7 @@ echo 'size of stream4a is ', strlen($stream4a), ' bytes, ', mb_strlen($stream4a)
 echo 'beg of stream4a is ', $start4a, PHP_EOL;
 echo 'end of stream4a is ', $ending4a, PHP_EOL;
 
---EXPECTF--
+--EXPECT--
 
 Test 1: j
 size of string1 is 1000006 bytes, 1000006 chars.
index 5978e04ecef704e32647e8f240732bd29dafdc66..b294b46dadb839221af49afe4564bb867e1df24a 100644 (file)
@@ -49,7 +49,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 array(1) {
   ["RAW_QUERY"]=>
   string(3) "Foo"
index df9440e42af83add19846c8c07b897805534de16..f3bc7ac60a8655658a3fcf5bd137d67448d0c414 100644 (file)
@@ -49,7 +49,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 array(5) {
   [0]=>
   int(-2)
index 55bb4ea3642c2075efc5c28a303c93ca8f3b3eda..aed90fcaa710be2771b463a18e26a319cd07f52e 100644 (file)
@@ -13,5 +13,5 @@ oci_connect($user, $password, $dbase);
        
 echo "Done\n";
 ?>
---EXPECTF--    
+--EXPECT--     
 Done
index e9896c4658aef767dba7b194bc6039b4f471b15c..cfadfe56355280fb106177fa6a38734fa633c9bc 100644 (file)
@@ -5,9 +5,6 @@ Test collection Oracle error handling collections and numbers (2)
 $target_dbs = array('oracledb' => true, 'timesten' => false);  // test runs on these DBs
 require(dirname(__FILE__).'/skipif.inc');
 ?>
-$target_dbs = array('oracledb' => true, 'timesten' => false);  // test runs on these DBs
-require(dirname(__FILE__).'/skipif.inc');
-?>
 --FILE--
 <?php
 
index 09f3bfe12baf6dde96ff0fcc1b0afc32ae8ad0cc..2df6b03382fb0d813670fcbe678e51bd56d5e8ad 100644 (file)
@@ -77,7 +77,7 @@ require(dirname(__FILE__).'/drop_table.inc');
        
 echo "Done\n";
 ?>
---EXPECTF--
+--EXPECT--
 bool(true)
 int(0)
 array(5) {
index 624eb63e12683c89ace6c97eb3e24713c7a6ef68..129181dc2784c39c76a24da36b5469a8e080212a 100644 (file)
@@ -51,7 +51,7 @@ function get_scope() {
 clean_up($c);
 echo "Done";
 ?>
---EXPECTF--
+--EXPECT--
 **Test - Set and get values for the attributes with scope end ************
 Testing with oci_connect()
 Value of CLIENT_INFO has been set successfully
index 27b15f1e6e588fcc95726cd12185968fd8025a45..b1f6653f120bad0817be584473281ab7fced29a9 100644 (file)
@@ -68,7 +68,7 @@ oci8_test_sql_execute($c1, $stmtarray);
 echo "Done\n";
 
 ?>
---EXPECTF--
+--EXPECT--
 Test 1 - oci_connect
 array(1) {
   ["C1"]=>
index 6fcfa238c9d6ed81d9b71d9e195e5d932eedd3a3..660630bb6b6da0c51e58e2c9bbec4234eb5f3f44 100644 (file)
@@ -68,7 +68,7 @@ oci8_test_sql_execute($c1, $stmtarray);
 echo "Done\n";
 
 ?>
---EXPECTF--
+--EXPECT--
 Test 1 - oci_pconnect
 array(1) {
   ["C1"]=>
index b4f7db168bcd8837ba85f20544b55b2e8c1f603b..27de28db031074a000850855b8d005b9d07bd5ba 100644 (file)
@@ -47,7 +47,7 @@ dq($c, 'select dbop_name from v$sql_monitor where dbop_name is not null order by
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
 array(1) {
   ["DUMMY"]=>
index 10c5700223b664ef6b92b8a14903482ca380d040..1878347123bb24b89d3017af64624adddc8e0793 100644 (file)
@@ -49,7 +49,7 @@ dq($c, 'select dbop_name from v$sql_monitor where dbop_name like \'db_op2%\' ord
 <?php exit(0); ?>
 --XFAIL--
 Fails due to Oracle Bug 16695981
---EXPECTF--
+--EXPECT--
 Test 1
 array(1) {
   ["DUMMY"]=>
index 68906aa796ce726733fbb1d3420dfb49042d677e..6a8a718c8aa0443c72d43ff478402935f5e323b7 100644 (file)
@@ -132,7 +132,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
 array(1) {
   [0]=>
index 978d66b26074582ec5e7633f0e848c602f0358e4..774bac2344a89e77f8ab107ac948015e13ca3d40 100644 (file)
@@ -57,7 +57,7 @@ oci8_test_sql_execute($c, $stmtarray);
 echo "Done\n";
 
 ?>
---EXPECTF--
+--EXPECT--
 Test 1 - must do define before execute
 bool(true)
 NULL
index cc07e2ea94fb8cd7f89dcce8c249a364370a84da..d174ef9155a53182efde03d5d598593063fc4468 100644 (file)
@@ -43,6 +43,6 @@ oci8_test_sql_execute($c, $stmtarray);
 echo "Done\n";
 
 ?>
---EXPECTF--
+--EXPECT--
 string(4) "some"
 Done
index e54ea84abdb47ef4cf3b4bdad9c6647b8d14aa76..731b562d0ab3c333905dab569eebc8d1ddcb8062 100644 (file)
@@ -30,11 +30,11 @@ if (file_exists(dirname(__FILE__)."/details_local.inc")) {
                $dbase                                          = "localhost/XE";
                $test_drcp                                      = FALSE;
        }
-       
+
        /*
         * Common object names for scripts to use
         */
-       
+
        $table_name = "tb".substr(str_replace(Array(".", "-"), "_", php_uname("n")), 0, 5);
        $type_name = strtoupper("tp".substr(str_replace(Array(".", "-"), "_", php_uname("n")), 0, 5));
        $schema = '';
index b6ca31ce2a9efc7e139bffe0e9f8935f5594aa4a..8544b99fc8fb5d779a7a45f311f569eaa60ef972 100644 (file)
@@ -24,7 +24,7 @@ echo "The New oci8.connection_class is $new_cc\n";
 echo "Done\n";
 
 ?>
---EXPECTF--
+--EXPECT--
 Setting a new connection class now
 The New oci8.connection_class is New cc
 Done
index f6b24446c99c3feca1caabc651fe1960556f56fb..320026486e1724daaa72563634939f2ef93f42ad 100644 (file)
@@ -7,7 +7,7 @@ function drcp_create_table($conn)
        $create_sql = "CREATE TABLE DRCPTEST (id NUMBER, name VARCHAR2(10), dept VARCHAR2(10))";
        $statement = oci_parse($conn, $create_sql);
        oci_execute($statement);
-       
+
        $id_values = array(100,101,102,103,104,105,106,107,108);
        $name_values = array("WIILIAMS","JOHN","SMITH","JONES","ADAMS","ROBERT",
                                                 "BILL","LAWSON","MARY");
@@ -17,7 +17,7 @@ function drcp_create_table($conn)
                $insert = "INSERT INTO DRCPTEST VALUES(".$id_values[$i].",'". $name_values[$i]."','".$dept_values[$i]."')";
                $s = oci_parse($conn, $insert);
                oci_execute($s);
-       }       
+       }
 }
 
 function drcp_drop_table($conn)
@@ -74,12 +74,12 @@ function drcp_create_package($c)
                        end;";
        $s1 = oci_parse($c, $create_package_stmt);
        oci_execute($s1);
-       
+
        $package_body = "create or replace package body drcp_test_package as
                procedure p1(var1 int) is
                begin
                var :=var1;
-               end;    
+               end;
                function f1 return number is
                begin
                return drcp_test_package.var;
index bf0749717813c7b382d726f72a65388cc7e7dd9f..cc1fdd18545c2d715661e451883b0338bd077dc1 100644 (file)
@@ -59,7 +59,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1 - OCI_ASSOC
 array(3) {
   ["C1"]=>
index ad56e8aefadb1bf02b4615a24ecc1290493ce9c5..b0c53408c339d274aa1ed3c8ad6722255a978d89 100644 (file)
@@ -53,7 +53,7 @@ var_dump($r);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
 bool(false)
 24960
index b968ae4bf6ea19ff4536c91e21db44a00302e363..6fdec313f1860dbb5b86821c146765036fcf4988 100644 (file)
@@ -46,7 +46,7 @@ oci8_test_sql_execute($c, $stmtarray);
        
 echo "Done\n";
 ?>
---EXPECTF--
+--EXPECT--
 string(1) "1"
 string(1) "1"
 string(1) "1"
index b8155b170b0aa8a787fb0d98d6cea7120c182c8e..00e747cc35721d0fcf56722dd73a16a405135c55 100644 (file)
@@ -48,7 +48,7 @@ oci8_test_sql_execute($c, $stmtarray);
        
 echo "Done\n";
 ?>
---EXPECTF--
+--EXPECT--
 int(3)
 array(2) {
   ["ID"]=>
index f2a401d7c0a96c3be5fa46e4135d693218dce0e6..728dc7e3ebc1e399f349a7a03e0fe50e8177f043 100644 (file)
@@ -125,7 +125,7 @@ oci8_test_sql_execute($c, $stmtarray);
 
 echo "Done\n";
 ?>
---EXPECTF--
+--EXPECT--
 None
 int(4)
 array(2) {
index 1d4a8df7b7c117544793e383deb9d2de0ef9e719..7c3b5ea83c16a6bf51796e2c351a34e77d59c19b 100644 (file)
@@ -47,7 +47,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
 int(0)
 array(2) {
index d82fd30e41cdd2d6c70a2437d87612e9003de10c..28e1a2e72d8b6699e363a8d44dbd4e04e905777e 100644 (file)
@@ -58,7 +58,7 @@ oci_close($c);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
 int(3)
 array(2) {
index d90c4d95dcb26046d699cc145281a21fadc257e6..5235dac8a00a3cafe762ea0c5939fd48230d9ea3 100644 (file)
@@ -49,7 +49,7 @@ oci8_test_sql_execute($c, $stmtarray);
 
 echo "Done\n";
 ?>
---EXPECTF--
+--EXPECT--
 int(2)
 array(2) {
   [0]=>
index 40bc4f893cad54cd45faad0d8f3163b2acaa7995..1b5176974a952126349d21bcb6cd39b1e17d2f8a 100644 (file)
@@ -43,7 +43,7 @@ oci8_test_sql_execute($c, $stmtarray);
 echo "Done\n";
 
 ?>
---EXPECTF--
+--EXPECT--
 array(2) {
   [0]=>
   string(1) "1"
index ca92eba3d3648a347501a804ab7576f7c9af8999..567cefb2bae7122f5bd379bb7f751a5ffd1058d7 100644 (file)
@@ -84,7 +84,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
 Test 2
 array(1) {
index 53c04651282d2b0e0ab3d4a6663cb8aee44583e0..965edb12240815b0f2bbbb5fb377e7b5b64f23c6 100644 (file)
@@ -82,7 +82,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
   1  a  1  a  1  a  1  a  1  a
   1  a  1  a  1  a  1  a  2  f
index abcf8aeb1b56328907d24dee46ff83ea206bdf57..8502ab2488bafb2fe03fd5945f3b1a89f0516526 100644 (file)
@@ -593,7 +593,7 @@ while (($row = oci_fetch_row($s)) != false) {
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
   1
   2
index 692a1fabb1a23ec353ff3a6878a9a7bd337d867d..7c503c3cb98ec6ebf29b0fa884d2265e27589591 100644 (file)
@@ -57,7 +57,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
   1
 bool(true)
index 6ba1261f2576844cf3181dbaf09af83eb7b9b739..57bdddeab2050f42dcc742af738802be4a6d5107 100644 (file)
@@ -87,7 +87,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
   X
   1  abcde
index 6f1d7cb21572cfe2b48f9b72d9e4af0d90f68e7a..cb6fae095f36f1b982e6885334e66a91dd2d6a12 100644 (file)
@@ -105,7 +105,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
 array(2) {
   [0]=>
index 5cb88569ca7e86a624b9cfe8495a243b178ade3c..3d10e15dacfa246097519c9696c70ee4a68cbe75 100644 (file)
@@ -126,7 +126,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1 - can't get IRS fields from parent
 num fields : 0
 
index 226f1e557be69096632362e3c336d4080a5a9cab..79ad8711ffc525e8506a593f2917b87c04bd1530 100644 (file)
@@ -90,7 +90,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
   1  abcde
   2  fghij
index 1747e4b4e3064943336857cb26d48eaea64e86e6..3ed3036f6ba4d6ca301d15e4875a8fd2bc41f4f5 100644 (file)
@@ -96,7 +96,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
   1  abcde
   2  fghij
index dd3e141fa5790b081b2338a3ccc380e41d82cbb2..f0f0b164da48b5fb35954e17da2238d88280a2e4 100644 (file)
@@ -82,7 +82,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
   1  abcde
   2  fghij
index cee25cc5095910be57deac4303a59b52242369bb..eabc7867e9869d60947e9078bad9cf0aec5af8f3 100644 (file)
@@ -95,7 +95,7 @@ oci_free_statement($s);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
   3
   4
index 02ea0cbe1f5c81edf4414303499b0a0a48755f1e..98bb8c08d2b41eafe556bfc365b4f4c5644ffca6 100644 (file)
@@ -59,7 +59,7 @@ while (($s1 = oci_get_implicit_resultset($s))) {
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
 array(1) {
   [1]=>
index a9a6d7232305956d34508300ad17d49686b38a74..1ea6beaf606ecf8e25d6988dbcc02c67fd0e693a 100644 (file)
@@ -48,7 +48,7 @@ while (($s1 = oci_get_implicit_resultset($s))) {
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
   1
   3
index 3cf0b503de5055535a65d293adef8d766d10d807..d57644c924bd0ceac9e2f696b7087acd64bb5607 100644 (file)
@@ -54,7 +54,7 @@ oci_free_statement($s);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
   1
   2
index e00472d18eed2a4c4db91e913c9503e29522765d..417c1124196ce19bc07ec899052695045fafb2c5 100644 (file)
@@ -89,7 +89,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
   1  abcde
   2  fghij
index a20d1eaf69f1df1adb29e086affa5ace3a9253d1..32732163d85892f78c4fa41e071ef9254497d047 100644 (file)
@@ -119,7 +119,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
 array(3) {
   [0]=>
index d36fb661363db4cde698f545f7f95d37a53d439e..6f5a503ec3b01e2882ecde3a3c8133271be8f6d5 100644 (file)
@@ -48,7 +48,7 @@ oci_free_statement($s);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
   1
   2
index f97b7987507cbabb6220886f41f36c54b8377b08..73d2913884fcc9dd3b62b089267ade3fef3f91d8 100644 (file)
@@ -40,7 +40,7 @@ var_dump($s1);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
 bool(false)
 ===DONE===
index 2fea690607f16df0576b0e5c55cb57e1189517a7..317d4def66f6a71864205ea25a263c677e7209fc 100644 (file)
@@ -105,7 +105,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1 - No commit in procedure, OCI_COMMIT_ON_SUCCESS mode
 111
 array(1) {
index 3e52fb117e9141c178dcba302eeb66ebd646c9e1..16f0701e72c14adbe4bfecc19684a01e14273aca 100644 (file)
@@ -84,7 +84,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
  1 aaaaa a
  2 bbbbb b
index 8daa2ff41484c63ab3be960933a65e39d6e4e84b..c00e4be2979f98480294e5e493083c095a90af34 100644 (file)
@@ -83,7 +83,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1 - prefetch 0
 bool(true)
 array(2) {
index 0c3597b619422036a85f2fb93fe6042ce5cb72af..9c9b378e7bbc569ac41fe3037827c6cbf9c0f60f 100644 (file)
@@ -55,7 +55,7 @@ echo 'oci8.old_oci_close_semantics = ' . ini_get('oci8.old_oci_close_semantics')
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1 - check initialization
 oci8.privileged_connect = 1
 oci8.max_persistent = 111
index f73bbf54b88faa977a98f4e33bae671a33a6e4b4..94c888cb6455443fcf54128a397aeb6479f288df 100644 (file)
@@ -91,7 +91,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
 string(4) "data"
 string(9) "long data"
index f018a74575d2cbeb47d65962bbd29749e43bc173..615c2722f2d05b0d42cba9ebd5262a782b0124f9 100644 (file)
@@ -89,7 +89,7 @@ oci_execute($s);
 
 echo "Done\n";
 ?>
---EXPECTF--
+--EXPECT--
 Test 1. Check how many rows in the table
 array(1) {
   ["NUMROWS"]=>
index 013a3f0c450aceda021791c817435d8571e4a4e4..014d40a2a58773d80941f5ac8d9da922f8add641 100644 (file)
@@ -62,7 +62,7 @@ require dirname(__FILE__).'/drop_table.inc';
 echo "Done\n";
 
 ?>
---EXPECTF--
+--EXPECT--
 Test 1: A CLOB with an even number of bytes
 int(1050000)
 Test 2: A CLOB with an odd number of bytes
index 52674c6782924921c855943b9362dc664dccc804..ee99e4ceecaebabfc87c32231e36c410c6be15eb 100644 (file)
@@ -91,7 +91,7 @@ require dirname(__FILE__).'/drop_table.inc';
 echo "Done\n";
 
 ?>
---EXPECTF--
+--EXPECT--
  1. 3
  2. 6
  3. 9
index 5d723be44783e808466b5396fcd1bbf269e72e6c..b4ac8d240b14264e3226dc415417643ddf0a4df2 100644 (file)
@@ -80,7 +80,7 @@ oci_close($c);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1
 f1 ended
 Test 2
index a4ea684ae00903015e8761f69ed0e7118545df40..a49c0b757101081051e5e314f657702d5bdd2d00 100644 (file)
@@ -59,7 +59,7 @@ oci8_test_sql_execute($c, $stmtarray);
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 Test 1 - truncate on insert
 int(72)
 bool(true)
index 45d688ae682d4d91f9d741b7d95e96e4c19afb09..f4dac4de7a2bfec4e3a0305997ba097a8476b3cb 100644 (file)
@@ -188,7 +188,7 @@ $s = oci_parse($c, 'drop table lob_null_tab');
 echo "Done\n";
 
 ?>
---EXPECTF--
+--EXPECT--
 Temporary CLOB: NULL
 Temporary CLOB: ''
 Temporary CLOB: text
@@ -265,4 +265,4 @@ Fetch via the procedure parameter
 7 is an object: string(0) ""
 8 is an object: string(0) ""
 9 is an object: string(28) "Inserted with RETURNING INTO"
-Done
\ No newline at end of file
+Done
index 513496942ba345c96f11eb9537beecce6db61019..186e106beae8bedccf731175f863baca4c54c8ae 100644 (file)
@@ -27,7 +27,7 @@ var_dump($blob->read(2));
 echo "Done\n";
 
 ?>
---EXPECTF--
+--EXPECT--
 bool(true)
 string(4) "test"
 bool(true)
index 86c29c1b51b97668c6cbb97624a98de3a73e3775..a1cf843dfee53680d1d524b4724b89e7059ffc7c 100644 (file)
@@ -25,7 +25,7 @@ var_dump($blob->close());
 echo "Done\n";
 
 ?>
---EXPECTF--
+--EXPECT--
 bool(true)
 string(4) "test"
 bool(true)
index fd5b56333f5cdb0424f9edbf584c2929ed3efb23..8592fa17509fc4f2b5ee7906bcea29a67c08c90c 100644 (file)
@@ -28,7 +28,7 @@ var_dump($res);
 
 ?>
 ===DONE===
---EXPECTF--
+--EXPECT--
 bool(true)
 array(1) {
   ["CLOB"]=>
index 34a19ca693ea598d0d1fc32420775a0cd90bfadf..05862e894304b5ba72fc9d7e3828d0e32bb54fb6 100644 (file)
@@ -15,5 +15,5 @@ if ($r !== 1)
 echo "Done\n";
 
 ?>
---EXPECTF--
+--EXPECT--
 Done
index 98fe3ed225031ef3025f406011a122876b164e34..3b72f2021a3eb7f543ea15737940b858f22e5da3 100644 (file)
@@ -14,7 +14,7 @@ oci_connect("", "", "", false, "qwe");
 
 echo "Done\n";
 ?>
---EXPECTF--    
+--EXPECTF--
 Warning: oci_connect(): Privileged connect is disabled. Enable oci8.privileged_connect to be able to connect as SYSOPER or SYSDBA in %s on line %d
 
 Warning: oci_connect(): Privileged connect is disabled. Enable oci8.privileged_connect to be able to connect as SYSOPER or SYSDBA in %s on line %d
index 9581675ad2e642b6a85ba136219acf528d5ce6bf..768b0c20d3aa76a81a739febe7d616a4082f07bb 100644 (file)
@@ -16,7 +16,7 @@ oci_connect("", "", "", false, "qwe");
 
 echo "Done\n";
 ?>
---EXPECTF--    
+--EXPECTF--
 Warning: oci_connect(): ORA-%d: %s in %s on line %d
 
 Warning: oci_connect(): ORA-%d: %s in %s on line %d
index 29cdd94402078e1d0ec6b08956a6db353164ad30..ed71240a95d6a26f6a95336c6bf4f5fcf63b093e 100644 (file)
@@ -31,7 +31,7 @@ foreach ($sqls as $sql) {
 echo "Done\n";
 
 ?>
---EXPECTF--
+--EXPECT--
 string(6) "SELECT"
 string(6) "DELETE"
 string(6) "INSERT"
index a0d65a30c3575ebf3dcfb107ddf45fcdc969a04f..720ba8d0713d3f4deaf1f39a6ebeff354df5aac1 100644 (file)
@@ -21,5 +21,5 @@ for ($i = 0; $i < 2; $i++) {
 echo "Done\n";
 
 ?>
---EXPECTF--
+--EXPECT--
 Done
index 3c341c8cb451bb40e1bdc121786ebe62cdd12d84..a779bba34089fc9a7368c546b420e762928c0e0c 100644 (file)
@@ -12,5 +12,5 @@ oci_execute($stmt, OCI_DEFAULT);
 
 echo "Done\n";
 ?>
---EXPECTF--    
+--EXPECT--     
 Done