Home
last modified time | relevance | path

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

/PHP-7.0/ext/oci8/tests/
H A Dreflection2.phpt227 Parameter #0 [ <required> $collection_from ]
H A Dreflection1.phpt643 Parameter #1 [ <required> $collection_from ]
/PHP-7.0/ext/oci8/
H A Doci8_collection.c767 …php_oci_collection_assign(php_oci_collection *collection_dest, php_oci_collection *collection_from) in php_oci_collection_assign() argument
772 …PHP_OCI_CALL_RETURN(errstatus, OCICollAssign, (connection->env, connection->err, collection_from->… in php_oci_collection_assign()
H A Doci8_interface.c2308 php_oci_collection *collection_dest, *collection_from; in PHP_FUNCTION() local
2332 PHP_OCI_ZVAL_TO_COLLECTION(tmp_from, collection_from); in PHP_FUNCTION()
2334 if (php_oci_collection_assign(collection_dest, collection_from)) { in PHP_FUNCTION()
H A Dphp_oci8_int.h473 …hp_oci_collection_assign(php_oci_collection *collection_dest, php_oci_collection *collection_from);
H A Doci8.c480 ZEND_ARG_INFO(0, collection_from)
612 ZEND_ARG_INFO(0, collection_from)

Completed in 28 milliseconds