Searched refs:php_oci_bind_hash_dtor (Results 1 – 3 of 3) sorted by relevance
420 void php_oci_bind_hash_dtor(zval *data);
1254 zend_hash_init(statement->binds, 13, NULL, php_oci_bind_hash_dtor, 0); in php_oci_bind_by_name()1713 zend_hash_init(statement->binds, 13, NULL, php_oci_bind_hash_dtor, 0); in php_oci_bind_array_by_name()
1415 void php_oci_bind_hash_dtor(zval *data) in php_oci_bind_hash_dtor() function
Completed in 19 milliseconds