Home
last modified time | relevance | path

Searched refs:oci_coll_class_entry_ptr (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/oci8/
H A Doci8_interface.c2086 …thod_parameters(ZEND_NUM_ARGS(), getThis(), "O", &z_collection, oci_coll_class_entry_ptr) == FAILU… in PHP_FUNCTION()
2110 …hod_parameters(ZEND_NUM_ARGS(), getThis(), "Os", &z_collection, oci_coll_class_entry_ptr, &value, … in PHP_FUNCTION()
2135 …hod_parameters(ZEND_NUM_ARGS(), getThis(), "Ol", &z_collection, oci_coll_class_entry_ptr, &element… in PHP_FUNCTION()
2158 …(), getThis(), "OO", &z_collection_dest, oci_coll_class_entry_ptr, &z_collection_from, oci_coll_cl… in PHP_FUNCTION()
2191 …od_parameters(ZEND_NUM_ARGS(), getThis(), "Ols", &z_collection, oci_coll_class_entry_ptr, &element… in PHP_FUNCTION()
2216 …thod_parameters(ZEND_NUM_ARGS(), getThis(), "O", &z_collection, oci_coll_class_entry_ptr) == FAILU… in PHP_FUNCTION()
2241 …thod_parameters(ZEND_NUM_ARGS(), getThis(), "O", &z_collection, oci_coll_class_entry_ptr) == FAILU… in PHP_FUNCTION()
2266 …hod_parameters(ZEND_NUM_ARGS(), getThis(), "Ol", &z_collection, oci_coll_class_entry_ptr, &trim_si… in PHP_FUNCTION()
2300 object_init_ex(return_value, oci_coll_class_entry_ptr); in PHP_FUNCTION()
H A Dphp_oci8_int.h67 extern zend_class_entry *oci_coll_class_entry_ptr;
H A Doci8.c84 zend_class_entry *oci_coll_class_entry_ptr; variable
293 oci_coll_class_entry_ptr = zend_register_internal_class(&oci_coll_class_entry); in PHP_MINIT_FUNCTION()

Completed in 22 milliseconds