summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjvoisin2018-10-25 21:35:46 +0200
committerjvoisin2018-10-25 21:35:46 +0200
commitf189419666848779d99681103f0796398830ebf2 (patch)
treefca9121c8e5eae3078572cdad443f1406800ae9e /src
parented3b1dbcd7840cbbf71f5fa89d2bfc6a6aa9538e (diff)
Minor formatting issue
Diffstat (limited to 'src')
-rw-r--r--src/sp_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_utils.c b/src/sp_utils.c
index 2de4d3b..acac310 100644
--- a/src/sp_utils.c
+++ b/src/sp_utils.c
@@ -348,7 +348,7 @@ int hook_function(const char* original_name, HashTable* hook_table,
348 348
349 if (0 == strncmp(original_name, "mb_", 3) && !CG(multibyte)) { 349 if (0 == strncmp(original_name, "mb_", 3) && !CG(multibyte)) {
350 if (zend_hash_str_find(CG(function_table), 350 if (zend_hash_str_find(CG(function_table),
351 VAR_AND_LEN(original_name + 3))) { 351 VAR_AND_LEN(original_name + 3))) {
352 return hook_function(original_name + 3, hook_table, new_function); 352 return hook_function(original_name + 3, hook_table, new_function);
353 } 353 }
354 } else if (CG(multibyte)) { 354 } else if (CG(multibyte)) {