Home
last modified time | relevance | path

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

/PHP-7.4/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 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_func.phpt14 $coll1 = oci_new_collection($c, $type_name);
15 $coll2 = oci_new_collection($c, $type_name);
H A Dcoll_004.phpt14 $coll1 = oci_new_collection($c, $type_name);
15 $coll2 = oci_new_collection($c, $type_name);
H A Dcoll_002.phpt2 oci_new_collection() + free()
14 var_dump($coll1 = 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_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_003_func.phpt14 $coll1 = oci_new_collection($c, $type_name);
H A Dcoll_003.phpt14 $coll1 = oci_new_collection($c, $type_name);
H A Dbug32325.phpt23 $collection = oci_new_collection($c, "BUG32325_T");
H A Dbug44113.phpt27 if (!($var = oci_new_collection($c, 'BUG44113_LIST_T'))) {
H A Dcoll_018.phpt14 $coll1 = oci_new_collection($c, $type_name);
H A Derror_parse.phpt85 $s = @oci_new_collection($c1, "ABC");
H A Dreflection1.phpt76 reflection::export(new reflectionfunction('oci_new_collection'));
669 Function [ <internal%s> function oci_new_collection ] {
/PHP-7.4/ext/oci8/
H A Doci8.c706 PHP_FUNCTION(oci_new_collection);
797 PHP_FE(oci_new_collection, arginfo_oci_new_collection)
841 PHP_FALIAS(ocinewcollection, oci_new_collection, arginfo_oci_new_collection)
H A Doci8_interface.c2559 PHP_FUNCTION(oci_new_collection) in PHP_FUNCTION() argument

Completed in 28 milliseconds