--TEST-- various tests with wrong param count --SKIPIF-- --ENV-- return " ORACLE_HOME=".(isset($_ENV['ORACLE_HOME']) ? $_ENV['ORACLE_HOME'] : '')." NLS_LANG=".(isset($_ENV['NLS_LANG']) ? $_ENV['NLS_LANG'] : '')." "; --FILE-- --EXPECTF-- Warning: oci_new_descriptor() expects at most 2 parameters, 5 given in %slob_015.php on line %d Warning: oci_bind_by_name() expects at most 5 parameters, 6 given in %slob_015.php on line %d Warning: oci_bind_by_name() expects at most 5 parameters, 7 given in %slob_015.php on line %d Notice: Object of class OCI-Lob to string conversion in %slob_015.php on line %d Warning: oci_bind_by_name() expects at least 3 parameters, 2 given in %slob_015.php on line %d Warning: oci_bind_by_name() expects at least 3 parameters, 1 given in %slob_015.php on line %d Warning: oci_execute(): ORA-00932: inconsistent datatypes: expected NUMBER got BLOB in %slob_015.php on line %d string(6) "Object" Done