Valgrind Report for ext/intl/tests/breakiter_setText_error.phpt ('IntlBreakIterator::setText(): arg errors')
Script
1:
<?php 2: ini_set("intl.error_level", E_WARNING); 3: 4: $bi = new IntlRuleBasedBreakIterator('[\p{Letter}]+;'); 5: var_dump($bi->setText()); 6: var_dump($bi->setText(array())); 7: var_dump($bi->setText(1,2)); 8: 9: class A { 10: function __destruct() { var_dump('destructed'); throw new Exception('e'); } 11: function __tostring() { return 'foo'; } 12: } 13: 14: try { 15: var_dump($bi->setText(new A)); 16: } catch (Exception $e) { 17: var_dump($e->getMessage()); 18: } 19: 20:
Report
==14581== Invalid read of size 4
==14581== at 0xDEB49B: _zval_ptr_dtor (zend.h:409)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE54FD8: zend_object_std_dtor (zend_objects.c:54)
==14581== by 0xE55634: zend_objects_free_object_storage (zend_objects.c:137)
==14581== Address 0x154d0bb0 is 16 bytes inside a block of size 32 free'd
==14581== at 0x4C27350: free (vg_replace_malloc.c:446)
==14581== by 0xDB9D7C: _efree (zend_alloc.c:2437)
==14581== by 0xDEB55B: _zval_ptr_dtor (zend_execute.h:82)
==14581== by 0xE1069E: parse_arg_object_to_string (zend_API.c:267)
==14581== by 0xE11FA9: zend_parse_arg_impl (zend_API.c:457)
==14581== by 0xE1348F: zend_parse_arg (zend_API.c:691)
==14581== by 0xE140DB: zend_parse_va_args (zend_API.c:873)
==14581== by 0xE145B8: zend_parse_parameters (zend_API.c:924)
==14581== by 0x8067E9: zif_breakiter_set_text (in /var/php_gcov/PHP_HEAD/sapi/cli/php)
==14581== by 0xE7289D: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==14581== by 0xE73D5A: ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (zend_vm_execute.h:680)
==14581== by 0xE70468: execute_ex (zend_vm_execute.h:356)
==14581==
==14581== Invalid write of size 4
==14581== at 0xDEB4A5: _zval_ptr_dtor (zend.h:409)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE54FD8: zend_object_std_dtor (zend_objects.c:54)
==14581== by 0xE55634: zend_objects_free_object_storage (zend_objects.c:137)
==14581== Address 0x154d0bb0 is 16 bytes inside a block of size 32 free'd
==14581== at 0x4C27350: free (vg_replace_malloc.c:446)
==14581== by 0xDB9D7C: _efree (zend_alloc.c:2437)
==14581== by 0xDEB55B: _zval_ptr_dtor (zend_execute.h:82)
==14581== by 0xE1069E: parse_arg_object_to_string (zend_API.c:267)
==14581== by 0xE11FA9: zend_parse_arg_impl (zend_API.c:457)
==14581== by 0xE1348F: zend_parse_arg (zend_API.c:691)
==14581== by 0xE140DB: zend_parse_va_args (zend_API.c:873)
==14581== by 0xE145B8: zend_parse_parameters (zend_API.c:924)
==14581== by 0x8067E9: zif_breakiter_set_text (in /var/php_gcov/PHP_HEAD/sapi/cli/php)
==14581== by 0xE7289D: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==14581== by 0xE73D5A: ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (zend_vm_execute.h:680)
==14581== by 0xE70468: execute_ex (zend_vm_execute.h:356)
==14581==
==14581== Invalid read of size 4
==14581== at 0xDEB4AC: _zval_ptr_dtor (zend.h:409)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE54FD8: zend_object_std_dtor (zend_objects.c:54)
==14581== by 0xE55634: zend_objects_free_object_storage (zend_objects.c:137)
==14581== Address 0x154d0bb0 is 16 bytes inside a block of size 32 free'd
==14581== at 0x4C27350: free (vg_replace_malloc.c:446)
==14581== by 0xDB9D7C: _efree (zend_alloc.c:2437)
==14581== by 0xDEB55B: _zval_ptr_dtor (zend_execute.h:82)
==14581== by 0xE1069E: parse_arg_object_to_string (zend_API.c:267)
==14581== by 0xE11FA9: zend_parse_arg_impl (zend_API.c:457)
==14581== by 0xE1348F: zend_parse_arg (zend_API.c:691)
==14581== by 0xE140DB: zend_parse_va_args (zend_API.c:873)
==14581== by 0xE145B8: zend_parse_parameters (zend_API.c:924)
==14581== by 0x8067E9: zif_breakiter_set_text (in /var/php_gcov/PHP_HEAD/sapi/cli/php)
==14581== by 0xE7289D: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==14581== by 0xE73D5A: ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (zend_vm_execute.h:680)
==14581== by 0xE70468: execute_ex (zend_vm_execute.h:356)
==14581==
==14581== Invalid read of size 8
==14581== at 0xDEB4CD: _zval_ptr_dtor (zend_execute.h:80)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE54FD8: zend_object_std_dtor (zend_objects.c:54)
==14581== by 0xE55634: zend_objects_free_object_storage (zend_objects.c:137)
==14581== Address 0x154d0bb8 is 24 bytes inside a block of size 32 free'd
==14581== at 0x4C27350: free (vg_replace_malloc.c:446)
==14581== by 0xDB9D7C: _efree (zend_alloc.c:2437)
==14581== by 0xDEB55B: _zval_ptr_dtor (zend_execute.h:82)
==14581== by 0xE1069E: parse_arg_object_to_string (zend_API.c:267)
==14581== by 0xE11FA9: zend_parse_arg_impl (zend_API.c:457)
==14581== by 0xE1348F: zend_parse_arg (zend_API.c:691)
==14581== by 0xE140DB: zend_parse_va_args (zend_API.c:873)
==14581== by 0xE145B8: zend_parse_parameters (zend_API.c:924)
==14581== by 0x8067E9: zif_breakiter_set_text (in /var/php_gcov/PHP_HEAD/sapi/cli/php)
==14581== by 0xE7289D: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==14581== by 0xE73D5A: ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (zend_vm_execute.h:680)
==14581== by 0xE70468: execute_ex (zend_vm_execute.h:356)
==14581==
==14581== Invalid read of size 1
==14581== at 0xDEB504: _zval_ptr_dtor (zend_variables.h:32)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE54FD8: zend_object_std_dtor (zend_objects.c:54)
==14581== by 0xE55634: zend_objects_free_object_storage (zend_objects.c:137)
==14581== Address 0x154d0bb4 is 20 bytes inside a block of size 32 free'd
==14581== at 0x4C27350: free (vg_replace_malloc.c:446)
==14581== by 0xDB9D7C: _efree (zend_alloc.c:2437)
==14581== by 0xDEB55B: _zval_ptr_dtor (zend_execute.h:82)
==14581== by 0xE1069E: parse_arg_object_to_string (zend_API.c:267)
==14581== by 0xE11FA9: zend_parse_arg_impl (zend_API.c:457)
==14581== by 0xE1348F: zend_parse_arg (zend_API.c:691)
==14581== by 0xE140DB: zend_parse_va_args (zend_API.c:873)
==14581== by 0xE145B8: zend_parse_parameters (zend_API.c:924)
==14581== by 0x8067E9: zif_breakiter_set_text (in /var/php_gcov/PHP_HEAD/sapi/cli/php)
==14581== by 0xE7289D: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==14581== by 0xE73D5A: ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (zend_vm_execute.h:680)
==14581== by 0xE70468: execute_ex (zend_vm_execute.h:356)
==14581==
==14581== Invalid read of size 1
==14581== at 0xE08E68: _zval_dtor_func (zend_variables.c:32)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE54FD8: zend_object_std_dtor (zend_objects.c:54)
==14581== Address 0x154d0bb4 is 20 bytes inside a block of size 32 free'd
==14581== at 0x4C27350: free (vg_replace_malloc.c:446)
==14581== by 0xDB9D7C: _efree (zend_alloc.c:2437)
==14581== by 0xDEB55B: _zval_ptr_dtor (zend_execute.h:82)
==14581== by 0xE1069E: parse_arg_object_to_string (zend_API.c:267)
==14581== by 0xE11FA9: zend_parse_arg_impl (zend_API.c:457)
==14581== by 0xE1348F: zend_parse_arg (zend_API.c:691)
==14581== by 0xE140DB: zend_parse_va_args (zend_API.c:873)
==14581== by 0xE145B8: zend_parse_parameters (zend_API.c:924)
==14581== by 0x8067E9: zif_breakiter_set_text (in /var/php_gcov/PHP_HEAD/sapi/cli/php)
==14581== by 0xE7289D: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==14581== by 0xE73D5A: ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (zend_vm_execute.h:680)
==14581== by 0xE70468: execute_ex (zend_vm_execute.h:356)
==14581==
==14581== Invalid read of size 8
==14581== at 0xE09011: _zval_dtor_func (zend_variables.c:54)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE54FD8: zend_object_std_dtor (zend_objects.c:54)
==14581== Address 0x154d0ba8 is 8 bytes inside a block of size 32 free'd
==14581== at 0x4C27350: free (vg_replace_malloc.c:446)
==14581== by 0xDB9D7C: _efree (zend_alloc.c:2437)
==14581== by 0xDEB55B: _zval_ptr_dtor (zend_execute.h:82)
==14581== by 0xE1069E: parse_arg_object_to_string (zend_API.c:267)
==14581== by 0xE11FA9: zend_parse_arg_impl (zend_API.c:457)
==14581== by 0xE1348F: zend_parse_arg (zend_API.c:691)
==14581== by 0xE140DB: zend_parse_va_args (zend_API.c:873)
==14581== by 0xE145B8: zend_parse_parameters (zend_API.c:924)
==14581== by 0x8067E9: zif_breakiter_set_text (in /var/php_gcov/PHP_HEAD/sapi/cli/php)
==14581== by 0xE7289D: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==14581== by 0xE73D5A: ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (zend_vm_execute.h:680)
==14581== by 0xE70468: execute_ex (zend_vm_execute.h:356)
==14581==
==14581== Invalid read of size 4
==14581== at 0xE646BF: zend_objects_store_del_ref (zend_objects_API.c:170)
==14581== by 0xE09021: _zval_dtor_func (zend_variables.c:54)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== Address 0x154d0ba0 is 0 bytes inside a block of size 32 free'd
==14581== at 0x4C27350: free (vg_replace_malloc.c:446)
==14581== by 0xDB9D7C: _efree (zend_alloc.c:2437)
==14581== by 0xDEB55B: _zval_ptr_dtor (zend_execute.h:82)
==14581== by 0xE1069E: parse_arg_object_to_string (zend_API.c:267)
==14581== by 0xE11FA9: zend_parse_arg_impl (zend_API.c:457)
==14581== by 0xE1348F: zend_parse_arg (zend_API.c:691)
==14581== by 0xE140DB: zend_parse_va_args (zend_API.c:873)
==14581== by 0xE145B8: zend_parse_parameters (zend_API.c:924)
==14581== by 0x8067E9: zif_breakiter_set_text (in /var/php_gcov/PHP_HEAD/sapi/cli/php)
==14581== by 0xE7289D: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==14581== by 0xE73D5A: ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (zend_vm_execute.h:680)
==14581== by 0xE70468: execute_ex (zend_vm_execute.h:356)
==14581==
==14581== Invalid read of size 4
==14581== at 0xE646D0: zend_objects_store_del_ref (zend.h:405)
==14581== by 0xE09021: _zval_dtor_func (zend_variables.c:54)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== Address 0x154d0bb0 is 16 bytes inside a block of size 32 free'd
==14581== at 0x4C27350: free (vg_replace_malloc.c:446)
==14581== by 0xDB9D7C: _efree (zend_alloc.c:2437)
==14581== by 0xDEB55B: _zval_ptr_dtor (zend_execute.h:82)
==14581== by 0xE1069E: parse_arg_object_to_string (zend_API.c:267)
==14581== by 0xE11FA9: zend_parse_arg_impl (zend_API.c:457)
==14581== by 0xE1348F: zend_parse_arg (zend_API.c:691)
==14581== by 0xE140DB: zend_parse_va_args (zend_API.c:873)
==14581== by 0xE145B8: zend_parse_parameters (zend_API.c:924)
==14581== by 0x8067E9: zif_breakiter_set_text (in /var/php_gcov/PHP_HEAD/sapi/cli/php)
==14581== by 0xE7289D: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==14581== by 0xE73D5A: ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (zend_vm_execute.h:680)
==14581== by 0xE70468: execute_ex (zend_vm_execute.h:356)
==14581==
==14581== Invalid write of size 4
==14581== at 0xE646DA: zend_objects_store_del_ref (zend.h:405)
==14581== by 0xE09021: _zval_dtor_func (zend_variables.c:54)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== Address 0x154d0bb0 is 16 bytes inside a block of size 32 free'd
==14581== at 0x4C27350: free (vg_replace_malloc.c:446)
==14581== by 0xDB9D7C: _efree (zend_alloc.c:2437)
==14581== by 0xDEB55B: _zval_ptr_dtor (zend_execute.h:82)
==14581== by 0xE1069E: parse_arg_object_to_string (zend_API.c:267)
==14581== by 0xE11FA9: zend_parse_arg_impl (zend_API.c:457)
==14581== by 0xE1348F: zend_parse_arg (zend_API.c:691)
==14581== by 0xE140DB: zend_parse_va_args (zend_API.c:873)
==14581== by 0xE145B8: zend_parse_parameters (zend_API.c:924)
==14581== by 0x8067E9: zif_breakiter_set_text (in /var/php_gcov/PHP_HEAD/sapi/cli/php)
==14581== by 0xE7289D: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==14581== by 0xE73D5A: ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (zend_vm_execute.h:680)
==14581== by 0xE70468: execute_ex (zend_vm_execute.h:356)
==14581==
==14581== Invalid read of size 8
==14581== at 0xE646E1: zend_objects_store_del_ref (zend_objects_API.c:173)
==14581== by 0xE09021: _zval_dtor_func (zend_variables.c:54)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== Address 0x154d0ba8 is 8 bytes inside a block of size 32 free'd
==14581== at 0x4C27350: free (vg_replace_malloc.c:446)
==14581== by 0xDB9D7C: _efree (zend_alloc.c:2437)
==14581== by 0xDEB55B: _zval_ptr_dtor (zend_execute.h:82)
==14581== by 0xE1069E: parse_arg_object_to_string (zend_API.c:267)
==14581== by 0xE11FA9: zend_parse_arg_impl (zend_API.c:457)
==14581== by 0xE1348F: zend_parse_arg (zend_API.c:691)
==14581== by 0xE140DB: zend_parse_va_args (zend_API.c:873)
==14581== by 0xE145B8: zend_parse_parameters (zend_API.c:924)
==14581== by 0x8067E9: zif_breakiter_set_text (in /var/php_gcov/PHP_HEAD/sapi/cli/php)
==14581== by 0xE7289D: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==14581== by 0xE73D5A: ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (zend_vm_execute.h:680)
==14581== by 0xE70468: execute_ex (zend_vm_execute.h:356)
==14581==
==14581== Invalid read of size 4
==14581== at 0xE64710: zend_objects_store_del_ref (zend.h:409)
==14581== by 0xE09021: _zval_dtor_func (zend_variables.c:54)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== Address 0x154d0bb0 is 16 bytes inside a block of size 32 free'd
==14581== at 0x4C27350: free (vg_replace_malloc.c:446)
==14581== by 0xDB9D7C: _efree (zend_alloc.c:2437)
==14581== by 0xDEB55B: _zval_ptr_dtor (zend_execute.h:82)
==14581== by 0xE1069E: parse_arg_object_to_string (zend_API.c:267)
==14581== by 0xE11FA9: zend_parse_arg_impl (zend_API.c:457)
==14581== by 0xE1348F: zend_parse_arg (zend_API.c:691)
==14581== by 0xE140DB: zend_parse_va_args (zend_API.c:873)
==14581== by 0xE145B8: zend_parse_parameters (zend_API.c:924)
==14581== by 0x8067E9: zif_breakiter_set_text (in /var/php_gcov/PHP_HEAD/sapi/cli/php)
==14581== by 0xE7289D: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==14581== by 0xE73D5A: ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (zend_vm_execute.h:680)
==14581== by 0xE70468: execute_ex (zend_vm_execute.h:356)
==14581==
==14581== Invalid write of size 4
==14581== at 0xE6471A: zend_objects_store_del_ref (zend.h:409)
==14581== by 0xE09021: _zval_dtor_func (zend_variables.c:54)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== Address 0x154d0bb0 is 16 bytes inside a block of size 32 free'd
==14581== at 0x4C27350: free (vg_replace_malloc.c:446)
==14581== by 0xDB9D7C: _efree (zend_alloc.c:2437)
==14581== by 0xDEB55B: _zval_ptr_dtor (zend_execute.h:82)
==14581== by 0xE1069E: parse_arg_object_to_string (zend_API.c:267)
==14581== by 0xE11FA9: zend_parse_arg_impl (zend_API.c:457)
==14581== by 0xE1348F: zend_parse_arg (zend_API.c:691)
==14581== by 0xE140DB: zend_parse_va_args (zend_API.c:873)
==14581== by 0xE145B8: zend_parse_parameters (zend_API.c:924)
==14581== by 0x8067E9: zif_breakiter_set_text (in /var/php_gcov/PHP_HEAD/sapi/cli/php)
==14581== by 0xE7289D: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==14581== by 0xE73D5A: ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (zend_vm_execute.h:680)
==14581== by 0xE70468: execute_ex (zend_vm_execute.h:356)
==14581==
==14581== Invalid read of size 4
==14581== at 0xE6475D: zend_objects_store_del_ref (zend_objects_API.c:176)
==14581== by 0xE09021: _zval_dtor_func (zend_variables.c:54)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== Address 0x154d0ba0 is 0 bytes inside a block of size 32 free'd
==14581== at 0x4C27350: free (vg_replace_malloc.c:446)
==14581== by 0xDB9D7C: _efree (zend_alloc.c:2437)
==14581== by 0xDEB55B: _zval_ptr_dtor (zend_execute.h:82)
==14581== by 0xE1069E: parse_arg_object_to_string (zend_API.c:267)
==14581== by 0xE11FA9: zend_parse_arg_impl (zend_API.c:457)
==14581== by 0xE1348F: zend_parse_arg (zend_API.c:691)
==14581== by 0xE140DB: zend_parse_va_args (zend_API.c:873)
==14581== by 0xE145B8: zend_parse_parameters (zend_API.c:924)
==14581== by 0x8067E9: zif_breakiter_set_text (in /var/php_gcov/PHP_HEAD/sapi/cli/php)
==14581== by 0xE7289D: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==14581== by 0xE73D5A: ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (zend_vm_execute.h:680)
==14581== by 0xE70468: execute_ex (zend_vm_execute.h:356)
==14581==
==14581== Invalid free() / delete / delete[] / realloc()
==14581== at 0x4C27350: free (vg_replace_malloc.c:446)
==14581== by 0xDB9D7C: _efree (zend_alloc.c:2437)
==14581== by 0xDEB55B: _zval_ptr_dtor (zend_execute.h:82)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== by 0xE28679: zend_hash_destroy (zend_hash.c:560)
==14581== by 0xE08FC2: _zval_dtor_func (zend_variables.c:45)
==14581== by 0xDEB53D: _zval_ptr_dtor (zend_variables.h:35)
==14581== Address 0x154d0ba0 is 0 bytes inside a block of size 32 free'd
==14581== at 0x4C27350: free (vg_replace_malloc.c:446)
==14581== by 0xDB9D7C: _efree (zend_alloc.c:2437)
==14581== by 0xDEB55B: _zval_ptr_dtor (zend_execute.h:82)
==14581== by 0xE1069E: parse_arg_object_to_string (zend_API.c:267)
==14581== by 0xE11FA9: zend_parse_arg_impl (zend_API.c:457)
==14581== by 0xE1348F: zend_parse_arg (zend_API.c:691)
==14581== by 0xE140DB: zend_parse_va_args (zend_API.c:873)
==14581== by 0xE145B8: zend_parse_parameters (zend_API.c:924)
==14581== by 0x8067E9: zif_breakiter_set_text (in /var/php_gcov/PHP_HEAD/sapi/cli/php)
==14581== by 0xE7289D: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==14581== by 0xE73D5A: ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (zend_vm_execute.h:680)
==14581== by 0xE70468: execute_ex (zend_vm_execute.h:356)
==14581==
Generated at Fri, 17 May 2013 23:23:52 +0000 (20 hours ago)
|