Searched defs:how (Results 1 – 8 of 8) sorted by relevance
/PHP-7.1/ext/mysqli/ |
H A D | mysqli_mysqlnd.h | 40 #define mysqli_close(c, how) mysqlnd_close((c), (how)) argument
|
/PHP-7.1/ext/pdo/ |
H A D | pdo_stmt.c | 826 static int do_fetch(pdo_stmt_t *stmt, int do_bind, zval *return_value, enum pdo_fetch_type how, enu… in do_fetch() 1261 zend_long how = PDO_FETCH_USE_DEFAULT; in PHP_METHOD() local 1288 zend_long how = PDO_FETCH_CLASS; in PHP_METHOD() local 1375 zend_long how = PDO_FETCH_USE_DEFAULT; in PHP_METHOD() local
|
/PHP-7.1/sapi/fpm/fpm/ |
H A D | fpm_process_ctl.c | 121 int fpm_pctl_kill(pid_t pid, int how) /* {{{ */ in fpm_pctl_kill()
|
/PHP-7.1/main/streams/ |
H A D | transports.c | 505 PHPAPI int php_stream_xport_shutdown(php_stream *stream, stream_shutdown_t how) in php_stream_xport_shutdown()
|
H A D | php_stream_transport.h | 140 unsigned int how:2; member
|
/PHP-7.1/TSRM/ |
H A D | TSRM.c | 730 TSRM_API int tsrm_sigmask(int how, const sigset_t *set, sigset_t *oldset) in tsrm_sigmask()
|
/PHP-7.1/ext/pcntl/ |
H A D | pcntl.c | 1094 zend_long how, signo; in PHP_FUNCTION() local
|
/PHP-7.1/ext/standard/ |
H A D | streamsfuncs.c | 1586 zend_long how; in PHP_FUNCTION() local
|
Completed in 37 milliseconds