Home
last modified time | relevance | path

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

/PHP-5.5/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.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.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.phpt26 $coll1 = oci_new_collection($c, $type_name);
39 $coll1 = oci_new_collection($c, $type_name);
55 $coll1 = oci_new_collection($c, $type_name);
67 $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);
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'));
668 Function [ <internal%s> function oci_new_collection ] {
/PHP-5.5/ext/oci8/
H A Doci8.c823 PHP_FUNCTION(oci_new_collection);
914 PHP_FE(oci_new_collection, arginfo_oci_new_collection)
956 PHP_FALIAS(ocinewcollection, oci_new_collection, arginfo_oci_new_collection)
H A Doci8_interface.c2374 PHP_FUNCTION(oci_new_collection) argument
/PHP-5.5/
H A DNEWS7274 - Fixed bug #42134 (oci_error() returns false after oci_new_collection() fails).

Completed in 62 milliseconds