Home
last modified time | relevance | path

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

12

/PHP-8.1/ext/oci8/tests/
H A Dcoll_001.phpt2 oci_new_collection()
16 var_dump(oci_new_collection($c, $type_name));
17 var_dump(oci_new_collection($c, "NONEXISTENT"));
30 Warning: oci_new_collection(): OCI-22303: type ""."NONEXISTENT" not found in %s on line %d
H A Dcoll_002.phpt2 oci_new_collection() + free()
16 var_dump($coll1 = oci_new_collection($c, $type_name));
25 var_dump(oci_new_collection($c, "NONEXISTENT"));
40 Warning: oci_new_collection(): OCI-22303: type ""."NONEXISTENT" not found in %s on line %d
H A Dbug42134.phpt24 $collection = oci_new_collection($c, "ABC");
40 $collection = oci_new_collection($c, "DEF");
56 $collection = oci_new_collection($c, "GHI");
67 Warning: oci_new_collection(): OCI-22303: type ""."ABC" not found in %s on line %d
80 Warning: oci_new_collection(): OCI-22303: type ""."DEF" not found in %s on line %d
93 Warning: oci_new_collection(): OCI-22303: type ""."GHI" not found in %s on line %d
H A Dcoll_004.phpt16 $coll1 = oci_new_collection($c, $type_name);
17 $coll2 = oci_new_collection($c, $type_name);
H A Dcoll_004_func.phpt16 $coll1 = oci_new_collection($c, $type_name);
17 $coll2 = oci_new_collection($c, $type_name);
H A Dcoll_002_func.phpt2 oci_new_collection() + free()
16 var_dump($coll1 = oci_new_collection($c, $type_name));
H A Dcoll_010.phpt28 $coll1 = oci_new_collection($c, $type_name);
29 $coll2 = oci_new_collection($c, $type_name);
H A Dcoll_010_func.phpt28 $coll1 = oci_new_collection($c, $type_name);
29 $coll2 = oci_new_collection($c, $type_name);
H A Dcoll_011.phpt28 $coll1 = oci_new_collection($c, $type_name);
29 $coll2 = oci_new_collection($c, $type_name);
H A Dcoll_011_func.phpt28 $coll1 = oci_new_collection($c, $type_name);
29 $coll2 = oci_new_collection($c, $type_name);
H A Dcoll_012.phpt28 $coll1 = oci_new_collection($c, $type_name);
29 $coll2 = oci_new_collection($c, $type_name);
H A Dcoll_012_func.phpt28 $coll1 = oci_new_collection($c, $type_name);
29 $coll2 = oci_new_collection($c, $type_name);
H A Dcoll_009.phpt28 $coll1 = oci_new_collection($c, $type_name);
29 $coll2 = oci_new_collection($c, $type_name);
H A Dcoll_009_func.phpt28 $coll1 = oci_new_collection($c, $type_name);
29 $coll2 = oci_new_collection($c, $type_name);
H A Dcoll_019.phpt27 $coll1 = oci_new_collection($c, $type_name);
40 $coll1 = oci_new_collection($c, $type_name);
56 $coll1 = oci_new_collection($c, $type_name);
68 $coll1 = oci_new_collection($c, $type_name);
H A Dcoll_014.phpt28 $coll1 = oci_new_collection($c, $type_name);
H A Dcoll_014_func.phpt28 $coll1 = oci_new_collection($c, $type_name);
H A Dcoll_015.phpt28 $coll1 = oci_new_collection($c, $type_name);
H A Dcoll_015_func.phpt28 $coll1 = oci_new_collection($c, $type_name);
H A Dcoll_013_func.phpt28 $coll1 = oci_new_collection($c, $type_name);
H A Dcoll_017_func.phpt28 $coll1 = oci_new_collection($c, $type_name);
H A Dcoll_013.phpt28 $coll1 = oci_new_collection($c, $type_name);
H A Dcoll_017.phpt28 $coll1 = oci_new_collection($c, $type_name);
H A Dcoll_003.phpt16 $coll1 = oci_new_collection($c, $type_name);
H A Dcoll_003_func.phpt16 $coll1 = oci_new_collection($c, $type_name);

Completed in 16 milliseconds

12