Searched defs:bind (Results 1 – 5 of 5) sorted by relevance
/php-src/Zend/ |
H A D | zend_closures.stub.php | 13 public static function bind( function in Closure
|
H A D | zend_closures.c | 253 ZEND_METHOD(Closure, bind) in ZEND_METHOD() argument
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd.h | 225 #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 D | ir_elf.h | 88 #define ELFSYM_INFO(bind, type) (((bind) << 4) | (type)) argument
|
/php-src/ext/soap/ |
H A D | php_sdl.c | 2827 static sdlBindingPtr make_persistent_sdl_binding(sdlBindingPtr bind, HashTable *ptr_map) in make_persistent_sdl_binding()
|
Completed in 21 milliseconds