Home
last modified time | relevance | path

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

1234

/PHP-7.3/ext/soap/tests/bugs/
H A Dbug30045.phpt25 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug37083.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0) {
/PHP-7.3/
H A Dacinclude.m4329 dnl PHP_CHECK_GCC_ARG(arg, action-if-found, action-if-not-found)
1051 dnl _PHP_CHECK_SIZEOF(type, cross-value, extra-headers [, found-action [, not-found-action]])
1863 dnl PHP_CHECK_LIBRARY(library, function [, action-found [, action-not-found [, extra-libs]]])
1887 dnl PHP_CHECK_FRAMEWORK(framework, function [, action-found [, action-not-found ]])
1975 dnl PHP_TEST_BUILD(function, action-if-ok, action-if-not-ok [, extra-libs [, extra-source]])
2262 dnl PHP_SETUP_KERBEROS(shared-add [, action-found [, action-not-found]])
2320 dnl PHP_SETUP_OPENSSL(shared-add [, action-found [, action-not-found]])
2441 dnl PHP_SETUP_ICONV(shared-add [, action-found [, action-not-found]])
2539 dnl PHP_SETUP_LIBXML(shared-add [, action-found [, action-not-found]])
H A Dphp.ini-development408 ; it to take action for. The recommended way of setting values for this
412 ; By default, PHP is set to take action on all errors, notices and warnings EXCEPT
1496 ; to URLs. <form> tag's action attribute URL will not be modified
1508 ; <form> tags is special. PHP will check action attribute's URL regardless
H A Dphp.ini-production408 ; it to take action for. The recommended way of setting values for this
412 ; By default, PHP is set to take action on all errors, notices and warnings EXCEPT
1498 ; to URLs. <form> tag's action attribute URL will not be modified
1510 ; <form> tags is special. PHP will check action attribute's URL regardless
/PHP-7.3/ext/pdo_oci/
H A Doci_driver.c463 zend_string *action = zval_get_string(val); in oci_handle_set_attribute() local
466 (dvoid *) ZSTR_VAL(action), (ub4) ZSTR_LEN(action), in oci_handle_set_attribute()
/PHP-7.3/ext/imap/
H A Dconfig.m421 dnl PHP_IMAP_TEST_BUILD(function, action-if-ok, action-if-not-ok, extra-libs, extra-source)
/PHP-7.3/ext/ftp/tests/
H A Dserver.inc24 function pasv_listen($action){
31 switch ($action) {
247 fputs($s, "552 Requested file action aborted.\r\n");
259 fputs($s, "552 Requested file action aborted.\r\n");
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_help.c31 #define PHPDBG_COMMAND_HELP_D(name, tip, alias, action) \ argument
32 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, action, &phpdbg_prompt_commands[16], 0}
/PHP-7.3/ext/soap/
H A Dsoap.c355 ZEND_ARG_INFO(0, action)
2525 if (action == NULL) {
2528 ZVAL_STRING(&params[2], action);
2601 smart_str action = {0}; local
2719 smart_str_appends(&action, call_uri);
2720 smart_str_appendc(&action, '#');
2725 smart_str_0(&action);
2729 smart_str_free(&action);
2781 smart_str_free(&action);
3049 char *location, *action; local
[all …]
/PHP-7.3/ext/zlib/tests/
H A Ddata.inc35 And lose the name of action.
/PHP-7.3/ext/interbase/
H A Dinterbase.c286 ZEND_ARG_INFO(0, action)
293 ZEND_ARG_INFO(0, action)
299 ZEND_ARG_INFO(0, action)
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch149 apprentice_1(struct magic_set *ms, const char *fn, int action)
170 - map = apprentice_load(ms, fn, action);
174 + map = apprentice_load(ms, fn, action);
351 file_apprentice(struct magic_set *ms, const char *fn, int action)
362 if ((fn = magic_getpath(fn, action)) == NULL)
379 + return apprentice_1(ms, fn, action);
597 load_1(ms, action, filearr[i], &errs, mset);
604 load_1(ms, action, fn, &errs, mset);
728 - if (action == FILE_CHECK) {
3416 -magic_getpath(const char *magicfile, int action)
[all …]
/PHP-7.3/ext/oci8/
H A Doci8_interface.c1971 char *action; in PHP_FUNCTION() local
1977 Z_PARAM_STRING(action, action_len) in PHP_FUNCTION()
1982 …rSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) action, (ub4) action_len,… in PHP_FUNCTION()
H A Doci8.c418 ZEND_ARG_INFO(0, action)
428 ZEND_ARG_INFO(0, action)
/PHP-7.3/ext/oci8/tests/
H A Dreflection1.phpt1077 Parameter #1 [ <required> $action ]
/PHP-7.3/ext/standard/
H A Durl_scanner_ex.re482 strncasecmp(ZSTR_VAL(ctx->arg.s), "action", ZSTR_LEN(ctx->arg.s)) == 0) {
/PHP-7.3/ext/phar/phar/
H A Dpharcommand.inc993 * Run the action of adding a file to
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c116210 action = pFKey->aAction[iAction];
116211 if( action==OE_Restrict && (db->flags & SQLITE_DeferFKs) ){
116216 if( action!=OE_None && !pTrigger ){
116276 if( action!=OE_Restrict && (action!=OE_Cascade || pChanges) ){
116278 if( action==OE_Cascade ){
116282 }else if( action==OE_SetDflt ){
116301 if( action==OE_Restrict ){
116355 switch( action ){
121430 static const char *actionName(u8 action){
121432 switch( action ){
[all …]

Completed in 580 milliseconds

1234