Home
last modified time | relevance | path

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

123456

/PHP-8.3/ext/pdo/tests/
H A Dpdo_017.phpt45 function countRows($action) {
50 return "Counted $res rows after $action.\n";
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_scoreboard.c102 int slow_rq, int action, struct fpm_scoreboard_s *scoreboard) /* {{{ */ in fpm_scoreboard_update_commit() argument
109 if (action == FPM_SCOREBOARD_ACTION_SET) { in fpm_scoreboard_update_commit()
180 int slow_rq, int action, struct fpm_scoreboard_s *scoreboard) /* {{{ */ in fpm_scoreboard_update() argument
184 idle, active, lq, lq_len, requests, max_children_reached, slow_rq, action, scoreboard); in fpm_scoreboard_update()
/PHP-8.3/ext/phar/tests/cache_list/
H A Dfrontcontroller23.phpt2 Phar front controller with generic action router test [cache_list]
/PHP-8.3/ext/session/tests/
H A Dsession_basic3.phpt88 <form action="script.php" method="post">
188 <form action="script.php" method="post">
192 <form action="../script.php" method="post">
196 <form action="/path/script.php" method="post">
200 <form action="../path/script.php" method="post">
204 <form method="post" action="http://php.net/script.php">
208 <form method="post" action="https://php.net/script.php">
212 <form method="post" action="//php.net/script.php">
331 <form method="post" action="http://php.net/script.php">
335 <form method="post" action="https://php.net/script.php">
[all …]
/PHP-8.3/ext/soap/tests/
H A Dbug70875.phpt12 public function __doRequest($request, $location, $action, $version, $one_way = 0): ?string
H A Dbug77410.phpt12 public function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dcustom_content_type.phpt47 if (strpos($headers, 'Multipart/Related; action="misc-uri#foo"') === FALSE)
73 if (strpos($headers, 'Content-Type: application/soap+xml; charset=utf-8; action="misc-uri#foo"') ==…
H A Dtransport001.phpt20 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug69668.phpt8 public function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dclassmap003.phpt37 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dtypemap012.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug70388.phpt10 public function __doRequest($request, $location, $action, $version, $one_way = 0): string {
/PHP-8.3/ext/soap/tests/bugs/
H A Dbug28969.phpt21 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug54911.phpt8 function __doRequest($request, $location, $action, $version, $one_way=false): ?string {
H A Dbug29844.phpt25 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug38055.phpt25 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug42692.phpt22 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug46419.phpt20 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug69085.phpt12 public function __doRequest($request, $location, $action, $version, $one_way = 0): string {
H A Dbug34643.phpt26 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug36999.phpt23 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug38067.phpt24 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug38004.phpt24 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
/PHP-8.3/.github/workflows/
H A Dclose-stale-prs.yml26 …ecent activity in this PR. It will automatically be closed in 7 days if no further action is taken.
/PHP-8.3/ext/fileinfo/libmagic/
H A Dapprentice.c483 if (action == FILE_COMPILE) { in apprentice_1()
484 map = apprentice_load(ms, fn, action); in apprentice_1()
495 map = apprentice_load(ms, fn, action); in apprentice_1()
512 if (action == FILE_LIST) { in apprentice_1()
690 return apprentice_1(ms, fn, action); in file_apprentice()
738 if (action == FILE_LOAD) in file_apprentice()
747 switch (action) { in file_apprentice()
1478 if (action == FILE_CHECK) in apprentice_load()
1528 load_1(ms, action, fn, &errs, mset); in apprentice_load()
1964 size_t lineno, int action) in parse() argument
[all …]

Completed in 65 milliseconds

123456