Home
last modified time | relevance | path

Searched refs:action (Results 76 – 100 of 126) sorted by relevance

123456

/PHP-8.3/ext/soap/tests/bugs/
H A Dbug43045.phpt19 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug39121.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug50675.phpt9 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug39815.phpt26 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug73237.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug30106.phpt24 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug35142.phpt28 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug36226-2.phpt27 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug36226.phpt28 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug30045.phpt24 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
/PHP-8.3/ext/soap/tests/
H A Dtypemap003.phpt11 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dtypemap011.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dtypemap004.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dtypemap007.phpt11 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dtypemap008.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug71996.phpt9 public function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dgh15711.phpt31 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_mips.lua99 local function waction(action, val, a, num)
100 local w = assert(map_action[action], "bad action name `"..action.."'")
858 local function parse_imm(imm, bits, shift, scale, signed, action)
876 waction(action or "IMM",
/PHP-8.3/.github/workflows/
H A Dpush.yml99 uses: hendrikmuhs/ccache-action@v1.2
160 uses: hendrikmuhs/ccache-action@v1.2
190 uses: hendrikmuhs/ccache-action@v1.2
263 uses: hendrikmuhs/ccache-action@v1.2
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_process_ctl.c208 void fpm_pctl(int new_state, int action) /* {{{ */ in fpm_pctl() argument
210 switch (action) { in fpm_pctl()
/PHP-8.3/ext/pdo_oci/
H A Doci_driver.c469 zend_string *action = zval_try_get_string(val); in oci_handle_set_attribute() local
470 if (UNEXPECTED(!action)) { in oci_handle_set_attribute()
475 (dvoid *) ZSTR_VAL(action), (ub4) ZSTR_LEN(action), in oci_handle_set_attribute()
/PHP-8.3/ext/standard/libavifinfo/
H A DPATENTS39 terminated as of the date of the initiation of action unless 1) that suit
43 action by a Licensee).
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_help.c28 #define PHPDBG_COMMAND_HELP_D(name, tip, alias, action) \ argument
29 …{PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, action, &phpdbg_prompt_commands[16], 0, NULL, (boo…
/PHP-8.3/ext/soap/
H A Dsoap.c2113 if (action == NULL) {
2116 ZVAL_STRING(&params[2], action);
2178 smart_str action = {0}; local
2300 smart_str_appends(&action, call_uri);
2301 smart_str_appendc(&action, '#');
2302 smart_str_appends(&action, function);
2306 smart_str_0(&action);
2310 smart_str_free(&action);
2360 smart_str_free(&action);
2615 char *location, *action; local
[all …]
/PHP-8.3/ext/imap/
H A Dconfig.m419 dnl PHP_IMAP_TEST_BUILD(function, action-if-ok, action-if-not-ok, extra-libs, extra-source)

Completed in 41 milliseconds

123456