Searched refs:php_oci_bind_hash_dtor (Results 1 – 3 of 3) sorted by relevance
425 void php_oci_bind_hash_dtor(zval *data);
1267 zend_hash_init(statement->binds, 13, NULL, php_oci_bind_hash_dtor, 0); in php_oci_bind_by_name()1718 zend_hash_init(statement->binds, 13, NULL, php_oci_bind_hash_dtor, 0); in php_oci_bind_array_by_name()
536 void php_oci_bind_hash_dtor(zval *data) in php_oci_bind_hash_dtor() function
Completed in 21 milliseconds