| /PHP_TRUNK/ext/date/tests/ |
| H A D | DateTime_data-fall-type2-type2.inc | 21 * + stsec: standard time first second 2010-11-07 01:00:00 EST
|
| H A D | DateTime_data-fall-type2-type3.inc | 21 * + stsec: standard time first second 2010-11-07 01:00:00 EST
|
| H A D | DateTime_data-fall-type3-type2.inc | 21 * + stsec: standard time first second 2010-11-07 01:00:00 EST
|
| H A D | DateTime_data-fall-type3-type3.inc | 21 * + stsec: standard time first second 2010-11-07 01:00:00 EST, + TZ
|
| H A D | DateTime_data-spring-type2-type2.inc | 19 * + dtsec: daylight time first second 2010-03-14 03:00:00 EDT
|
| H A D | DateTime_data-spring-type2-type3.inc | 19 * + dtsec: daylight time first second 2010-03-14 03:00:00 EDT
|
| H A D | DateTime_data-spring-type3-type2.inc | 19 * + dtsec: daylight time first second 2010-03-14 03:00:00 EDT
|
| H A D | DateTime_data-spring-type3-type3.inc | 19 * + dtsec: daylight time first second 2010-03-14 03:00:00
|
| /PHP_TRUNK/ext/spl/examples/ |
| H A D | dbareader.inc | 44 * Rewind to first element.
|
| H A D | searchiterator.inc | 17 * This extended FilterIterator stops after finding the first acceptable
|
| /PHP_TRUNK/ext/spl/internal/ |
| H A D | appenditerator.inc | 50 /** Rewind to the first element of the first inner Iterator. 108 return; /* found element as first elemet in another iterator */
|
| /PHP_TRUNK/ext/sybase_ct/tests/ |
| H A D | test.inc | 80 // Fires an SQL query and returns the first value from the first row
|
| /PHP_TRUNK/sapi/fpm/fpm/ |
| H A D | fpm_env.c | 201 char *first = NULL; local 226 if (first == NULL) { 227 first = fpm_globals.argv[i]; 235 if (first == NULL) { 236 first = environ[i]; 243 if (first == NULL || last == NULL) { 247 fpm_env_argv_len = last - first;
|
| H A D | fpm_status.c | 386 int i, first; local 400 first = 1; 407 if (first) { 408 first = 0;
|
| /PHP_TRUNK/tests/security/ |
| H A D | open_basedir.inc | 21 // Remove any trailing slash first
|
| /PHP_TRUNK/ext/intl/breakiterator/ |
| H A D | codepointiterator_internal.h | 55 virtual int32_t first(void);
|
| /PHP_TRUNK/ext/mbstring/libmbfl/mbfl/ |
| H A D | mk_eaw_tbl.awk | 24 first = v 29 printf("{ 0x%04x, 0x%04x }", first, prev) 30 first = v 39 printf("{ 0x%04x, 0x%04x }", first, prev) 51 first = vs 56 printf("{ 0x%04x, 0x%04x }", first, prev) 57 first = vs 66 printf("{ 0x%04x, 0x%04x }", first, prev) 78 printf("{ 0x%04x, 0x%04x }", first, prev)
|
| /PHP_TRUNK/ext/mbstring/oniguruma/enc/ |
| H A D | euc_jp.c | 91 int first; 94 first = (code >> 16) & 0xff; 97 first = (code >> 8) & 0xff; 102 return first;
|
| /PHP_TRUNK/ext/bcmath/ |
| H A D | bcmath.c | 210 bc_num first, second, result; local 222 bc_init_num(&first TSRMLS_CC); 225 php_str2num(&first, left TSRMLS_CC); 227 bc_add (first, second, &result, scale); 236 bc_free_num(&first); 250 bc_num first, second, result; local 261 bc_init_num(&first TSRMLS_CC); 264 php_str2num(&first, left TSRMLS_CC); 266 bc_sub (first, second, &result, scale); 275 bc_free_num(&first); 289 bc_num first, second, result; local 328 bc_num first, second, result; local 372 bc_num first, second, result; local 408 bc_num first, second, mod, result; local 452 bc_num first, second, result; local 528 bc_num first, second; local [all...] |
| /PHP_TRUNK/ext/dom/ |
| H A D | characterdata.c | 259 xmlChar *cur, *first, *second; local 285 first = xmlUTF8Strndup(cur, offset); 289 xmlNodeSetContent(node, first); 293 xmlFree(first);
|
| H A D | text.c | 149 xmlChar *first; local 178 first = xmlUTF8Strndup(cur, offset); 183 xmlNodeSetContent(node, first); 186 xmlFree(first);
|
| /PHP_TRUNK/ext/mysqli/ |
| H A D | mysqli_warning.c | 78 MYSQLI_WARNING *w, *first = NULL, *prev = NULL; local 90 if (!first) { 91 first = w; 99 return first; 128 MYSQLI_WARNING *w, *first = NULL, *prev = NULL; local 149 /* 0. we don't care about the first */ 167 if (!first) { 168 first = w; 179 return first;
|
| /PHP_TRUNK/ext/standard/ |
| H A D | pack.c | 343 int first = 1; local 372 if (first--) { 375 first = 1; 719 /* Z will strip everything after the first null character */ 731 /* Remove everything after the first null */ 747 int first = 1; local 774 if (first-- == 0) { 776 first = 1;
|
| H A D | var_unserializer.re | 46 if (!(*var_hashx)->first) { 47 (*var_hashx)->first = var_hash; 86 var_entries *var_hash = (*var_hashx)->first; 104 var_entries *var_hash = (*var_hashx)->first; 127 var_entries *var_hash = (*var_hashx)->first;
|
| /PHP_TRUNK/ext/pcre/pcrelib/ |
| H A D | pcre_get.c | 141 firstptr where to put the pointer to the first entry 208 pcre_uchar *first = entry; local 210 while (first > nametable) 213 (pcre_uchar *)(first - entrysize + IMM2_SIZE)) != 0) break; 214 first -= entrysize; 223 *firstptr = (char *)first; 226 *firstptr = (PCRE_UCHAR16 *)first; 229 *firstptr = (PCRE_UCHAR32 *)first; 243 * Find first set of multiple named strings * 247 It returns the number of the first on 274 char *first, *last; local 276 PCRE_UCHAR16 *first, *last; local 278 PCRE_UCHAR32 *first, *last; local [all...] |