Searched refs:OCICollection (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/ext/oci8/ |
H A D | oci8.stub.php | 471 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 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… 528 ZEND_ARG_OBJ_INFO(0, from, OCICollection, 0)
|
/PHP-8.0/ext/oci8/tests/ |
H A D | coll_019.phpt | 78 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 D | coll_002.phpt | 31 object(OCICollection)#%d (1) { 36 string(%d) "OCICollection::size(): supplied resource is not a valid oci8 collection resource"
|
H A D | coll_016.phpt | 43 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 D | coll_001.phpt | 23 object(OCICollection)#%d (1) {
|
H A D | coll_002_func.phpt | 30 object(OCICollection)#%d (1) {
|
H A D | coll_003.phpt | 32 Warning: OCICollection::trim(): OCI-22167: given trim size [3] must be less than or equal to [0] in…
|
H A D | coll_009.phpt | 41 Warning: OCICollection::append(): OCI-01861: literal does not match format string in %s on line %d
|
/PHP-8.0/ |
H A D | UPGRADING | 402 called OCICollection for name compliance enforced by PHP 8 arginfo
|
Completed in 13 milliseconds