| /PHP_5_3/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_5_3/ext/mbstring/oniguruma/ |
| H A D | onigposix.h | 119 unsigned int behavior; member in struct:__anon197
|
| H A D | oniguruma.h | 487 unsigned int behavior; member in struct:__anon203 573 /* syntax (behavior) */ 586 /* syntax (behavior) in char class [...] */ 591 /* syntax (behavior) warning */ 879 void onig_set_syntax_behavior P_((OnigSyntaxType* syntax, unsigned int behavior));
|
| H A D | regparse.h | 295 #define IS_SYNTAX_BV(syn, bvm) (((syn)->behavior & (bvm)) != 0)
|
| H A D | regsyntax.c | 172 onig_set_syntax_behavior(OnigSyntaxType* syntax, unsigned int behavior) argument 174 syntax->behavior = behavior; 198 return syntax->behavior;
|
| /PHP_5_3/ext/date/lib/ |
| H A D | parse_date.c | 568 static timelib_sll timelib_lookup_relative_text(char **ptr, int *behavior) argument 585 *behavior = tp->type; 593 static timelib_sll timelib_get_relative_text(char **ptr, int *behavior) argument 598 return timelib_lookup_relative_text(ptr, behavior); 672 static void timelib_set_relative(char **ptr, timelib_sll amount, int behavior, Scanner *s) argument 693 s->time->relative.weekday_behavior = behavior; 16759 int behavior = 0; local 16765 i = timelib_get_relative_text((char **) &ptr, &behavior); 16767 timelib_set_relative((char **) &ptr, i, behavior, s); 16826 int behavior local 16955 int behavior = 0; local [all...] |
| H A D | parse_date.re | 566 static timelib_sll timelib_lookup_relative_text(char **ptr, int *behavior) 583 *behavior = tp->type; 591 static timelib_sll timelib_get_relative_text(char **ptr, int *behavior) 596 return timelib_lookup_relative_text(ptr, behavior); 670 static void timelib_set_relative(char **ptr, timelib_sll amount, int behavior, Scanner *s) 691 s->time->relative.weekday_behavior = behavior; 1124 int behavior = 0; 1130 i = timelib_get_relative_text((char **) &ptr, &behavior); 1137 timelib_set_relative((char **) &ptr, i, behavior, s); 1627 int behavior [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | array.c | 1190 /* void php_search_array(INTERNAL_FUNCTION_PARAMETERS, int behavior) 1194 static void php_search_array(INTERNAL_FUNCTION_PARAMETERS, int behavior) /* {{{ */ argument 1219 if (behavior == 0) { 2979 static void php_array_intersect(INTERNAL_FUNCTION_PARAMETERS, int behavior, int data_compare_type, int key_compare_type) /* {{{ */ argument 2996 if (behavior == INTERSECT_NORMAL) { 3025 } else if (behavior & INTERSECT_ASSOC) { /* triggered also when INTERSECT_KEY */ 3077 php_error_docref(NULL TSRMLS_CC, E_WARNING, "behavior is %d. This should never happen. Please report as a bug", behavior); 3088 if (behavior == INTERSECT_NORMAL && data_compare_type == INTERSECT_COMP_DATA_USER) { 3091 } else if (behavior 3397 php_array_diff(INTERNAL_FUNCTION_PARAMETERS, int behavior, int data_compare_type, int key_compare_type) argument [all...] |
| H A D | string.c | 217 static void php_spn_common_handler(INTERNAL_FUNCTION_PARAMETERS, int behavior) /* {{{ */ argument 258 if (behavior == STR_STRSPN) { 263 } else if (behavior == STR_STRCSPN) {
|
| /PHP_5_3/sapi/cgi/ |
| H A D | cgi_main.c | 1484 int behavior = PHP_MODE_STANDARD; local 1629 behavior = PHP_MODE_HIGHLIGHT; 1914 behavior = PHP_MODE_LINT; 1936 behavior=PHP_MODE_INDENT; 1969 behavior = PHP_MODE_STRIP; 2133 switch (behavior) {
|
| /PHP_5_3/sapi/cli/ |
| H A D | php_cli.c | 646 int behavior=PHP_MODE_STANDARD; local 861 if (behavior != PHP_MODE_STANDARD) { 879 if (behavior == PHP_MODE_PROCESS_STDIN) { 884 } else if (behavior != PHP_MODE_STANDARD) { 888 behavior=PHP_MODE_PROCESS_STDIN; 893 if (behavior == PHP_MODE_CLI_DIRECT || behavior == PHP_MODE_PROCESS_STDIN) { 904 if (behavior != PHP_MODE_STANDARD) { 907 behavior=PHP_MODE_LINT; 912 if (behavior [all...] |