Searched refs:OCICollection (Results 1 – 9 of 9) sorted by relevance
/PHP-8.1/ext/oci8/ |
H A D | oci8.stub.php | 476 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 D | oci8_arginfo.h | 377 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 D | coll_019.phpt | 82 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 D | coll_002.phpt | 33 object(OCICollection)#%d (1) { 38 string(%d) "OCICollection::size(): supplied resource is not a valid oci8 collection resource"
|
H A D | coll_016.phpt | 45 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 D | coll_001.phpt | 25 object(OCICollection)#%d (1) {
|
H A D | coll_002_func.phpt | 32 object(OCICollection)#%d (1) {
|
H A D | coll_003.phpt | 34 Warning: OCICollection::trim(): OCI-22167: given trim size [3] must be less than or equal to [0] in…
|
H A D | coll_009.phpt | 43 Warning: OCICollection::append(): OCI-01861: literal does not match format string in %s on line %d
|
Completed in 14 milliseconds