/PHP-5.6/ext/standard/tests/general_functions/ |
H A D | url_rewriter.phpt | 68 <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-5.6/ext/interbase/ |
H A D | ibase_service.c | 281 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() 491 long action, argument = 0; in _php_ibase_service_action() local 497 &res, &db, &dblen, &action, &argument)) { in _php_ibase_service_action() 505 switch (action) { in _php_ibase_service_action() 518 switch (action) { in _php_ibase_service_action() 521 _php_ibase_module_error("Unrecognised option (%ld)" TSRMLS_CC, action); in _php_ibase_service_action() 535 argument |= action; in _php_ibase_service_action() 536 action = isc_spb_options; in _php_ibase_service_action() 555 db, (char)action, (char)argument); in _php_ibase_service_action() [all …]
|
/PHP-5.6/ext/session/tests/ |
H A D | bug36459.phpt | 24 <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 D | 018.phpt | 22 <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"…
|
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_process_ctl.h | 20 void fpm_pctl(int new_state, int action);
|
/PHP-5.6/ext/phar/tests/ |
H A D | frontcontroller23.phpt | 2 Phar front controller with generic action router test
|
/PHP-5.6/ext/pdo/tests/ |
H A D | pdo_017.phpt | 44 function countRows($action) { 49 return "Counted $res rows after $action.\n";
|
/PHP-5.6/ext/standard/tests/strings/ |
H A D | lcfirst.phpt | 57 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-5.6/ext/phar/tests/cache_list/ |
H A D | frontcontroller23.phpt | 2 Phar front controller with generic action router test [cache_list]
|
/PHP-5.6/ext/soap/tests/ |
H A D | bug70875.phpt | 12 public function __doRequest($request, $location, $action, $version, $one_way = 0)
|
H A D | transport001.phpt | 19 function __doRequest($request, $location, $action, $version, $one_way = 0) {
|
H A D | classmap003.phpt | 36 function __doRequest($request, $location, $action, $version, $one_way = 0) {
|
H A D | typemap012.phpt | 10 function __doRequest($request, $location, $action, $version, $one_way = 0) {
|
/PHP-5.6/ext/soap/tests/bugs/ |
H A D | bug28969.phpt | 20 function __doRequest($request, $location, $action, $version, $one_way = 0) {
|
H A D | bug54911.phpt | 8 function __doRequest($request, $location, $action, $version, $one_way=false) {
|
H A D | bug42692.phpt | 21 function __doRequest($request, $location, $action, $version, $one_way = 0) {
|
H A D | bug46419.phpt | 19 function __doRequest($request, $location, $action, $version, $one_way = 0) {
|
H A D | bug29844.phpt | 24 function __doRequest($request, $location, $action, $version, $one_way = 0) {
|
H A D | bug38055.phpt | 23 function __doRequest($request, $location, $action, $version, $one_way = 0) {
|
H A D | bug34643.phpt | 25 function __doRequest($request, $location, $action, $version, $one_way = 0) {
|
H A D | bug38067.phpt | 22 function __doRequest($request, $location, $action, $version, $one_way = 0) {
|
H A D | bug36999.phpt | 24 function __doRequest($request, $location, $action, $version, $one_way = 0) {
|
H A D | bug38004.phpt | 22 function __doRequest($request, $location, $action, $version, $one_way = 0) {
|
H A D | bug34449.phpt | 8 function __doRequest($request, $location, $action, $version, $one_way = 0) {
|
/PHP-5.6/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 405 if (action == FILE_COMPILE) { in apprentice_1() 406 map = apprentice_load(ms, fn, action); in apprentice_1() 417 map = apprentice_load(ms, fn, action); in apprentice_1() 431 if (action == FILE_LIST) { in apprentice_1() 573 return apprentice_1(ms, fn, action); in file_apprentice() 603 file_err = apprentice_1(ms, fn, action); in file_apprentice() 623 if (action == FILE_LOAD) in file_apprentice() 632 switch (action) { in file_apprentice() 1167 if (action == FILE_CHECK) in apprentice_load() 1215 load_1(ms, action, fn, &errs, mset); in apprentice_load() [all …]
|