Home
last modified time | relevance | path

Searched refs:oci_new_collection (Results 1 – 25 of 34) sorted by relevance

12

/PHP-8.0/ext/oci8/tests/
H A Dcoll_001.phpt2 oci_new_collection()
14 var_dump(oci_new_collection($c, $type_name));
15 var_dump(oci_new_collection($c, "NONEXISTENT"));
28 Warning: oci_new_collection(): OCI-22303: type ""."NONEXISTENT" not found in %s on line %d
H A Dcoll_002.phpt2 oci_new_collection() + free()
14 var_dump($coll1 = oci_new_collection($c, $type_name));
23 var_dump(oci_new_collection($c, "NONEXISTENT"));
38 Warning: oci_new_collection(): OCI-22303: type ""."NONEXISTENT" not found in %s on line %d
H A Dbug42134.phpt22 $collection = oci_new_collection($c, "ABC");
38 $collection = oci_new_collection($c, "DEF");
54 $collection = oci_new_collection($c, "GHI");
65 Warning: oci_new_collection(): OCI-22303: type ""."ABC" not found in %s on line %d
78 Warning: oci_new_collection(): OCI-22303: type ""."DEF" not found in %s on line %d
91 Warning: oci_new_collection(): OCI-22303: type ""."GHI" not found in %s on line %d
H A Dcoll_004.phpt14 $coll1 = oci_new_collection($c, $type_name);
15 $coll2 = oci_new_collection($c, $type_name);
H A Dcoll_004_func.phpt14 $coll1 = oci_new_collection($c, $type_name);
15 $coll2 = oci_new_collection($c, $type_name);
H A Dcoll_002_func.phpt2 oci_new_collection() + free()
14 var_dump($coll1 = oci_new_collection($c, $type_name));
H A Dcoll_010.phpt26 $coll1 = oci_new_collection($c, $type_name);
27 $coll2 = oci_new_collection($c, $type_name);
H A Dcoll_010_func.phpt26 $coll1 = oci_new_collection($c, $type_name);
27 $coll2 = oci_new_collection($c, $type_name);
H A Dcoll_012.phpt26 $coll1 = oci_new_collection($c, $type_name);
27 $coll2 = oci_new_collection($c, $type_name);
H A Dcoll_012_func.phpt26 $coll1 = oci_new_collection($c, $type_name);
27 $coll2 = oci_new_collection($c, $type_name);
H A Dcoll_011.phpt26 $coll1 = oci_new_collection($c, $type_name);
27 $coll2 = oci_new_collection($c, $type_name);
H A Dcoll_011_func.phpt26 $coll1 = oci_new_collection($c, $type_name);
27 $coll2 = oci_new_collection($c, $type_name);
H A Dcoll_009.phpt26 $coll1 = oci_new_collection($c, $type_name);
27 $coll2 = oci_new_collection($c, $type_name);
H A Dcoll_009_func.phpt26 $coll1 = oci_new_collection($c, $type_name);
27 $coll2 = oci_new_collection($c, $type_name);
H A Dcoll_019.phpt23 $coll1 = oci_new_collection($c, $type_name);
36 $coll1 = oci_new_collection($c, $type_name);
52 $coll1 = oci_new_collection($c, $type_name);
64 $coll1 = oci_new_collection($c, $type_name);
H A Dcoll_015.phpt26 $coll1 = oci_new_collection($c, $type_name);
H A Dcoll_015_func.phpt26 $coll1 = oci_new_collection($c, $type_name);
H A Dcoll_013.phpt26 $coll1 = oci_new_collection($c, $type_name);
H A Dcoll_013_func.phpt26 $coll1 = oci_new_collection($c, $type_name);
H A Dcoll_014.phpt26 $coll1 = oci_new_collection($c, $type_name);
H A Dcoll_014_func.phpt26 $coll1 = oci_new_collection($c, $type_name);
H A Dcoll_017.phpt26 $coll1 = oci_new_collection($c, $type_name);
H A Dcoll_017_func.phpt26 $coll1 = oci_new_collection($c, $type_name);
H A Dcoll_003.phpt14 $coll1 = oci_new_collection($c, $type_name);
H A Dcoll_003_func.phpt14 $coll1 = oci_new_collection($c, $type_name);

Completed in 36 milliseconds

12