]> granicus.if.org Git - php/commitdiff
- There is no %v in sprintf
authorMarcus Boerger <helly@php.net>
Sat, 18 Feb 2006 19:33:26 +0000 (19:33 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 18 Feb 2006 19:33:26 +0000 (19:33 +0000)
Zend/zend_execute_API.c

index c801e199fdb689a6dce0e75abb3c90e97efd2959..e028ed9e758d805c0de7b160942a79fe525859c9 100644 (file)
@@ -75,7 +75,7 @@ static void zend_handle_sigsegv(int dummy)
        {
                TSRMLS_FETCH();
 
-               fprintf(stderr, "SIGSEGV caught on opcode %d on opline %d of %v() at %s:%d\n\n",
+               fprintf(stderr, "SIGSEGV caught on opcode %d on opline %d of %s() at %s:%d\n\n",
                                active_opline->opcode,
                                active_opline-EG(active_op_array)->opcodes,
                                get_active_function_name(TSRMLS_C),
@@ -859,7 +859,7 @@ int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TS
                calling_scope = fci_cache->calling_scope;
                fci->object_pp = fci_cache->object_pp;
        }
-
+       
        for (i=0; i<fci->param_count; i++) {
                zval *param;