Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/ftp/tests/
H A Dserver.inc28 function pasv_listen($action){
35 switch ($action) {
246 fputs($s, "552 Requested file action aborted.\r\n");
258 fputs($s, "552 Requested file action aborted.\r\n");
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug30106.phpt22 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug36226-2.phpt25 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug39815.phpt26 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug35142.phpt27 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug36226.phpt27 function __doRequest($request, $location, $action, $version, $one_way = 0) {
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-5.5/ext/imap/
H A Dconfig.m423 dnl PHP_IMAP_TEST_BUILD(function, action-if-ok, action-if-not-ok, extra-libs)
/PHP-5.5/
H A Dacinclude.m4332 dnl PHP_CHECK_GCC_ARG(arg, action-if-found, action-if-not-found)
1066 dnl _PHP_CHECK_SIZEOF(type, cross-value, extra-headers [, found-action [, not-found-action]])
1839 dnl PHP_CHECK_LIBRARY(library, function [, action-found [, action-not-found [, extra-libs]]])
1863 dnl PHP_CHECK_FRAMEWORK(framework, function [, action-found [, action-not-found ]])
1951 dnl PHP_TEST_BUILD(function, action-if-ok, action-if-not-ok [, extra-libs [, extra-source]])
2251 dnl PHP_SETUP_KERBEROS(shared-add [, action-found [, action-not-found]])
2309 dnl PHP_SETUP_OPENSSL(shared-add [, action-found [, action-not-found]])
2430 dnl PHP_SETUP_ICONV(shared-add [, action-found [, action-not-found]])
2528 dnl PHP_SETUP_LIBXML(shared-add [, action-found [, action-not-found]])
H A Dphp.ini-development400 ; it to take action for. The recommended way of setting values for this
404 ; By default, PHP is set to take action on all errors, notices and warnings EXCEPT
H A Dphp.ini-production400 ; it to take action for. The recommended way of setting values for this
404 ; By default, PHP is set to take action on all errors, notices and warnings EXCEPT
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h804 #define ACROSSCHAR(condition, eptr, action) \ argument
805 while((condition) && ((eptr) & 0xc0) == 0x80) action
900 #define ACROSSCHAR(condition, eptr, action) \ argument
901 if ((condition) && ((eptr) & 0xfc00) == 0xdc00) action
962 #define ACROSSCHAR(condition, eptr, action) do { } while (0) argument
H A DNEWS136 recursively. In Windows environments, the default action for directories is
/PHP-5.5/ext/soap/
H A Dsoap.c362 ZEND_ARG_INFO(0, action)
2588 if (action == NULL) {
2591 ZVAL_STRING(params[2], action, 1);
2753 smart_str action = {0}; local
2766 smart_str_appends(&action, call_uri);
2767 smart_str_appendc(&action, '#');
2768 smart_str_appends(&action, function);
2772 smart_str_0(&action);
2776 smart_str_free(&action);
3106 char *buf, *location, *action; local
[all …]
/PHP-5.5/ext/zlib/tests/
H A Ddata.inc36 And lose the name of action.
/PHP-5.5/ext/interbase/
H A Dinterbase.c286 ZEND_ARG_INFO(0, action)
293 ZEND_ARG_INFO(0, action)
299 ZEND_ARG_INFO(0, action)
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch118 - map = apprentice_load(ms, fn, action);
122 + map = apprentice_load(ms, fn, action);
240 if ((fn = magic_getpath(fn, action)) == NULL)
257 + return apprentice_1(ms, fn, action);
292 load_1(struct magic_set *ms, int action, const char *fn, int *errs,
368 apprentice_load(struct magic_set *ms, const char *fn, int action)
395 if (action == FILE_CHECK)
460 load_1(ms, action, filearr[i], &errs, mentry,
468 load_1(ms, action, fn, &errs, mentry, mentrycount);
552 - if (action == FILE_CHECK) {
[all …]
/PHP-5.5/ext/oci8/
H A Doci8_interface.c1849 char *action; local
1852 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &z_connection, &action, &action_len) ==…
1858 …rSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) action, (ub4) action_len,…
H A Doci8.c449 ZEND_ARG_INFO(0, action)
/PHP-5.5/ext/oci8/tests/
H A Dreflection1.phpt1076 Parameter #1 [ <required> $action ]
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja697 text may not be passed onto action php properly.
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc993 * Run the action of adding a file to
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt3050 zero. It is changed only by calling this function, whose action is to
4167 the same match. The PCRE_DFA_RESTART option requests this action; when
4622 action is limited to that group, even if the group does not contain any
4960 pattern. This escaping action applies whether or not the following
6399 action of the matcher is to try again with only 5 digits matching the
7601 causes it to be triggered, and its action is taken. There can never be
9306 to take any special action at run time in this case.
9681 behave exactly as for the REG_NEWLINE action.
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c99381 int action; /* One of OE_None, OE_Cascade etc. */
99385 action = pFKey->aAction[iAction];
99388 if( action!=OE_None && !pTrigger ){
99453 if( action!=OE_Restrict && (action!=OE_Cascade || pChanges) ){
99455 if( action==OE_Cascade ){
99460 }else if( action==OE_SetDflt ){
99479 if( action==OE_Restrict ){
99534 switch( action ){
103802 static const char *actionName(u8 action){
103804 switch( action ){
[all …]

Completed in 634 milliseconds

1234