Home
last modified time | relevance | path

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

/PHP-8.3/ext/oci8/
H A Doci8_interface.c2096 …thod_parameters(ZEND_NUM_ARGS(), getThis(), "O", &z_collection, oci_coll_class_entry_ptr) == FAILU… in PHP_FUNCTION()
2120 …hod_parameters(ZEND_NUM_ARGS(), getThis(), "Os", &z_collection, oci_coll_class_entry_ptr, &value, … in PHP_FUNCTION()
2145 …hod_parameters(ZEND_NUM_ARGS(), getThis(), "Ol", &z_collection, oci_coll_class_entry_ptr, &element… in PHP_FUNCTION()
2168 …(), getThis(), "OO", &z_collection_dest, oci_coll_class_entry_ptr, &z_collection_from, oci_coll_cl… in PHP_FUNCTION()
2201 …od_parameters(ZEND_NUM_ARGS(), getThis(), "Ols", &z_collection, oci_coll_class_entry_ptr, &element… in PHP_FUNCTION()
2226 …thod_parameters(ZEND_NUM_ARGS(), getThis(), "O", &z_collection, oci_coll_class_entry_ptr) == FAILU… in PHP_FUNCTION()
2251 …thod_parameters(ZEND_NUM_ARGS(), getThis(), "O", &z_collection, oci_coll_class_entry_ptr) == FAILU… in PHP_FUNCTION()
2276 …hod_parameters(ZEND_NUM_ARGS(), getThis(), "Ol", &z_collection, oci_coll_class_entry_ptr, &trim_si… in PHP_FUNCTION()
2310 object_init_ex(return_value, oci_coll_class_entry_ptr); in PHP_FUNCTION()
H A Dphp_oci8_int.h73 extern zend_class_entry *oci_coll_class_entry_ptr;
H A Doci8.c93 zend_class_entry *oci_coll_class_entry_ptr; variable
289 oci_coll_class_entry_ptr = register_class_OCICollection(); in PHP_MINIT_FUNCTION()

Completed in 22 milliseconds