ord_needle 2075 ext/standard/string.c char *p, *e, ord_needle[2]; ord_needle 2095 ext/standard/string.c if (php_needle_char(zneedle, ord_needle) != SUCCESS) { ord_needle 2098 ext/standard/string.c ord_needle[1] = '\0'; ord_needle 2099 ext/standard/string.c needle = ord_needle; ord_needle 2145 ext/standard/string.c zend_string *needle_dup, *haystack_dup, *ord_needle = NULL; ord_needle 2153 ext/standard/string.c ZSTR_ALLOCA_ALLOC(ord_needle, 1, use_heap); ord_needle 2157 ext/standard/string.c if (php_needle_char(zneedle, ZSTR_VAL(ord_needle)) != SUCCESS) { ord_needle 2158 ext/standard/string.c ZSTR_ALLOCA_FREE(ord_needle, use_heap); ord_needle 2161 ext/standard/string.c ZSTR_VAL(ord_needle)[1] = '\0'; ord_needle 2162 ext/standard/string.c needle = ord_needle; ord_needle 2166 ext/standard/string.c ZSTR_ALLOCA_FREE(ord_needle, use_heap); ord_needle 2175 ext/standard/string.c ZSTR_ALLOCA_FREE(ord_needle, use_heap); ord_needle 2184 ext/standard/string.c ZSTR_ALLOCA_FREE(ord_needle, use_heap); ord_needle 2191 ext/standard/string.c *ZSTR_VAL(ord_needle) = tolower(*ZSTR_VAL(needle)); ord_needle 2193 ext/standard/string.c if (tolower(*e) == *ZSTR_VAL(ord_needle)) { ord_needle 2194 ext/standard/string.c ZSTR_ALLOCA_FREE(ord_needle, use_heap); ord_needle 2199 ext/standard/string.c ZSTR_ALLOCA_FREE(ord_needle, use_heap); ord_needle 2207 ext/standard/string.c ZSTR_ALLOCA_FREE(ord_needle, use_heap); ord_needle 2216 ext/standard/string.c ZSTR_ALLOCA_FREE(ord_needle, use_heap); ord_needle 2233 ext/standard/string.c ZSTR_ALLOCA_FREE(ord_needle, use_heap); ord_needle 2237 ext/standard/string.c ZSTR_ALLOCA_FREE(ord_needle, use_heap);