Home
last modified time | relevance | path

Searched refs:assignElem (Results 1 – 9 of 9) sorted by relevance

/PHP-8.1/ext/oci8/tests/
H A Dcoll_019.phpt30 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 Dcoll_016.phpt31 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 Dcoll_014.phpt31 var_dump($coll1->assignElem(0,"blah"));
H A Dcoll_015.phpt31 var_dump($coll1->assignElem(0,2345));
H A Dcoll_013.phpt31 var_dump($coll1->assignElem(0,"01-JAN-05"));
H A Dcoll_017.phpt31 var_dump($coll1->assignElem(0, null));
H A Dcoll_003.phpt23 var_dump($coll1->assignElem(0,2));
/PHP-8.1/ext/oci8/
H A Doci8.stub.php707 public function assignElem(int $index, string $value): bool {} function in OCICollection
H A Doci8_arginfo.h788 …ZEND_ME_MAPPING(assignElem, oci_collection_element_assign, arginfo_class_OCICollection_assignElem,…

Completed in 17 milliseconds