Home
last modified time | relevance | path

Searched refs:execute (Results 351 – 374 of 374) sorted by relevance

1...<<1112131415

/PHP-8.3/sapi/embed/
H A DREADME.md110 php_printf("Failed to execute PHP script.\n");
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_types.phpt27 if (!$stmt->execute()) {
/PHP-8.3/ext/sqlite3/
H A Dsqlite3_arginfo.h200 ZEND_METHOD(SQLite3Stmt, execute);
258 ZEND_ME(SQLite3Stmt, execute, arginfo_class_SQLite3Stmt_execute, ZEND_ACC_PUBLIC)
H A Dsqlite3.c1775 PHP_METHOD(SQLite3Stmt, execute) in PHP_METHOD() argument
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_stmt_big_prepare.phpt21 // fetch tests, because the fetch tests would have to call prepare/execute etc.
35 /* execute query */
36 $stmt->execute();
H A Dmysqli_get_client_stats.phpt323 printf("[%03d] prepare/execute failed, [%d] %s\n",
360 printf("[%03d] prepare/execute failed, [%d] %s\n",
401 printf("[%03d] prepare/execute failed, [%d] %s\n",
449 printf("[%03d] prepare/execute failed, [%d] %s\n",
486 printf("[%03d] prepare/execute failed, [%d] %s\n",
/PHP-8.3/ext/zlib/tests/
H A Ddata.inc48 revenge. The villainy you teach me, I will execute, and it
/PHP-8.3/docs/
H A Dself-contained-extensions.md26 convert an embedded extension into a self-contained one. Install PHP and execute
/PHP-8.3/ext/oci8/tests/
H A Dedition_2.phpt116 // execute the alter system set edition ='MYEDITION' .get the value .
/PHP-8.3/ext/mbstring/tests/
H A Dencoding_tests.inc6 // Test failed limit. If you want to execute all tests, set to -1.
/PHP-8.3/
H A DUPGRADING.INTERNALS169 * SAPIs that may execute in alternative stacks have to set EG(stack_limit) and
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd.h220 #define mysqlnd_stmt_execute(stmt) (stmt)->m->execute((stmt))
H A Dmysqlnd_ps.c615 MYSQLND_METHOD(mysqlnd_stmt, execute)(MYSQLND_STMT * const s) in MYSQLND_METHOD() argument
1931 MYSQLND_METHOD(mysqlnd_stmt, execute),
H A Dmysqlnd_structs.h785 func_mysqlnd_stmt__execute execute; in MYSQLND_CLASS_METHODS_TYPE() local
/PHP-8.3/ext/mysqli/
H A Dmysqli.stub.php1259 public function execute(?array $params = null): bool {}
H A Dmysqli_arginfo.h1017 ZEND_ME_MAPPING(execute, mysqli_stmt_execute, arginfo_class_mysqli_stmt_execute, ZEND_ACC_PUBLIC)
/PHP-8.3/build/
H A Dltmain.sh619 mode=execute
629 test -n "$execute_dlfiles" && mode=execute
644 if test -n "$execute_dlfiles" && test "$mode" != execute; then
6402 modename="$modename: execute"
6820 execute)
H A Dphp.m41365 dnl component of the path has execute but not read permissions.
H A Dlibtool.m44507 # If there is no Makefile yet, we rely on a make rule to execute
/PHP-8.3/sapi/fpm/
H A Dwww.conf.in155 ; The number of requests each child process should execute before respawning.
453 ; execute php code.
/PHP-8.3/win32/build/
H A Dconfig.w32179 var _tmp = execute(cppcheck + " --version").split(/ /)[1];
/PHP-8.3/sapi/fpm/tests/
H A Dtester.inc94 * The PHP code to execute
507 …* @param array|null $envVars List of env variable to execute FPM with or null to use the curre…
/PHP-8.3/ext/pdo/
H A Dpdo_stmt.c386 PHP_METHOD(PDOStatement, execute) in PHP_METHOD() argument
/PHP-8.3/ext/phar/phar/
H A Dpharcommand.inc18 * in order to retrieve and execute phar functions.

Completed in 127 milliseconds

1...<<1112131415