File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -173,10 +173,10 @@ PHPDBG_COMMAND(exec) /* {{{ */
173
173
if (sb .st_mode & (S_IFREG |S_IFLNK )) {
174
174
char * res = phpdbg_resolve_path (param -> str TSRMLS_CC );
175
175
size_t res_len = strlen (res );
176
-
177
- if ((res_len != PHPDBG_G (exec_len )) ||
176
+
177
+ if ((res_len != PHPDBG_G (exec_len )) ||
178
178
(memcmp (res , PHPDBG_G (exec ), res_len ) != SUCCESS )) {
179
-
179
+
180
180
if (PHPDBG_G (exec )) {
181
181
phpdbg_notice ("Unsetting old execution context: %s" , PHPDBG_G (exec ));
182
182
efree (PHPDBG_G (exec ));
@@ -609,7 +609,7 @@ PHPDBG_COMMAND(eval) /* {{{ */
609
609
!(PHPDBG_G (flags ) & PHPDBG_IS_STEPONEVAL )) {
610
610
PHPDBG_G (flags ) |= PHPDBG_IS_STEPPING ;
611
611
}
612
-
612
+
613
613
CG (unclean_shutdown ) = 0 ;
614
614
} break ;
615
615
@@ -1083,7 +1083,7 @@ static inline int phpdbg_call_register(phpdbg_input_t *input TSRMLS_DC) /* {{{ *
1083
1083
}
1084
1084
1085
1085
phpdbg_debug (
1086
- "created %d params from %d argvuments " ,
1086
+ "created %d params from %d arguments " ,
1087
1087
fci .param_count , input -> argc );
1088
1088
1089
1089
zend_call_function (& fci , NULL TSRMLS_CC );
You can’t perform that action at this time.
0 commit comments