| /PHP_TRUNK/ext/spl/internal/ |
| H A D | recursivearrayiterator.inc | 22 * builtin behavior uses reflection to return a new instance of the exact same
|
| H A D | recursivefilteriterator.inc | 22 * builtin behavior uses reflection to return a new instance of the exact same
|
| H A D | spldoublylinkedlist.inc | 122 * - The behavior of the iterator (either one or the other)
|
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | onigposix.h | 119 unsigned int behavior; member in struct:__anon224
|
| H A D | regparse.h | 314 #define IS_SYNTAX_BV(syn, bvm) (((syn)->behavior & (bvm)) != 0)
|
| H A D | regsyntax.c | 251 onig_set_syntax_behavior(OnigSyntaxType* syntax, unsigned int behavior) argument 253 syntax->behavior = behavior; 277 return syntax->behavior;
|
| H A D | oniguruma.h | 402 unsigned int behavior; member in struct:__anon3 489 /* syntax (behavior) */ 502 /* syntax (behavior) in char class [...] */ 507 /* syntax (behavior) warning */ 801 void onig_set_syntax_behavior P_((OnigSyntaxType* syntax, unsigned int behavior));
|
| /PHP_TRUNK/ext/standard/ |
| H A D | string.c | 290 static void php_spn_common_handler(INTERNAL_FUNCTION_PARAMETERS, int behavior) /* {{{ */ argument 331 if (behavior == STR_STRSPN) { 336 } else if (behavior == STR_STRCSPN) {
|
| H A D | array.c | 1171 /* void php_search_array(INTERNAL_FUNCTION_PARAMETERS, int behavior) 1175 static void php_search_array(INTERNAL_FUNCTION_PARAMETERS, int behavior) /* {{{ */ argument 1197 if (behavior == 0) { 3023 static void php_array_intersect(INTERNAL_FUNCTION_PARAMETERS, int behavior, int data_compare_type, int key_compare_type) /* {{{ */ argument 3040 if (behavior == INTERSECT_NORMAL) { 3069 } else if (behavior & INTERSECT_ASSOC) { /* triggered also when INTERSECT_KEY */ 3121 php_error_docref(NULL TSRMLS_CC, E_WARNING, "behavior is %d. This should never happen. Please report as a bug", behavior); 3132 if (behavior == INTERSECT_NORMAL && data_compare_type == INTERSECT_COMP_DATA_USER) { 3135 } else if (behavior 3441 php_array_diff(INTERNAL_FUNCTION_PARAMETERS, int behavior, int data_compare_type, int key_compare_type) argument [all...] |
| /PHP_TRUNK/sapi/cli/ |
| H A D | php_cli.c | 662 int behavior = PHP_MODE_STANDARD; local 740 if (behavior != PHP_MODE_STANDARD) { 754 if (behavior == PHP_MODE_PROCESS_STDIN) { 759 } else if (behavior != PHP_MODE_STANDARD) { 763 behavior=PHP_MODE_PROCESS_STDIN; 768 if (behavior == PHP_MODE_CLI_DIRECT || behavior == PHP_MODE_PROCESS_STDIN) { 779 if (behavior != PHP_MODE_STANDARD) { 782 behavior=PHP_MODE_LINT; 787 if (behavior [all...] |
| /PHP_TRUNK/ext/date/lib/ |
| H A D | parse_date.c | 533 static timelib_sll timelib_lookup_relative_text(char **ptr, int *behavior) argument 550 *behavior = tp->type; 558 static timelib_sll timelib_get_relative_text(char **ptr, int *behavior) argument 563 return timelib_lookup_relative_text(ptr, behavior); 637 static void timelib_set_relative(char **ptr, timelib_sll amount, int behavior, Scanner *s) argument 658 s->time->relative.weekday_behavior = behavior; 16724 int behavior = 0; local 16730 i = timelib_get_relative_text((char **) &ptr, &behavior); 16732 timelib_set_relative((char **) &ptr, i, behavior, s); 16791 int behavior local 16920 int behavior = 0; local [all...] |
| H A D | parse_date.re | 531 static timelib_sll timelib_lookup_relative_text(char **ptr, int *behavior) 548 *behavior = tp->type; 556 static timelib_sll timelib_get_relative_text(char **ptr, int *behavior) 561 return timelib_lookup_relative_text(ptr, behavior); 635 static void timelib_set_relative(char **ptr, timelib_sll amount, int behavior, Scanner *s) 656 s->time->relative.weekday_behavior = behavior; 1090 int behavior = 0; 1096 i = timelib_get_relative_text((char **) &ptr, &behavior); 1103 timelib_set_relative((char **) &ptr, i, behavior, s); 1593 int behavior [all...] |
| /PHP_TRUNK/sapi/cgi/ |
| H A D | cgi_main.c | 1738 int behavior = PHP_MODE_STANDARD; local 1884 behavior = PHP_MODE_HIGHLIGHT; 2179 behavior = PHP_MODE_LINT; 2199 behavior=PHP_MODE_INDENT; 2232 behavior = PHP_MODE_STRIP; 2448 switch (behavior) {
|