Home
last modified time | relevance | path

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

1234

/PHP-5.5/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()
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.5/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"…
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_process_ctl.h20 void fpm_pctl(int new_state, int action);
H A Dfpm_scoreboard.h74 …lq, int lq_len, int requests, int max_children_reached, int slow_rq, int action, struct fpm_scoreb…
/PHP-5.5/ext/phar/tests/
H A Dfrontcontroller23.phpt2 Phar front controller with generic action router test
/PHP-5.5/ext/pdo/tests/
H A Dpdo_017.phpt44 function countRows($action) {
49 return "Counted $res rows after $action.\n";
/PHP-5.5/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-5.5/ext/phar/tests/cache_list/
H A Dfrontcontroller23.phpt2 Phar front controller with generic action router test [cache_list]
/PHP-5.5/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) {
H A Dbug29795.phpt15 function __doRequest($request, $location, $action, $version, $one_way = 0) {
/PHP-5.5/ext/soap/tests/
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) {
H A Dtypemap012.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0) {
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c399 if (action == FILE_COMPILE) { in apprentice_1()
400 map = apprentice_load(ms, fn, action); in apprentice_1()
411 map = apprentice_load(ms, fn, action); in apprentice_1()
425 if (action == FILE_LIST) { in apprentice_1()
548 if ((fn = magic_getpath(fn, action)) == NULL) in file_apprentice()
564 return apprentice_1(ms, fn, action); in file_apprentice()
594 file_err = apprentice_1(ms, fn, action); in file_apprentice()
610 if (action == FILE_LOAD) in file_apprentice()
618 switch (action) { in file_apprentice()
1154 if (action == FILE_CHECK) in apprentice_load()
[all …]

Completed in 783 milliseconds

1234