/PHP-5.5/ext/ftp/tests/ |
H A D | server.inc | 28 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 D | bug30106.phpt | 22 function __doRequest($request, $location, $action, $version, $one_way = 0) {
|
H A D | bug36226-2.phpt | 25 function __doRequest($request, $location, $action, $version, $one_way = 0) {
|
H A D | bug39815.phpt | 26 function __doRequest($request, $location, $action, $version, $one_way = 0) {
|
H A D | bug35142.phpt | 27 function __doRequest($request, $location, $action, $version, $one_way = 0) {
|
H A D | bug36226.phpt | 27 function __doRequest($request, $location, $action, $version, $one_way = 0) {
|
H A D | bug30045.phpt | 25 function __doRequest($request, $location, $action, $version, $one_way = 0) {
|
H A D | bug37083.phpt | 10 function __doRequest($request, $location, $action, $version, $one_way = 0) {
|
/PHP-5.5/ext/imap/ |
H A D | config.m4 | 23 dnl PHP_IMAP_TEST_BUILD(function, action-if-ok, action-if-not-ok, extra-libs)
|
/PHP-5.5/ |
H A D | acinclude.m4 | 332 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 D | php.ini-development | 400 ; 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 D | php.ini-production | 400 ; 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 D | pcre_internal.h | 804 #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 D | NEWS | 136 recursively. In Windows environments, the default action for directories is
|
/PHP-5.5/ext/soap/ |
H A D | soap.c | 362 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 D | data.inc | 36 And lose the name of action.
|
/PHP-5.5/ext/interbase/ |
H A D | interbase.c | 286 ZEND_ARG_INFO(0, action) 293 ZEND_ARG_INFO(0, action) 299 ZEND_ARG_INFO(0, action)
|
/PHP-5.5/ext/fileinfo/ |
H A D | libmagic.patch | 118 - 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 D | oci8_interface.c | 1849 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 D | oci8.c | 449 ZEND_ARG_INFO(0, action)
|
/PHP-5.5/ext/oci8/tests/ |
H A D | reflection1.phpt | 1076 Parameter #1 [ <required> $action ]
|
/PHP-5.5/ext/mbstring/ |
H A D | README_PHP3-i18n-ja | 697 text may not be passed onto action php properly.
|
/PHP-5.5/ext/phar/phar/ |
H A D | pharcommand.inc | 993 * Run the action of adding a file to
|
/PHP-5.5/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 3050 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 D | sqlite3.c | 99381 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 …]
|