Home
last modified time | relevance | path

Searched refs:action (Results 101 – 125 of 126) sorted by relevance

123456

/PHP-8.3/build/
H A Dphp.m41017 dnl _PHP_CHECK_SIZEOF(type, cross-value, extra-headers [, found-action [, not-found-action]])
1507 dnl PHP_CHECK_LIBRARY(library, function [, action-found [, action-not-found [, extra-libs]]])
1531 dnl PHP_CHECK_FRAMEWORK(framework, function [, action-found [, action-not-found ]])
1625 dnl PHP_TEST_BUILD(function, action-if-ok, action-if-not-ok [, extra-libs [, extra-source]])
1925 dnl PHP_SETUP_OPENSSL(shared-add [, action-found [, action-not-found]])
1943 dnl PHP_SETUP_ICONV(shared-add [, action-found [, action-not-found]])
2020 dnl PHP_SETUP_LIBXML(shared-add [, action-found])
/PHP-8.3/ext/oci8/tests/
H A Dconn_attr_4.phpt104 string(%d) "oci_set_action(): Argument #2 ($action) must be of type string, resource given"
/PHP-8.3/ext/soap/
H A Dsoap.stub.php588 …public function __doRequest(string $request, string $location, string $action, int $version, bool … argument
H A Dsoap_arginfo.h119 ZEND_ARG_TYPE_INFO(0, action, IS_STRING, 0)
/PHP-8.3/ext/oci8/
H A Doci8.stub.php797 function oci_set_action($connection, string $action): bool {}
805 function oci_set_db_operation($connection, string $action): bool {}
H A Doci8_interface.c1778 char *action; in PHP_FUNCTION() local
1783 Z_PARAM_STRING(action, action_len) in PHP_FUNCTION()
1791 …rSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) action, (ub4) action_len,… in PHP_FUNCTION()
H A Doci8_arginfo.h323 ZEND_ARG_TYPE_INFO(0, action, IS_STRING, 0)
/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_arm.lua96 local function waction(action, val, a, num)
97 local w = assert(map_action[action], "bad action name `"..action.."'")
H A Ddasm_arm64.lua98 local function waction(action, val, a, num)
99 local w = assert(map_action[action], "bad action name `"..action.."'")
H A Ddasm_ppc.lua98 local function waction(action, val, a, num)
99 local w = assert(map_action[action], "bad action name `"..action.."'")
H A Ddasm_x86.lua146 local function waction(action, a, num)
147 wputxb(assert(map_action[action], "bad action name `"..action.."'"))
/PHP-8.3/ext/zlib/tests/
H A Ddata.inc35 And lose the name of action.
/PHP-8.3/ext/sqlite3/
H A Dsqlite3.c37 static int php_sqlite3_authorizer(void *autharg, int action, const char *arg1, const char *arg2, co…
2079 static int php_sqlite3_authorizer(void *autharg, int action, const char *arg1, const char *arg2, co… in php_sqlite3_authorizer() argument
2083 if (action == SQLITE_ATTACH) { in php_sqlite3_authorizer()
2109 ZVAL_LONG(&argv[0], action); in php_sqlite3_authorizer()
/PHP-8.3/ext/hash/tests/
H A Dcrc32.phpt75 echo hash('crc32c', "For every action there is an equal and opposite government program."), "\n";
/PHP-8.3/ext/opcache/jit/
H A DREADME.md96 # As well as anything else from .github/actions/apt-x32/action.yml that you're testing locally
/PHP-8.3/ext/ftp/tests/
H A Dserver.inc217 fputs($s, "552 Requested file action aborted.\r\n");
229 fputs($s, "552 Requested file action aborted.\r\n");
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch229 file_apprentice(struct magic_set *ms, const char *fn, int action)
236 if ((fn = magic_getpath(fn, action)) == NULL)
253 + return apprentice_1(ms, fn, action);
288 load_1(struct magic_set *ms, int action, const char *fn, int *errs,
439 load_1(ms, action, filearr[i], &errs, mset);
448 load_1(ms, action, fn, &errs, mset);
2394 -magic_getpath(const char *magicfile, int action)
2403 - return action == FILE_LOAD ? get_default_magic() : MAGIC;
/PHP-8.3/
H A Dphp.ini-production452 ; it to take action for. The recommended way of setting values for this
456 ; By default, PHP is set to take action on all errors, notices and warnings EXCEPT
1515 ; to URLs. <form> tag's action attribute URL will not be modified
1527 ; <form> tags is special. PHP will check action attribute's URL regardless
H A Dphp.ini-development450 ; it to take action for. The recommended way of setting values for this
454 ; By default, PHP is set to take action on all errors, notices and warnings EXCEPT
1513 ; to URLs. <form> tag's action attribute URL will not be modified
1525 ; <form> tags is special. PHP will check action attribute's URL regardless
/PHP-8.3/ext/soap/tests/bugs/
H A Dbug37083.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
/PHP-8.3/ext/standard/
H A Durl_scanner_ex.re480 strncasecmp(ZSTR_VAL(ctx->arg.s), "action", ZSTR_LEN(ctx->arg.s)) == 0) {
/PHP-8.3/.github/workflows/
H A Dnightly.yml812 uses: hendrikmuhs/ccache-action@v1.2
/PHP-8.3/ext/phar/tests/files/
H A Dpear2coverage.phar122 $output->writeAttribute('action', $this->controller->getTOCLink());
/PHP-8.3/ext/phar/phar/
H A Dpharcommand.inc1005 * Run the action of adding a file to
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic34407 0 search Netlist(Freeze) pcb-rnd or gEDA/PCB netlist forward annotation action script

Completed in 192 milliseconds

123456