Searched refs:assignElem (Results 1 – 9 of 9) sorted by relevance
/PHP-8.0/ext/oci8/tests/ |
H A D | coll_019.phpt | 26 var_dump($coll1->assignElem(1, 'a long string')); // invalid type for assignelem() 38 var_dump($coll1->assignElem(1, null)); // invalid location for null 42 var_dump($coll1->assignElem(1, 1234)); // invalid location for number 54 var_dump($coll1->assignElem(1, 'abc')); // invalid location for string 67 var_dump($coll1->assignElem(1, '01-JAN-06')); // invalid location for date 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… 104 Warning: OCICollection::assignElem(): OCI-22165: given index [1] must be in the range of %s in %s o…
|
H A D | coll_016.phpt | 29 var_dump($coll1->assignElem(-1,2345)); 30 var_dump($coll1->assignElem(5000,2345)); 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_015.phpt | 29 var_dump($coll1->assignElem(0,2345));
|
H A D | coll_013.phpt | 29 var_dump($coll1->assignElem(0,"01-JAN-05"));
|
H A D | coll_014.phpt | 29 var_dump($coll1->assignElem(0,"blah"));
|
H A D | coll_017.phpt | 29 var_dump($coll1->assignElem(0, null));
|
H A D | coll_003.phpt | 21 var_dump($coll1->assignElem(0,2));
|
/PHP-8.0/ext/oci8/ |
H A D | oci8.stub.php | 702 public function assignElem(int $index, string $value) {} function in OCICollection
|
H A D | oci8_arginfo.h | 786 …ZEND_ME_MAPPING(assignElem, oci_collection_element_assign, arginfo_class_OCICollection_assignElem,…
|
Completed in 20 milliseconds