Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/
H A Doci8.stub.php471 function oci_free_collection(OCICollection $collection): bool {}
477 function ocifreecollection(OCICollection $collection): bool {}
485 function ocicollappend(OCICollection $collection, string $value): bool {}
495 function oci_collection_assign(OCICollection $to, OCICollection $from): bool {}
505 function oci_collection_size(OCICollection $collection): int|false {}
511 function ocicollsize(OCICollection $collection): int|false {}
513 function oci_collection_max(OCICollection $collection): int|false {}
519 function ocicollmax(OCICollection $collection): int|false {}
527 function ocicolltrim(OCICollection $collection, int $num): bool {}
673 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…
528 ZEND_ARG_OBJ_INFO(0, from, OCICollection, 0)
/PHP-8.0/ext/oci8/tests/
H A Dcoll_019.phpt78 Notice: OCICollection::append(): Unknown or unsupported type of element: 113 in %s on line %d
81 Notice: OCICollection::assignElem(): Unknown or unsupported type of element: 113 in %s on line %d
86 Warning: OCICollection::assignElem(): OCI-22165: given index [1] must be in the range of %s in %s o…
91 Warning: OCICollection::assignElem(): OCI-22165: given index [1] must be in the range of %s in %s o…
96 Warning: OCICollection::assignElem(): OCI-22165: given index [1] must be in the range of %s in %s o…
101 Warning: OCICollection::append(): OCI-01840: input value not long enough for date format in %s on l…
104 Warning: OCICollection::assignElem(): OCI-22165: given index [1] must be in the range of %s in %s o…
H A Dcoll_002.phpt31 object(OCICollection)#%d (1) {
36 string(%d) "OCICollection::size(): supplied resource is not a valid oci8 collection resource"
H A Dcoll_016.phpt43 Warning: OCICollection::assignElem(): OCI-22165: given index [%d] must be in the range of %s to [0]…
46 Warning: OCICollection::assignElem(): OCI-22165: given index [5000] must be in the range of %s to […
H A Dcoll_001.phpt23 object(OCICollection)#%d (1) {
H A Dcoll_002_func.phpt30 object(OCICollection)#%d (1) {
H A Dcoll_003.phpt32 Warning: OCICollection::trim(): OCI-22167: given trim size [3] must be less than or equal to [0] in…
H A Dcoll_009.phpt41 Warning: OCICollection::append(): OCI-01861: literal does not match format string in %s on line %d
/PHP-8.0/
H A DUPGRADING402 called OCICollection for name compliance enforced by PHP 8 arginfo

Completed in 19 milliseconds