Searched refs:php_oci_bind_pre_exec (Results 1 – 2 of 2) sorted by relevance
495 int php_oci_bind_pre_exec(zval *data, void *result);
547 zend_hash_apply_with_argument(statement->binds, php_oci_bind_pre_exec, (void *)&result); in php_oci_statement_execute()916 int php_oci_bind_pre_exec(zval *data, void *result) in php_oci_bind_pre_exec() function
Completed in 15 milliseconds