Home
last modified time | relevance | path

Searched defs:bind (Results 1 – 5 of 5) sorted by relevance

/php-src/Zend/
H A Dzend_closures.stub.php13 public static function bind( function in Closure
H A Dzend_closures.c253 ZEND_METHOD(Closure, bind) in ZEND_METHOD() argument
/php-src/ext/mysqlnd/
H A Dmysqlnd.h225 #define mysqlnd_stmt_free_param_bind(stmt,bind) (stmt)->m->free_parameter_bind((stmt), (bind)) argument
226 #define mysqlnd_stmt_bind_param(stmt,bind) (stmt)->m->bind_parameters((stmt), (bind)) argument
230 #define mysqlnd_stmt_free_result_bind(stmt,bind) (stmt)->m->free_result_bind((stmt), (bind)) argument
231 #define mysqlnd_stmt_bind_result(stmt,bind) (stmt)->m->bind_result((stmt), (bind)) argument
/php-src/ext/opcache/jit/ir/
H A Dir_elf.h88 #define ELFSYM_INFO(bind, type) (((bind) << 4) | (type)) argument
/php-src/ext/soap/
H A Dphp_sdl.c2872 static sdlBindingPtr make_persistent_sdl_binding(sdlBindingPtr bind, HashTable *ptr_map) in make_persistent_sdl_binding()

Completed in 25 milliseconds