diff options
| author | jvoisin | 2023-06-25 14:25:46 +0200 |
|---|---|---|
| committer | jvoisin | 2023-06-25 14:25:46 +0200 |
| commit | 709d850429d0d62b148bc235745c830c2f7a55be (patch) | |
| tree | 8322021eb476b9c081c6821cfa45611ca8cffb08 /src/sp_pcre_compat.c | |
| parent | a3db93c2f18b147c48c6788e91f2eaecca935c61 (diff) | |
Remove ZEND_HOT
Diffstat (limited to 'src/sp_pcre_compat.c')
| -rw-r--r-- | src/sp_pcre_compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_pcre_compat.c b/src/sp_pcre_compat.c index 81c51fd..3658692 100644 --- a/src/sp_pcre_compat.c +++ b/src/sp_pcre_compat.c | |||
| @@ -23,7 +23,7 @@ sp_pcre* sp_pcre_compile(const char* const pattern) { | |||
| 23 | return ret; | 23 | return ret; |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | bool ZEND_HOT sp_is_regexp_matching_len(const sp_pcre* regexp, const char* str, size_t len) { | 26 | bool sp_is_regexp_matching_len(const sp_pcre* regexp, const char* str, size_t len) { |
| 27 | int ret = 0; | 27 | int ret = 0; |
| 28 | 28 | ||
| 29 | assert(NULL != regexp); | 29 | assert(NULL != regexp); |
