Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/
H A Dphp_sqlite3_structs.h68 zval cmp_func; member
H A Dsqlite3.c869 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()
/PHP-7.1/ext/soap/interop/
H A Dclient_round2_interop.php466 if ($soap_test->cmp_func !== NULL) {
467 $cmp_func = $soap_test->cmp_func;
468 $ok = $cmp_func($sent_d,$return);

Completed in 13 milliseconds