Searched refs:cmp_func (Results 1 – 3 of 3) sorted by relevance
68 zval cmp_func; member
869 ZVAL_COPY_VALUE(&collation->fci.fci.function_name, &collation->cmp_func); in php_sqlite3_callback_compare()1053 ZVAL_COPY(&collation->cmp_func, callback_func); in PHP_METHOD()2124 if (!Z_ISUNDEF(collation->cmp_func)) { in php_sqlite3_object_free_storage()2125 zval_ptr_dtor(&collation->cmp_func); in php_sqlite3_object_free_storage()
466 if ($soap_test->cmp_func !== NULL) {467 $cmp_func = $soap_test->cmp_func;468 $ok = $cmp_func($sent_d,$return);
Completed in 14 milliseconds