Searched refs:assignElem (Results 1 – 9 of 9) sorted by relevance
/PHP-8.1/ext/oci8/tests/ |
H A D | coll_019.phpt | 30 var_dump($coll1->assignElem(1, 'a long string')); // invalid type for assignelem() 42 var_dump($coll1->assignElem(1, null)); // invalid location for null 46 var_dump($coll1->assignElem(1, 1234)); // invalid location for number 58 var_dump($coll1->assignElem(1, 'abc')); // invalid location for string 71 var_dump($coll1->assignElem(1, '01-JAN-06')); // invalid location for date 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… 108 Warning: OCICollection::assignElem(): OCI-22165: given index [1] must be in the range of %s in %s o…
|
H A D | coll_016.phpt | 31 var_dump($coll1->assignElem(-1,2345)); 32 var_dump($coll1->assignElem(5000,2345)); 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_014.phpt | 31 var_dump($coll1->assignElem(0,"blah"));
|
H A D | coll_015.phpt | 31 var_dump($coll1->assignElem(0,2345));
|
H A D | coll_013.phpt | 31 var_dump($coll1->assignElem(0,"01-JAN-05"));
|
H A D | coll_017.phpt | 31 var_dump($coll1->assignElem(0, null));
|
H A D | coll_003.phpt | 23 var_dump($coll1->assignElem(0,2));
|
/PHP-8.1/ext/oci8/ |
H A D | oci8.stub.php | 707 public function assignElem(int $index, string $value): bool {} function in OCICollection
|
H A D | oci8_arginfo.h | 788 …ZEND_ME_MAPPING(assignElem, oci_collection_element_assign, arginfo_class_OCICollection_assignElem,…
|
Completed in 18 milliseconds