Home
last modified time | relevance | path

Searched refs:action (Results 26 – 50 of 94) sorted by relevance

1234

/PHP-7.3/ext/soap/tests/bugs/
H A Dbug29844.phpt24 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug38055.phpt23 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug42692.phpt21 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug46419.phpt19 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug34643.phpt25 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug38067.phpt22 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug36999.phpt24 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug38004.phpt22 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug34449.phpt8 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug29795.phpt15 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug50762.phpt25 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug30928.phpt27 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug31695.phpt20 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug35273.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug38005.phpt20 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug55323.phpt17 function __doRequest($request, $location, $action, $version, $one_way = 0) {
/PHP-7.3/ext/soap/tests/
H A Dclassmap003.phpt36 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dtypemap012.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dclassmap004.phpt44 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug71711.phpt9 public function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug47021.phpt61 public function __doRequest($request, $location, $action, $version, $one_way = null)
63 $response = parent::__doRequest($request, $location, $action, $version, $one_way);
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_scoreboard.h72 …lq, int lq_len, int requests, int max_children_reached, int slow_rq, int action, struct fpm_scoreb…
/PHP-7.3/ext/fileinfo/libmagic/
H A Dapprentice.c421 if (action == FILE_COMPILE) { in apprentice_1()
422 map = apprentice_load(ms, fn, action); in apprentice_1()
435 map = apprentice_load(ms, fn, action); in apprentice_1()
448 if (action == FILE_LIST) { in apprentice_1()
598 return apprentice_1(ms, fn, action); in file_apprentice()
626 fileerr = apprentice_1(ms, fn, action); in file_apprentice()
646 if (action == FILE_LOAD) in file_apprentice()
655 switch (action) { in file_apprentice()
1292 if (action == FILE_CHECK) in apprentice_load()
1340 load_1(ms, action, fn, &errs, mset); in apprentice_load()
[all …]
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h353 #define ACROSSCHAR(condition, eptr, action) \ argument
354 while((condition) && ((*eptr) & 0xc0u) == 0x80u) action
459 #define ACROSSCHAR(condition, eptr, action) \ argument
460 if ((condition) && ((*eptr) & 0xfc00u) == 0xdc00u) action
534 #define ACROSSCHAR(condition, eptr, action) do { } while (0) argument
/PHP-7.3/ext/oci8/tests/
H A Derror_set.phpt2 Check oci_set_{action,client_identifier,module_name,client_info} error handling

Completed in 42 milliseconds

1234