Home
last modified time | relevance | path

Searched refs:OCICollection (Results 1 – 9 of 9) sorted by relevance

/PHP-8.1/ext/oci8/
H A Doci8.stub.php476 function oci_free_collection(OCICollection $collection): bool {}
482 function ocifreecollection(OCICollection $collection): bool {}
490 function ocicollappend(OCICollection $collection, string $value): bool {}
500 function oci_collection_assign(OCICollection $to, OCICollection $from): bool {}
510 function oci_collection_size(OCICollection $collection): int|false {}
516 function ocicollsize(OCICollection $collection): int|false {}
518 function oci_collection_max(OCICollection $collection): int|false {}
524 function ocicollmax(OCICollection $collection): int|false {}
532 function ocicolltrim(OCICollection $collection, int $num): bool {}
678 class OCICollection { class
[all …]
H A Doci8_arginfo.h377 ZEND_ARG_OBJ_INFO(0, collection, OCICollection, 0)
383 ZEND_ARG_OBJ_INFO(0, collection, OCICollection, 0)
390 ZEND_ARG_OBJ_INFO(0, collection, OCICollection, 0)
397 ZEND_ARG_OBJ_INFO(0, to, OCICollection, 0)
398 ZEND_ARG_OBJ_INFO(0, from, OCICollection, 0)
402 ZEND_ARG_OBJ_INFO(0, collection, OCICollection, 0)
410 ZEND_ARG_OBJ_INFO(0, collection, OCICollection, 0)
420 ZEND_ARG_OBJ_INFO(0, collection, OCICollection, 0)
426 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_oci_new_collection, 0, 2, OCICollection, MAY_BE…
530 ZEND_ARG_OBJ_INFO(0, from, OCICollection, 0)
/PHP-8.1/ext/oci8/tests/
H A Dcoll_019.phpt82 Notice: OCICollection::append(): Unknown or unsupported type of element: 113 in %s on line %d
85 Notice: OCICollection::assignElem(): Unknown or unsupported type of element: 113 in %s on line %d
90 Warning: OCICollection::assignElem(): OCI-22165: given index [1] must be in the range of %s in %s o…
95 Warning: OCICollection::assignElem(): OCI-22165: given index [1] must be in the range of %s in %s o…
100 Warning: OCICollection::assignElem(): OCI-22165: given index [1] must be in the range of %s in %s o…
105 Warning: OCICollection::append(): OCI-01840: input value not long enough for date format in %s on l…
108 Warning: OCICollection::assignElem(): OCI-22165: given index [1] must be in the range of %s in %s o…
H A Dcoll_002.phpt33 object(OCICollection)#%d (1) {
38 string(%d) "OCICollection::size(): supplied resource is not a valid oci8 collection resource"
H A Dcoll_016.phpt45 Warning: OCICollection::assignElem(): OCI-22165: given index [%d] must be in the range of %s to [0]…
48 Warning: OCICollection::assignElem(): OCI-22165: given index [5000] must be in the range of %s to […
H A Dcoll_001.phpt25 object(OCICollection)#%d (1) {
H A Dcoll_002_func.phpt32 object(OCICollection)#%d (1) {
H A Dcoll_003.phpt34 Warning: OCICollection::trim(): OCI-22167: given trim size [3] must be less than or equal to [0] in…
H A Dcoll_009.phpt43 Warning: OCICollection::append(): OCI-01861: literal does not match format string in %s on line %d

Completed in 13 milliseconds