Home
last modified time | relevance | path

Searched refs:action (Results 1 – 25 of 84) sorted by relevance

1234

/PHP-7.0/ext/standard/tests/general_functions/
H A Durl_rewriter.phpt68 <form action=""></form>
69 <form action="foo.php"></form>
70 <form action="//php.net/foo.php"></form>
71 <form action="http://php.net/foo.php"></form>
73 <form action="bad://php.net/foo.php"></form>
74 <form action="//bad.net/foo.php"></form>
75 <form action="http://php.net/foo.php"></form>
76 <form action="bad://php.net/foo.php"></form>
77 <form action="//bad.net/foo.php"></form>
130 <form action=""><input type="hidden" name="PHPSESSID" value="id" /><input type="hidden" name="a" va…
[all …]
/PHP-7.0/ext/interbase/
H A Dibase_service.c281 static char action[] = { isc_action_svc_display_user }; in _php_ibase_service_query() local
283 if (isc_service_start(IB_STATUS, &svm->handle, NULL, sizeof(action), action)) { in _php_ibase_service_query()
493 zend_long action, argument = 0; in _php_ibase_service_action() local
499 &res, &db, &dblen, &action, &argument)) { in _php_ibase_service_action()
507 switch (action) { in _php_ibase_service_action()
520 switch (action) { in _php_ibase_service_action()
537 argument |= action; in _php_ibase_service_action()
538 action = isc_spb_options; in _php_ibase_service_action()
557 db, (char)action, (char)argument); in _php_ibase_service_action()
600 zend_long action; in PHP_FUNCTION() local
[all …]
/PHP-7.0/ext/session/tests/
H A Dbug36459.phpt24 <a href="/b2w/www/ru/adm/pages/?action=prev&rec_id=8&pid=2"
27 …<a href="/b2w/www/ru/adm/pages/?action=prev&rec_id=8&pid=2" style="font: normal 11pt Times New Rom…
37 <a href="/b2w/www/ru/adm/pages/?action=prev&rec_id=8&pid=2&sid=%s"
40 …<a href="/b2w/www/ru/adm/pages/?action=prev&rec_id=8&pid=2&sid=%s" style="font: normal 11pt Times …
H A D018.phpt22 <form accept-charset="ISO-8859-15, ISO-8859-1" action=url.php>
27 <form accept-charset="ISO-8859-15, ISO-8859-1" action=url.php><input type="hidden" name="PHPSESSID"…
H A Dsession_basic3.phpt93 <form action="script.php" method="post">
193 <form action="script.php" method="post">
197 <form action="../script.php" method="post">
201 <form action="/path/script.php" method="post">
205 <form action="../path/script.php" method="post">
209 <form action="http://php.net/script.php" method="post">
213 <form action="https://php.net/script.php" method="post">
217 <form action="//php.net/script.php" method="post">
320 <form action="script.php" method="post"><input type="hidden" name="PHPSESSID" value="testid" /><inp…
324 <form action="../script.php" method="post"><input type="hidden" name="PHPSESSID" value="testid" /><…
[all …]
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_process_ctl.h20 void fpm_pctl(int new_state, int action);
/PHP-7.0/ext/phar/tests/
H A Dfrontcontroller23.phpt2 Phar front controller with generic action router test
/PHP-7.0/ext/pdo/tests/
H A Dpdo_017.phpt44 function countRows($action) {
49 return "Counted $res rows after $action.\n";
/PHP-7.0/ext/phar/tests/cache_list/
H A Dfrontcontroller23.phpt2 Phar front controller with generic action router test [cache_list]
/PHP-7.0/ext/standard/tests/strings/
H A Dlcfirst.phpt57 echo "\n--- Testing lowercamelcase action call example ---\n";
64 $action = lcfirst(substr($m, 3));
65 $this->$action = $v[0];
206 --- Testing lowercamelcase action call example ---
/PHP-7.0/ext/soap/tests/
H A Dbug70875.phpt12 public function __doRequest($request, $location, $action, $version, $one_way = 0)
H A Dtransport001.phpt19 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dclassmap003.phpt36 function __doRequest($request, $location, $action, $version, $one_way = 0) {
/PHP-7.0/ext/soap/tests/bugs/
H A Dbug28969.phpt20 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug54911.phpt8 function __doRequest($request, $location, $action, $version, $one_way=false) {
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) {
/PHP-7.0/ext/fileinfo/libmagic/
H A Dapprentice.c421 if (action == FILE_COMPILE) { in apprentice_1()
422 map = apprentice_load(ms, fn, action); in apprentice_1()
433 map = apprentice_load(ms, fn, action); in apprentice_1()
447 if (action == FILE_LIST) { in apprentice_1()
595 return apprentice_1(ms, fn, action); in file_apprentice()
623 file_err = apprentice_1(ms, fn, action); in file_apprentice()
643 if (action == FILE_LOAD) in file_apprentice()
652 switch (action) { in file_apprentice()
1239 if (action == FILE_CHECK) in apprentice_load()
1287 load_1(ms, action, fn, &errs, mset); in apprentice_load()
[all …]

Completed in 57 milliseconds

1234