| /PHP_TRUNK/build/ |
| H A D | build.mk | 8 # | available through the world-wide-web at the following url: |
|
| H A D | build2.mk | 8 # | available through the world-wide-web at the following url: |
|
| H A D | shtool | 17 ## (at your option) any later version. 416 echo "$msgprefix:Error: invalid number of arguments (at least $arg_NUMS expected)" 1>&2 1052 opt_F="%<at>-%<st>" 1059 opt_F="%<at>-unknown-%<st>" 1072 opt_F="Class: %[sc] (%[ac])\\nProduct: %[sp] (%[ap])\\nTechnology: %[st] (%[at])" 1085 opt_F="${opt_F}concise architecture technology: %<at>\\n" 1086 opt_F="${opt_F}regular architecture technology: %{at}\\n" 1087 opt_F="${opt_F}verbose architecture technology: %[at]\\n" 1249 n="<R>ed <H>at <E>nterprise <L>inux" 1251 n="<R>ed <H>at < [all...] |
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | engine.c | 16 #define at sat macro 27 #define at lat macro 52 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2) 620 - fast - step through the string at top speed 731 register unsigned char *matchp; /* last p at which a match ended */ 960 - at - print current situation 962 == static void at(struct match *m, unsigned char *title, unsigned char *start, unsigned char *stop, \ 967 at(m, title, start, stop, startst, stopst) function 1018 #undef at macro
|
| H A D | engine.ih | 26 static void at(struct match *m, unsigned char *title, unsigned char *start, unsigned char *stop, sopno startst, sopno stopst);
|
| H A D | main.c | 415 register char *at = NULL; local 420 at = should + 1; 466 if (at == NULL) 468 shlen = strlen(at); 471 if (strncmp(p, at, shlen) != 0) { 472 sprintf(grump, "matched null at `%.20s'", p);
|
| /PHP_TRUNK/ext/mysqli/tests/ |
| H A D | connect.inc | 48 PHP 6.0 at the time of the first PHP 5.3.0 release. 50 It is at least 5.0.5-dev.
|
| /PHP_TRUNK/ext/phar/phar/ |
| H A D | pharcommand.inc | 358 // no further check atm, maybe check for no '/' at beginning
|
| /PHP_TRUNK/ext/phar/tests/zip/files/ |
| H A D | corrupt_zipmaker.php.inc | 13 * version 2.1 of the License, or (at your option) any later version. 51 * @var string Data written at the end of the ZIP file 57 * @var string Data written at the start of the ZIP file
|
| /PHP_TRUNK/ext/spl/examples/ |
| H A D | keyfilter.inc | 32 * @param it Object that implements at least spl_forward
|
| H A D | recursivecomparedualiterator.inc | 20 * level we need to check whether both child iterators are at their end.
|
| /PHP_TRUNK/ext/spl/internal/ |
| H A D | limititerator.inc | 18 * A class that starts iteration at a certain offset and only iterates over
|
| H A D | multipleiterator.inc | 153 * @throws RuntimeException if mode MIT_NEED_ALL is set and at least one 196 * @throws LogicException if mode MIT_NEED_ALL is set and at least one
|
| H A D | recursiveiteratoriterator.inc | 156 /** @return Sub Iterator at given level or if unspecified the current sub
|
| H A D | spldoublylinkedlist.inc | 88 /** @return the element at the beginning of the DLL. 95 /** @return the element at the end of the DLL. 208 /** @return the data at a certain offset in the DLL 229 /** Defines the data at a certain offset in the DLL 255 /** Unsets the element at a certain offset in the DLL
|
| /PHP_TRUNK/main/ |
| H A D | alloca.c | 57 -- must know STACK_DIRECTION at compile-time 84 deduced at run-time. 96 #define STACK_DIR STACK_DIRECTION /* Known at compile-time. */ 150 /* Return a pointer to at least SIZE bytes of storage, 240 /* The stack segment linkage control information occurs at 363 /* There must be at least one stack segment. Therefore it is
|
| H A D | rfc1867.c | 9 | available through the world-wide-web at the following url: | 577 * If partial is true, partial matches are allowed at the end of the buffer. 1066 sapi_module.sapi_error(E_NOTICE, "Missing mime boundary at the end of the data for file %s", filename[0] != '\0' ? filename : "");
|
| /PHP_TRUNK/sapi/cli/ |
| H A D | php_http_parser.h | 72 typedef int (*php_http_data_cb) (php_http_parser*, const char *at, size_t length);
|
| H A D | php_cli_server.c | 9 | available through the world-wide-web at the following url: | 1498 static int php_cli_server_client_read_request_on_path(php_http_parser *parser, const char *at, size_t length) argument 1504 normalize_vpath(&vpath, &vpath_len, at, length, 1); 1511 static int php_cli_server_client_read_request_on_query_string(php_http_parser *parser, const char *at, size_t length) argument 1514 client->request.query_string = pestrndup(at, length, 1); 1519 static int php_cli_server_client_read_request_on_url(php_http_parser *parser, const char *at, size_t length) argument 1523 client->request.request_uri = pestrndup(at, length, 1); 1528 static int php_cli_server_client_read_request_on_fragment(php_http_parser *parser, const char *at, size_t length) argument 1533 static int php_cli_server_client_read_request_on_header_field(php_http_parser *parser, const char *at, size_t length) argument 1540 client->current_header_name = (char *)at; 1545 php_cli_server_client_read_request_on_header_value(php_http_parser *parser, const char *at, size_t length) argument 1579 php_cli_server_client_read_request_on_body(php_http_parser *parser, const char *at, size_t length) argument [all...] |
| /PHP_TRUNK/scripts/ |
| H A D | phpize.in | 79 Cannot find build files at '$phpdir'. Please check your PHP installation. 110 shtool at '$builddir/build/shtool' does not exist or is not executable.
|
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | regexec.c | 213 onig_region_set(OnigRegion* region, int at, int beg, int end) argument 215 if (at < 0) return ONIGERR_INVALID_ARGUMENT; 217 if (at >= region->allocated) { 218 int r = onig_region_resize(region, at + 1); 222 region->beg[at] = beg; 223 region->end[at] = end; 678 #define STACK_BASE_CHECK(p, at) \ 680 fprintf(stderr, "at %s\n", at);\ 684 #define STACK_BASE_CHECK(p, at) 3049 onig_match(regex_t* reg, const UChar* str, const UChar* end, const UChar* at, OnigRegion* region, OnigOptionType option) argument [all...] |
| H A D | regtrav.c | 35 capture_tree_traverse(OnigCaptureTreeNode* node, int at, argument 44 if ((at & ONIG_TRAVERSE_CALLBACK_AT_FIRST) != 0) { 51 r = capture_tree_traverse(node->childs[i], at, 56 if ((at & ONIG_TRAVERSE_CALLBACK_AT_LAST) != 0) { 67 onig_capture_tree_traverse(OnigRegion* region, int at, argument 71 return capture_tree_traverse(region->history_root, at,
|
| H A D | oniguruma.h | 743 int onig_match P_((OnigRegex, const OnigUChar* str, const OnigUChar* end, const OnigUChar* at, OnigRegion* region, OnigOptionType option)); 757 int onig_region_set P_((OnigRegion* region, int at, int beg, int end)); 773 int onig_capture_tree_traverse P_((OnigRegion* region, int at, int(*callback_func)(int,int,int,int,int,void*), void* arg));
|
| /PHP_TRUNK/ext/dba/tests/ |
| H A D | dba_handler.inc | 63 dba_close($db_writer); // when the writer is open at least db3 would fail because of buffered io.
|
| /PHP_TRUNK/ext/standard/ |
| H A D | html.c | 9 | available through the world-wide-web at the following url: | 412 char *dot, *at; local 421 at = strchr(dot, '@'); 422 if (at) 423 len = at - dot; 948 * However, they start at 0x40, therefore if we find a 0x26 byte, 1157 /* peek at next char */ 1176 * at most two entries... */ 1277 /* guarantee we have at least 40 bytes to write. 1378 /* peek at nex [all...] |