Home
last modified time | relevance | path

Searched refs:execute (Results 326 – 343 of 343) sorted by relevance

1...<<11121314

/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt327 printf("[%03d] prepare/execute failed, [%d] %s\n",
364 printf("[%03d] prepare/execute failed, [%d] %s\n",
405 printf("[%03d] prepare/execute failed, [%d] %s\n",
453 printf("[%03d] prepare/execute failed, [%d] %s\n",
490 printf("[%03d] prepare/execute failed, [%d] %s\n",
/PHP-7.3/ext/oci8/tests/
H A Dedition_2.phpt111 // execute the alter system set edition ='MYEDITION' .get the value .
/PHP-7.3/ext/pgsql/
H A DREADME74 send or execute query. If there is result left on connection,
/PHP-7.3/ext/mysqli/
H A Dmysqli_fe.c641 PHP_FALIAS(execute, mysqli_stmt_execute, arginfo_mysqli_no_params)
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd.h232 #define mysqlnd_stmt_execute(stmt) (stmt)->m->execute((stmt))
H A Dmysqlnd_ps.c610 MYSQLND_METHOD(mysqlnd_stmt, execute)(MYSQLND_STMT * const s) in MYSQLND_METHOD() argument
2320 MYSQLND_METHOD(mysqlnd_stmt, execute),
H A Dmysqlnd_structs.h762 func_mysqlnd_stmt__execute execute; in MYSQLND_CLASS_METHODS_TYPE() local
/PHP-7.3/sapi/fpm/
H A Dwww.conf.in135 ; The number of requests each child process should execute before respawning.
401 ; execute php code.
/PHP-7.3/
H A Dltmain.sh619 mode=execute
629 test -n "$execute_dlfiles" && mode=execute
644 if test -n "$execute_dlfiles" && test "$mode" != execute; then
6389 modename="$modename: execute"
6807 execute)
H A Dacinclude.m444 dnl execute code, if variable is not set in namespace
1675 dnl component of the path has execute but not read permissions
/PHP-7.3/win32/build/
H A Dconfig.w32177 var _tmp = execute(cppcheck + " --version").split(/ /)[1];
/PHP-7.3/ext/sqlite3/
H A Dsqlite3.c1560 PHP_METHOD(sqlite3stmt, execute) in PHP_METHOD() argument
2037 PHP_ME(sqlite3stmt, execute, arginfo_sqlite3_void, ZEND_ACC_PUBLIC)
/PHP-7.3/ext/pdo/
H A Dpdo_stmt.c421 static PHP_METHOD(PDOStatement, execute) in PHP_METHOD() argument
2177 PHP_ME(PDOStatement, execute, arginfo_pdostatement_execute, ZEND_ACC_PUBLIC)
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DRE441 When we say "call a group," it actually means, "re-execute the subexp in
/PHP-7.3/sapi/fpm/tests/
H A Dtester.inc80 * The PHP code to execute
/PHP-7.3/ext/phar/phar/
H A Dpharcommand.inc18 * in order to retrieve and execute phar functions.
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY57 2019/03/04: fix #132: don't execute testp if ENABLE_POSIX_API == no
/PHP-7.3/build/
H A Dlibtool.m44498 # If there is no Makefile yet, we rely on a make rule to execute

Completed in 119 milliseconds

1...<<11121314