Home
last modified time | relevance | path

Searched refs:collection_from (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/oci8/tests/
H A Dreflection2.phpt227 Parameter #0 [ <required> $collection_from ]
H A Dreflection1.phpt643 Parameter #1 [ <required> $collection_from ]
/PHP-7.4/ext/oci8/
H A Doci8_collection.c771 …php_oci_collection_assign(php_oci_collection *collection_dest, php_oci_collection *collection_from) in php_oci_collection_assign() argument
776 …PHP_OCI_CALL_RETURN(errstatus, OCICollAssign, (connection->env, connection->err, collection_from->… in php_oci_collection_assign()
H A Dphp_oci8_int.h475 …hp_oci_collection_assign(php_oci_collection *collection_dest, php_oci_collection *collection_from);
H A Doci8_interface.c2400 php_oci_collection *collection_dest, *collection_from; in PHP_FUNCTION() local
2424 PHP_OCI_ZVAL_TO_COLLECTION(tmp_from, collection_from); in PHP_FUNCTION()
2426 if (php_oci_collection_assign(collection_dest, collection_from)) { in PHP_FUNCTION()
H A Doci8.c483 ZEND_ARG_INFO(0, collection_from)
615 ZEND_ARG_INFO(0, collection_from)

Completed in 29 milliseconds