Skip to content

Instantly share code, notes, and snippets.

@capsandiego
Created November 15, 2020 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save capsandiego/66315b9fc60312c0a5cd7e7b96d22257 to your computer and use it in GitHub Desktop.
Save capsandiego/66315b9fc60312c0a5cd7e7b96d22257 to your computer and use it in GitHub Desktop.
PHP-BUG-80371
==115408== Memcheck, a memory error detector
==115408== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==115408== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info
==115408== Command: /usr/local/php/8.0.0RC4/bin/php apps.tmo.php -i -f 2020/4/N/N/101
==115408== Parent PID: 113814
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x89C2F9: zend_string_equal_content (zend_string.h:333)
==115408== by 0x89E79B: zend_hash_find_bucket (zend_hash.c:666)
==115408== by 0x8A3C59: zend_hash_find (zend_hash.c:2246)
==115408== by 0x86EC1E: zend_hash_find_ptr (zend_hash.h:833)
==115408== by 0x86F993: zend_get_constant_impl (zend_constants.c:305)
==115408== by 0x86FA05: zend_get_constant (zend_constants.c:320)
==115408== by 0x8422DB: zend_ini_get_constant (zend_ini_parser.c:217)
==115408== by 0x8439A7: ini_parse (zend_ini_parser.c:1969)
==115408== by 0x842720: zend_parse_ini_file (zend_ini_parser.c:300)
==115408== by 0x7F9975: php_init_config (php_ini.c:614)
==115408== by 0x7EF8C2: php_module_startup (main.c:2145)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x89C2F9: zend_string_equal_content (zend_string.h:333)
==115408== by 0x89E79B: zend_hash_find_bucket (zend_hash.c:666)
==115408== by 0x89EAF8: _zend_hash_add_or_update_i (zend_hash.c:751)
==115408== by 0x89F24F: zend_hash_update (zend_hash.c:901)
==115408== by 0x7F8CBC: php_ini_parser_cb (php_ini.c:213)
==115408== by 0x8432E1: ini_parse (zend_ini_parser.c:1718)
==115408== by 0x842720: zend_parse_ini_file (zend_ini_parser.c:300)
==115408== by 0x7F9975: php_init_config (php_ini.c:614)
==115408== by 0x7EF8C2: php_module_startup (main.c:2145)
==115408== by 0x971BCC: php_cli_startup (php_cli.c:406)
==115408== by 0x973A96: main (php_cli.c:1303)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x94DA7F: zend_string_equal_content (zend_string.h:333)
==115408== by 0x94E0E5: zend_interned_string_ht_lookup (zend_string.c:154)
==115408== by 0x94E21C: zend_new_interned_string_permanent (zend_string.c:194)
==115408== by 0x9364F5: zend_register_ini_entries (zend_ini.c:243)
==115408== by 0x7EF8E3: php_module_startup (main.c:2150)
==115408== by 0x971BCC: php_cli_startup (php_cli.c:406)
==115408== by 0x973A96: main (php_cli.c:1303)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x89C2F9: zend_string_equal_content (zend_string.h:333)
==115408== by 0x8A0E58: zend_hash_del (zend_hash.c:1383)
==115408== by 0x899019: zend_declare_typed_property (zend_API.c:3707)
==115408== by 0x899AA0: zend_declare_property_ex (zend_API.c:3889)
==115408== by 0x899B06: zend_declare_property (zend_API.c:3896)
==115408== by 0x899C54: zend_declare_property_long (zend_API.c:3924)
==115408== by 0x524E94: zm_startup_dom (php_dom.c:585)
==115408== by 0x892773: zend_startup_module_ex (zend_API.c:1858)
==115408== by 0x8927CC: zend_startup_module_zval (zend_API.c:1873)
==115408== by 0x8A266E: zend_hash_apply (zend_hash.c:1837)
==115408== by 0x892E01: zend_startup_modules (zend_API.c:1984)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x9220750: accel_copy_permanent_strings (ZendAccelerator.c:591)
==115408== by 0x9221521: accel_use_shm_interned_strings (ZendAccelerator.c:750)
==115408== by 0x922700C: accel_post_startup (ZendAccelerator.c:3120)
==115408== by 0x889294: zend_post_startup (zend.c:1030)
==115408== by 0x7EFA9B: php_module_startup (main.c:2240)
==115408== by 0x971BCC: php_cli_startup (php_cli.c:406)
==115408== by 0x973A96: main (php_cli.c:1303)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x92208C7: accel_copy_permanent_strings (ZendAccelerator.c:606)
==115408== by 0x9221521: accel_use_shm_interned_strings (ZendAccelerator.c:750)
==115408== by 0x922700C: accel_post_startup (ZendAccelerator.c:3120)
==115408== by 0x889294: zend_post_startup (zend.c:1030)
==115408== by 0x7EFA9B: php_module_startup (main.c:2240)
==115408== by 0x971BCC: php_cli_startup (php_cli.c:406)
==115408== by 0x973A96: main (php_cli.c:1303)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x922070B: accel_copy_permanent_strings (ZendAccelerator.c:588)
==115408== by 0x9221521: accel_use_shm_interned_strings (ZendAccelerator.c:750)
==115408== by 0x922700C: accel_post_startup (ZendAccelerator.c:3120)
==115408== by 0x889294: zend_post_startup (zend.c:1030)
==115408== by 0x7EFA9B: php_module_startup (main.c:2240)
==115408== by 0x971BCC: php_cli_startup (php_cli.c:406)
==115408== by 0x973A96: main (php_cli.c:1303)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x9220A1A: accel_copy_permanent_strings (ZendAccelerator.c:625)
==115408== by 0x9221521: accel_use_shm_interned_strings (ZendAccelerator.c:750)
==115408== by 0x922700C: accel_post_startup (ZendAccelerator.c:3120)
==115408== by 0x889294: zend_post_startup (zend.c:1030)
==115408== by 0x7EFA9B: php_module_startup (main.c:2240)
==115408== by 0x971BCC: php_cli_startup (php_cli.c:406)
==115408== by 0x973A96: main (php_cli.c:1303)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x9220BFB: accel_copy_permanent_strings (ZendAccelerator.c:644)
==115408== by 0x9221521: accel_use_shm_interned_strings (ZendAccelerator.c:750)
==115408== by 0x922700C: accel_post_startup (ZendAccelerator.c:3120)
==115408== by 0x889294: zend_post_startup (zend.c:1030)
==115408== by 0x7EFA9B: php_module_startup (main.c:2240)
==115408== by 0x971BCC: php_cli_startup (php_cli.c:406)
==115408== by 0x973A96: main (php_cli.c:1303)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x9220C40: accel_copy_permanent_strings (ZendAccelerator.c:647)
==115408== by 0x9221521: accel_use_shm_interned_strings (ZendAccelerator.c:750)
==115408== by 0x922700C: accel_post_startup (ZendAccelerator.c:3120)
==115408== by 0x889294: zend_post_startup (zend.c:1030)
==115408== by 0x7EFA9B: php_module_startup (main.c:2240)
==115408== by 0x971BCC: php_cli_startup (php_cli.c:406)
==115408== by 0x973A96: main (php_cli.c:1303)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x9220AE9: accel_copy_permanent_strings (ZendAccelerator.c:634)
==115408== by 0x9221521: accel_use_shm_interned_strings (ZendAccelerator.c:750)
==115408== by 0x922700C: accel_post_startup (ZendAccelerator.c:3120)
==115408== by 0x889294: zend_post_startup (zend.c:1030)
==115408== by 0x7EFA9B: php_module_startup (main.c:2240)
==115408== by 0x971BCC: php_cli_startup (php_cli.c:406)
==115408== by 0x973A96: main (php_cli.c:1303)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x9220B1E: accel_copy_permanent_strings (ZendAccelerator.c:638)
==115408== by 0x9221521: accel_use_shm_interned_strings (ZendAccelerator.c:750)
==115408== by 0x922700C: accel_post_startup (ZendAccelerator.c:3120)
==115408== by 0x889294: zend_post_startup (zend.c:1030)
==115408== by 0x7EFA9B: php_module_startup (main.c:2240)
==115408== by 0x971BCC: php_cli_startup (php_cli.c:406)
==115408== by 0x973A96: main (php_cli.c:1303)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x9220D0E: accel_copy_permanent_strings (ZendAccelerator.c:653)
==115408== by 0x9221521: accel_use_shm_interned_strings (ZendAccelerator.c:750)
==115408== by 0x922700C: accel_post_startup (ZendAccelerator.c:3120)
==115408== by 0x889294: zend_post_startup (zend.c:1030)
==115408== by 0x7EFA9B: php_module_startup (main.c:2240)
==115408== by 0x971BCC: php_cli_startup (php_cli.c:406)
==115408== by 0x973A96: main (php_cli.c:1303)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x9220E53: accel_copy_permanent_strings (ZendAccelerator.c:667)
==115408== by 0x9221521: accel_use_shm_interned_strings (ZendAccelerator.c:750)
==115408== by 0x922700C: accel_post_startup (ZendAccelerator.c:3120)
==115408== by 0x889294: zend_post_startup (zend.c:1030)
==115408== by 0x7EFA9B: php_module_startup (main.c:2240)
==115408== by 0x971BCC: php_cli_startup (php_cli.c:406)
==115408== by 0x973A96: main (php_cli.c:1303)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x9220E0D: accel_copy_permanent_strings (ZendAccelerator.c:663)
==115408== by 0x9221521: accel_use_shm_interned_strings (ZendAccelerator.c:750)
==115408== by 0x922700C: accel_post_startup (ZendAccelerator.c:3120)
==115408== by 0x889294: zend_post_startup (zend.c:1030)
==115408== by 0x7EFA9B: php_module_startup (main.c:2240)
==115408== by 0x971BCC: php_cli_startup (php_cli.c:406)
==115408== by 0x973A96: main (php_cli.c:1303)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x9220E98: accel_copy_permanent_strings (ZendAccelerator.c:670)
==115408== by 0x9221521: accel_use_shm_interned_strings (ZendAccelerator.c:750)
==115408== by 0x922700C: accel_post_startup (ZendAccelerator.c:3120)
==115408== by 0x889294: zend_post_startup (zend.c:1030)
==115408== by 0x7EFA9B: php_module_startup (main.c:2240)
==115408== by 0x971BCC: php_cli_startup (php_cli.c:406)
==115408== by 0x973A96: main (php_cli.c:1303)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x9220FF3: accel_copy_permanent_strings (ZendAccelerator.c:683)
==115408== by 0x9221521: accel_use_shm_interned_strings (ZendAccelerator.c:750)
==115408== by 0x922700C: accel_post_startup (ZendAccelerator.c:3120)
==115408== by 0x889294: zend_post_startup (zend.c:1030)
==115408== by 0x7EFA9B: php_module_startup (main.c:2240)
==115408== by 0x971BCC: php_cli_startup (php_cli.c:406)
==115408== by 0x973A96: main (php_cli.c:1303)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x9220FBF: accel_copy_permanent_strings (ZendAccelerator.c:681)
==115408== by 0x9221521: accel_use_shm_interned_strings (ZendAccelerator.c:750)
==115408== by 0x922700C: accel_post_startup (ZendAccelerator.c:3120)
==115408== by 0x889294: zend_post_startup (zend.c:1030)
==115408== by 0x7EFA9B: php_module_startup (main.c:2240)
==115408== by 0x971BCC: php_cli_startup (php_cli.c:406)
==115408== by 0x973A96: main (php_cli.c:1303)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x92210C5: accel_copy_permanent_strings (ZendAccelerator.c:689)
==115408== by 0x9221521: accel_use_shm_interned_strings (ZendAccelerator.c:750)
==115408== by 0x922700C: accel_post_startup (ZendAccelerator.c:3120)
==115408== by 0x889294: zend_post_startup (zend.c:1030)
==115408== by 0x7EFA9B: php_module_startup (main.c:2240)
==115408== by 0x971BCC: php_cli_startup (php_cli.c:406)
==115408== by 0x973A96: main (php_cli.c:1303)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x92211CE: accel_copy_permanent_strings (ZendAccelerator.c:700)
==115408== by 0x9221521: accel_use_shm_interned_strings (ZendAccelerator.c:750)
==115408== by 0x922700C: accel_post_startup (ZendAccelerator.c:3120)
==115408== by 0x889294: zend_post_startup (zend.c:1030)
==115408== by 0x7EFA9B: php_module_startup (main.c:2240)
==115408== by 0x971BCC: php_cli_startup (php_cli.c:406)
==115408== by 0x973A96: main (php_cli.c:1303)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x92211F9: accel_copy_permanent_strings (ZendAccelerator.c:703)
==115408== by 0x9221521: accel_use_shm_interned_strings (ZendAccelerator.c:750)
==115408== by 0x922700C: accel_post_startup (ZendAccelerator.c:3120)
==115408== by 0x889294: zend_post_startup (zend.c:1030)
==115408== by 0x7EFA9B: php_module_startup (main.c:2240)
==115408== by 0x971BCC: php_cli_startup (php_cli.c:406)
==115408== by 0x973A96: main (php_cli.c:1303)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x92211A1: accel_copy_permanent_strings (ZendAccelerator.c:697)
==115408== by 0x9221521: accel_use_shm_interned_strings (ZendAccelerator.c:750)
==115408== by 0x922700C: accel_post_startup (ZendAccelerator.c:3120)
==115408== by 0x889294: zend_post_startup (zend.c:1030)
==115408== by 0x7EFA9B: php_module_startup (main.c:2240)
==115408== by 0x971BCC: php_cli_startup (php_cli.c:406)
==115408== by 0x973A96: main (php_cli.c:1303)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x92213A4: accel_copy_permanent_strings (ZendAccelerator.c:720)
==115408== by 0x9221521: accel_use_shm_interned_strings (ZendAccelerator.c:750)
==115408== by 0x922700C: accel_post_startup (ZendAccelerator.c:3120)
==115408== by 0x889294: zend_post_startup (zend.c:1030)
==115408== by 0x7EFA9B: php_module_startup (main.c:2240)
==115408== by 0x971BCC: php_cli_startup (php_cli.c:406)
==115408== by 0x973A96: main (php_cli.c:1303)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x9220103: accel_find_interned_string (ZendAccelerator.c:453)
==115408== by 0x92225C9: accel_make_persistent_key (ZendAccelerator.c:1201)
==115408== by 0x9224A2B: persistent_compile_file (ZendAccelerator.c:2008)
==115408== by 0x88AD59: zend_execute_scripts (zend.c:1674)
==115408== by 0x7F00DB: php_execute_script (main.c:2490)
==115408== by 0x972B4D: do_cli (php_cli.c:949)
==115408== by 0x973B2A: main (php_cli.c:1336)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x9220103: accel_find_interned_string (ZendAccelerator.c:453)
==115408== by 0x92203E5: accel_new_interned_string_for_php (ZendAccelerator.c:521)
==115408== by 0x853F81: zval_make_interned_string (zend_compile.c:512)
==115408== by 0x853FFF: zend_insert_literal (zend_compile.c:524)
==115408== by 0x854105: zend_add_literal (zend_compile.c:545)
==115408== by 0x857BF8: zend_emit_op (zend_compile.c:2045)
==115408== by 0x85DE8C: zend_compile_call (zend_compile.c:4341)
==115408== by 0x86D86C: zend_compile_var_inner (zend_compile.c:9624)
==115408== by 0x86D95F: zend_compile_var (zend_compile.c:9650)
==115408== by 0x86D3B7: zend_compile_expr_inner (zend_compile.c:9485)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x8521D8: zend_string_equal_content (zend_string.h:333)
==115408== by 0x85221A: zend_string_equals (zend_string.h:338)
==115408== by 0x853E62: lookup_cv (zend_compile.c:492)
==115408== by 0x85911F: zend_try_compile_cv (zend_compile.c:2622)
==115408== by 0x8593E3: zend_compile_simple_var (zend_compile.c:2696)
==115408== by 0x86D9E5: zend_delayed_compile_var (zend_compile.c:9659)
==115408== by 0x8597A7: zend_delayed_compile_prop (zend_compile.c:2800)
==115408== by 0x85A439: zend_compile_assign (zend_compile.c:3114)
==115408== by 0x86D3CF: zend_compile_expr_inner (zend_compile.c:9488)
==115408== by 0x86D72D: zend_compile_expr (zend_compile.c:9605)
==115408== by 0x86D022: zend_compile_stmt (zend_compile.c:9447)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x923A861: zend_persist_zval_calc (zend_persist_calc.c:111)
==115408== by 0x923B9D7: zend_persist_op_array_calc_ex (zend_persist_calc.c:227)
==115408== by 0x923F940: zend_accel_script_persist_calc (zend_persist_calc.c:595)
==115408== by 0x922316D: cache_script_in_shared_memory (ZendAccelerator.c:1487)
==115408== by 0x922528D: persistent_compile_file (ZendAccelerator.c:2176)
==115408== by 0x88AD59: zend_execute_scripts (zend.c:1674)
==115408== by 0x7F00DB: php_execute_script (main.c:2490)
==115408== by 0x972B4D: do_cli (php_cli.c:949)
==115408== by 0x973B2A: main (php_cli.c:1336)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x923C053: zend_persist_op_array_calc_ex (zend_persist_calc.c:282)
==115408== by 0x923F940: zend_accel_script_persist_calc (zend_persist_calc.c:595)
==115408== by 0x922316D: cache_script_in_shared_memory (ZendAccelerator.c:1487)
==115408== by 0x922528D: persistent_compile_file (ZendAccelerator.c:2176)
==115408== by 0x88AD59: zend_execute_scripts (zend.c:1674)
==115408== by 0x7F00DB: php_execute_script (main.c:2490)
==115408== by 0x972B4D: do_cli (php_cli.c:949)
==115408== by 0x973B2A: main (php_cli.c:1336)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x923B576: zend_persist_op_array_calc_ex (zend_persist_calc.c:193)
==115408== by 0x923C1FD: zend_persist_op_array_calc (zend_persist_calc.c:295)
==115408== by 0x923F91A: zend_accel_script_persist_calc (zend_persist_calc.c:593)
==115408== by 0x922316D: cache_script_in_shared_memory (ZendAccelerator.c:1487)
==115408== by 0x922528D: persistent_compile_file (ZendAccelerator.c:2176)
==115408== by 0x8BDF5E: zend_include_or_eval (zend_execute.c:4195)
==115408== by 0x8DEDF2: ZEND_INCLUDE_OR_EVAL_SPEC_TMPVAR_HANDLER (zend_vm_execute.h:14219)
==115408== by 0x931B7B: execute_ex (zend_vm_execute.h:55962)
==115408== by 0x9348A6: zend_execute (zend_vm_execute.h:58789)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x89C2F9: zend_string_equal_content (zend_string.h:333)
==115408== by 0x89E79B: zend_hash_find_bucket (zend_hash.c:666)
==115408== by 0x8A3CAF: _zend_hash_find_known_hash (zend_hash.c:2256)
==115408== by 0x92AA886: zend_hash_find_ex (zend_hash.h:184)
==115408== by 0x92AADC2: get_internal_func_info (zend_func_info.c:850)
==115408== by 0x92AAEC8: zend_get_func_info (zend_func_info.c:875)
==115408== by 0x92A47CD: _zend_update_type_info (zend_inference.c:3463)
==115408== by 0x92A7538: zend_infer_types_ex (zend_inference.c:3708)
==115408== by 0x92A91DB: zend_infer_types (zend_inference.c:4191)
==115408== by 0x92A954B: zend_ssa_inference (zend_inference.c:4240)
==115408== by 0x9278F5D: zend_dfa_analyze_op_array (dfa_pass.c:113)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x923CF46: zend_persist_class_entry_calc (zend_persist_calc.c:415)
==115408== by 0x923F397: zend_accel_persist_class_table_calc (zend_persist_calc.c:541)
==115408== by 0x923F707: zend_accel_script_persist_calc (zend_persist_calc.c:585)
==115408== by 0x922316D: cache_script_in_shared_memory (ZendAccelerator.c:1487)
==115408== by 0x922528D: persistent_compile_file (ZendAccelerator.c:2176)
==115408== by 0x82AF03: compile_filename (zend_language_scanner.c:721)
==115408== by 0x8BE08C: zend_include_or_eval (zend_execute.c:4225)
==115408== by 0x912C5F: ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER (zend_vm_execute.h:38017)
==115408== by 0x9338FD: execute_ex (zend_vm_execute.h:57792)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x923BC94: zend_persist_op_array_calc_ex (zend_persist_calc.c:255)
==115408== by 0x923C3F1: zend_persist_class_method_calc (zend_persist_calc.c:321)
==115408== by 0x923CFDF: zend_persist_class_entry_calc (zend_persist_calc.c:416)
==115408== by 0x923F397: zend_accel_persist_class_table_calc (zend_persist_calc.c:541)
==115408== by 0x923F707: zend_accel_script_persist_calc (zend_persist_calc.c:585)
==115408== by 0x922316D: cache_script_in_shared_memory (ZendAccelerator.c:1487)
==115408== by 0x922528D: persistent_compile_file (ZendAccelerator.c:2176)
==115408== by 0x82AF03: compile_filename (zend_language_scanner.c:721)
==115408== by 0x8BE08C: zend_include_or_eval (zend_execute.c:4225)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x923D672: zend_persist_class_entry_calc (zend_persist_calc.c:457)
==115408== by 0x923F397: zend_accel_persist_class_table_calc (zend_persist_calc.c:541)
==115408== by 0x923F707: zend_accel_script_persist_calc (zend_persist_calc.c:585)
==115408== by 0x922316D: cache_script_in_shared_memory (ZendAccelerator.c:1487)
==115408== by 0x922528D: persistent_compile_file (ZendAccelerator.c:2176)
==115408== by 0x82AF03: compile_filename (zend_language_scanner.c:721)
==115408== by 0x8BE08C: zend_include_or_eval (zend_execute.c:4225)
==115408== by 0x912C5F: ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER (zend_vm_execute.h:38017)
==115408== by 0x9338FD: execute_ex (zend_vm_execute.h:57792)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x923C5BC: zend_persist_property_info_calc (zend_persist_calc.c:340)
==115408== by 0x923D710: zend_persist_class_entry_calc (zend_persist_calc.c:459)
==115408== by 0x923F397: zend_accel_persist_class_table_calc (zend_persist_calc.c:541)
==115408== by 0x923F707: zend_accel_script_persist_calc (zend_persist_calc.c:585)
==115408== by 0x922316D: cache_script_in_shared_memory (ZendAccelerator.c:1487)
==115408== by 0x922528D: persistent_compile_file (ZendAccelerator.c:2176)
==115408== by 0x82AF03: compile_filename (zend_language_scanner.c:721)
==115408== by 0x8BE08C: zend_include_or_eval (zend_execute.c:4225)
==115408== by 0x912C5F: ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER (zend_vm_execute.h:38017)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x923F899: zend_accel_script_persist_calc (zend_persist_calc.c:592)
==115408== by 0x922316D: cache_script_in_shared_memory (ZendAccelerator.c:1487)
==115408== by 0x922528D: persistent_compile_file (ZendAccelerator.c:2176)
==115408== by 0x82AF03: compile_filename (zend_language_scanner.c:721)
==115408== by 0x8BE08C: zend_include_or_eval (zend_execute.c:4225)
==115408== by 0x8CBB94: ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER (zend_vm_execute.h:4646)
==115408== by 0x930A3B: execute_ex (zend_vm_execute.h:54858)
==115408== by 0x873B04: zend_call_function (zend_execute_API.c:895)
==115408== by 0x873E9E: zend_call_known_function (zend_execute_API.c:985)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x923B3E9: zend_persist_type_calc (zend_persist_calc.c:183)
==115408== by 0x923BD56: zend_persist_op_array_calc_ex (zend_persist_calc.c:257)
==115408== by 0x923C3F1: zend_persist_class_method_calc (zend_persist_calc.c:321)
==115408== by 0x923CFDF: zend_persist_class_entry_calc (zend_persist_calc.c:416)
==115408== by 0x923F397: zend_accel_persist_class_table_calc (zend_persist_calc.c:541)
==115408== by 0x923F707: zend_accel_script_persist_calc (zend_persist_calc.c:585)
==115408== by 0x922316D: cache_script_in_shared_memory (ZendAccelerator.c:1487)
==115408== by 0x922528D: persistent_compile_file (ZendAccelerator.c:2176)
==115408== by 0x8BDF5E: zend_include_or_eval (zend_execute.c:4195)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x923AA9B: zend_persist_zval_calc (zend_persist_calc.c:125)
==115408== by 0x923D150: zend_persist_class_entry_calc (zend_persist_calc.c:432)
==115408== by 0x923F397: zend_accel_persist_class_table_calc (zend_persist_calc.c:541)
==115408== by 0x923F707: zend_accel_script_persist_calc (zend_persist_calc.c:585)
==115408== by 0x922316D: cache_script_in_shared_memory (ZendAccelerator.c:1487)
==115408== by 0x922528D: persistent_compile_file (ZendAccelerator.c:2176)
==115408== by 0x8BDF5E: zend_include_or_eval (zend_execute.c:4195)
==115408== by 0x8CBB94: ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER (zend_vm_execute.h:4646)
==115408== by 0x930A3B: execute_ex (zend_vm_execute.h:54858)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x923B89F: zend_persist_op_array_calc_ex (zend_persist_calc.c:216)
==115408== by 0x923C1FD: zend_persist_op_array_calc (zend_persist_calc.c:295)
==115408== by 0x923F91A: zend_accel_script_persist_calc (zend_persist_calc.c:593)
==115408== by 0x922316D: cache_script_in_shared_memory (ZendAccelerator.c:1487)
==115408== by 0x922528D: persistent_compile_file (ZendAccelerator.c:2176)
==115408== by 0x82AF03: compile_filename (zend_language_scanner.c:721)
==115408== by 0x8BE08C: zend_include_or_eval (zend_execute.c:4225)
==115408== by 0x8CBB94: ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER (zend_vm_execute.h:4646)
==115408== by 0x930A3B: execute_ex (zend_vm_execute.h:54858)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x89C2F9: zend_string_equal_content (zend_string.h:333)
==115408== by 0x8A0E58: zend_hash_del (zend_hash.c:1383)
==115408== by 0x92AC3AF: zend_symtable_del (zend_hash.h:470)
==115408== by 0x92AE061: ct_eval_del_array_elem (sccp.c:515)
==115408== by 0x92B1045: sccp_visit_instr (sccp.c:1151)
==115408== by 0x92B76BE: scdf_solve (scdf.c:167)
==115408== by 0x92B6947: sccp_optimize_op_array (sccp.c:2552)
==115408== by 0x927C6A4: zend_dfa_optimize_op_array (dfa_pass.c:1007)
==115408== by 0x925B5CB: zend_optimize_script (zend_optimizer.c:1452)
==115408== by 0x9222FEB: cache_script_in_shared_memory (ZendAccelerator.c:1438)
==115408== by 0x922528D: persistent_compile_file (ZendAccelerator.c:2176)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x87A9FF: zend_string_equal_content (zend_string.h:333)
==115408== by 0x87AA41: zend_string_equals (zend_string.h:338)
==115408== by 0x882835: zend_is_identical (zend_operators.c:2214)
==115408== by 0x8828C8: is_identical_function (zend_operators.c:2228)
==115408== by 0x8688D6: zend_try_ct_eval_binary_op (zend_compile.c:7896)
==115408== by 0x869038: zend_compile_binary_op (zend_compile.c:8072)
==115408== by 0x86D447: zend_compile_expr_inner (zend_compile.c:9503)
==115408== by 0x86D72D: zend_compile_expr (zend_compile.c:9605)
==115408== by 0x869803: zend_compile_short_circuiting (zend_compile.c:8231)
==115408== by 0x86D4A7: zend_compile_expr_inner (zend_compile.c:9518)
==115408== by 0x86D72D: zend_compile_expr (zend_compile.c:9605)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x923CD1F: zend_persist_class_entry_calc (zend_persist_calc.c:410)
==115408== by 0x923F397: zend_accel_persist_class_table_calc (zend_persist_calc.c:541)
==115408== by 0x923F707: zend_accel_script_persist_calc (zend_persist_calc.c:585)
==115408== by 0x922316D: cache_script_in_shared_memory (ZendAccelerator.c:1487)
==115408== by 0x922528D: persistent_compile_file (ZendAccelerator.c:2176)
==115408== by 0x82AF03: compile_filename (zend_language_scanner.c:721)
==115408== by 0x8BE08C: zend_include_or_eval (zend_execute.c:4225)
==115408== by 0x912C5F: ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER (zend_vm_execute.h:38017)
==115408== by 0x9338FD: execute_ex (zend_vm_execute.h:57792)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x8521D8: zend_string_equal_content (zend_string.h:333)
==115408== by 0x85221A: zend_string_equals (zend_string.h:338)
==115408== by 0x85A17C: zend_is_assign_to_self (zend_compile.c:3043)
==115408== by 0x85A365: zend_compile_assign (zend_compile.c:3090)
==115408== by 0x86D3CF: zend_compile_expr_inner (zend_compile.c:9488)
==115408== by 0x86D72D: zend_compile_expr (zend_compile.c:9605)
==115408== by 0x86D022: zend_compile_stmt (zend_compile.c:9447)
==115408== by 0x8627A9: zend_compile_stmt_list (zend_compile.c:5968)
==115408== by 0x86CE3B: zend_compile_stmt (zend_compile.c:9359)
==115408== by 0x860133: zend_compile_foreach (zend_compile.c:5172)
==115408== by 0x86CF07: zend_compile_stmt (zend_compile.c:9396)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x4036AB3: ???
==115408== by 0x16258937: ???
==115408== by 0x16258937: ???
==115408== by 0x16258954: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x16258937: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x4036AB3: ???
==115408== by 0x162591B7: ???
==115408== by 0x162591B7: ???
==115408== by 0x162591C9: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x162591B7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x4036AB3: ???
==115408== by 0x162597A7: ???
==115408== by 0x162597A7: ???
==115408== by 0x162597B8: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x162597A7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x4036AB3: ???
==115408== by 0x16259C17: ???
==115408== by 0x16259C17: ???
==115408== by 0x16259C2A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x16259C17: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x4036AB3: ???
==115408== by 0x1625A087: ???
==115408== by 0x1625A087: ???
==115408== by 0x1625A098: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x1625A087: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x4036AB3: ???
==115408== by 0x1625A4F7: ???
==115408== by 0x1625A4F7: ???
==115408== by 0x1625A508: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x1625A4F7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x923D30A: zend_persist_class_entry_calc (zend_persist_calc.c:439)
==115408== by 0x923F397: zend_accel_persist_class_table_calc (zend_persist_calc.c:541)
==115408== by 0x923F707: zend_accel_script_persist_calc (zend_persist_calc.c:585)
==115408== by 0x922316D: cache_script_in_shared_memory (ZendAccelerator.c:1487)
==115408== by 0x922528D: persistent_compile_file (ZendAccelerator.c:2176)
==115408== by 0x82AF03: compile_filename (zend_language_scanner.c:721)
==115408== by 0x8BE08C: zend_include_or_eval (zend_execute.c:4225)
==115408== by 0x912C5F: ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER (zend_vm_execute.h:38017)
==115408== by 0x9338FD: execute_ex (zend_vm_execute.h:57792)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x87A9FF: zend_string_equal_content (zend_string.h:333)
==115408== by 0x885041: zendi_smart_streq (zend_operators.c:2869)
==115408== by 0x8B2850: zend_fast_equal_strings (zend_operators.h:857)
==115408== by 0x91E7DB: ZEND_IS_EQUAL_SPEC_CV_TMPVAR_HANDLER (zend_vm_execute.h:42585)
==115408== by 0x933E7D: execute_ex (zend_vm_execute.h:58144)
==115408== by 0x9348A6: zend_execute (zend_vm_execute.h:58789)
==115408== by 0x88ADBE: zend_execute_scripts (zend.c:1680)
==115408== by 0x7F00DB: php_execute_script (main.c:2490)
==115408== by 0x972B4D: do_cli (php_cli.c:949)
==115408== by 0x973B2A: main (php_cli.c:1336)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x8B1C8D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x8B283B: zend_fast_equal_strings (zend_operators.h:855)
==115408== by 0x8E0DB7: ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_CONST_JMPZ_HANDLER (zend_vm_execute.h:14906)
==115408== by 0x931C3B: execute_ex (zend_vm_execute.h:56010)
==115408== by 0x9348A6: zend_execute (zend_vm_execute.h:58789)
==115408== by 0x88ADBE: zend_execute_scripts (zend.c:1680)
==115408== by 0x7F00DB: php_execute_script (main.c:2490)
==115408== by 0x972B4D: do_cli (php_cli.c:949)
==115408== by 0x973B2A: main (php_cli.c:1336)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x921ED1D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x922020F: accel_new_interned_string (ZendAccelerator.c:486)
==115408== by 0x923DB5B: zend_persist_class_entry_calc (zend_persist_calc.c:473)
==115408== by 0x923F397: zend_accel_persist_class_table_calc (zend_persist_calc.c:541)
==115408== by 0x923F707: zend_accel_script_persist_calc (zend_persist_calc.c:585)
==115408== by 0x922316D: cache_script_in_shared_memory (ZendAccelerator.c:1487)
==115408== by 0x922528D: persistent_compile_file (ZendAccelerator.c:2176)
==115408== by 0x82AF03: compile_filename (zend_language_scanner.c:721)
==115408== by 0x8BE08C: zend_include_or_eval (zend_execute.c:4225)
==115408== by 0x912C5F: ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER (zend_vm_execute.h:38017)
==115408== by 0x9338FD: execute_ex (zend_vm_execute.h:57792)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EEC6E7: ???
==115408== by 0x15EEC6E7: ???
==115408== by 0x15EEC6EA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EEC6E7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15C79237: ???
==115408== by 0x15C79237: ???
==115408== by 0x15C7923A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15C79237: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15ECBE17: ???
==115408== by 0x15ECBE17: ???
==115408== by 0x15ECBE1A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15ECBE17: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15ECB827: ???
==115408== by 0x15ECB827: ???
==115408== by 0x15ECB82A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15ECB827: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15ECA2B7: ???
==115408== by 0x15ECA2B7: ???
==115408== by 0x15ECA2BA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15ECA2B7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x8B1C8D: zend_string_equal_content (zend_string.h:333)
==115408== by 0x8B283B: zend_fast_equal_strings (zend_operators.h:855)
==115408== by 0x915C0E: ZEND_IS_EQUAL_SPEC_CV_CONST_JMPZ_HANDLER (zend_vm_execute.h:39015)
==115408== by 0x933ACD: execute_ex (zend_vm_execute.h:57908)
==115408== by 0x9348A6: zend_execute (zend_vm_execute.h:58789)
==115408== by 0x88ADBE: zend_execute_scripts (zend.c:1680)
==115408== by 0x7F00DB: php_execute_script (main.c:2490)
==115408== by 0x972B4D: do_cli (php_cli.c:949)
==115408== by 0x973B2A: main (php_cli.c:1336)
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EC7547: ???
==115408== by 0x15EC7547: ???
==115408== by 0x15EC754A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EC7547: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EC6FF7: ???
==115408== by 0x15EC6FF7: ???
==115408== by 0x15EC6FFA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EC6FF7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EC37A7: ???
==115408== by 0x15EC37A7: ???
==115408== by 0x15EC37AA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EC37A7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EC2DB7: ???
==115408== by 0x15EC2DB7: ???
==115408== by 0x15EC2DBA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EC2DB7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EC3A67: ???
==115408== by 0x15EC3A67: ???
==115408== by 0x15EC3A6A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EC3A67: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EC5027: ???
==115408== by 0x15EC5027: ???
==115408== by 0x15EC502A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EC5027: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EC5647: ???
==115408== by 0x15EC5647: ???
==115408== by 0x15EC564A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EC5647: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EC7E17: ???
==115408== by 0x15EC7E17: ???
==115408== by 0x15EC7E1A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EC7E17: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EC8437: ???
==115408== by 0x15EC8437: ???
==115408== by 0x15EC843A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EC8437: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EC8A57: ???
==115408== by 0x15EC8A57: ???
==115408== by 0x15EC8A5A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EC8A57: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EC9077: ???
==115408== by 0x15EC9077: ???
==115408== by 0x15EC907A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EC9077: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15C79D67: ???
==115408== by 0x15C79D67: ???
==115408== by 0x15C79D6A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15C79D67: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15C7A387: ???
==115408== by 0x15C7A387: ???
==115408== by 0x15C7A38A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15C7A387: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15C7A9A7: ???
==115408== by 0x15C7A9A7: ???
==115408== by 0x15C7A9AA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15C7A9A7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15C7AFC7: ???
==115408== by 0x15C7AFC7: ???
==115408== by 0x15C7AFCA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15C7AFC7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15C7C027: ???
==115408== by 0x15C7C027: ???
==115408== by 0x15C7C02A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15C7C027: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15C7C637: ???
==115408== by 0x15C7C637: ???
==115408== by 0x15C7C63A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15C7C637: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EE93F7: ???
==115408== by 0x15EE93F7: ???
==115408== by 0x15EE93FA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EE93F7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EE9A07: ???
==115408== by 0x15EE9A07: ???
==115408== by 0x15EE9A0A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EE9A07: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EEA027: ???
==115408== by 0x15EEA027: ???
==115408== by 0x15EEA02A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EEA027: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EEA637: ???
==115408== by 0x15EEA637: ???
==115408== by 0x15EEA63A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EEA637: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EEAC57: ???
==115408== by 0x15EEAC57: ???
==115408== by 0x15EEAC5A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EEAC57: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EEB277: ???
==115408== by 0x15EEB277: ???
==115408== by 0x15EEB27A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EEB277: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EEB897: ???
==115408== by 0x15EEB897: ???
==115408== by 0x15EEB89A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EEB897: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EEBEB7: ???
==115408== by 0x15EEBEB7: ???
==115408== by 0x15EEBEBA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EEBEB7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EEC357: ???
==115408== by 0x15EEC357: ???
==115408== by 0x15EEC35A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EEC357: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EB2CD7: ???
==115408== by 0x15EB2CD7: ???
==115408== by 0x15EB2CDA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EB2CD7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EB2007: ???
==115408== by 0x15EB2007: ???
==115408== by 0x15EB200A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EB2007: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EB19C7: ???
==115408== by 0x15EB19C7: ???
==115408== by 0x15EB19CA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EB19C7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EB2327: ???
==115408== by 0x15EB2327: ???
==115408== by 0x15EB232A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EB2327: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EB0307: ???
==115408== by 0x15EB0307: ???
==115408== by 0x15EB030A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EB0307: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EAF737: ???
==115408== by 0x15EAF737: ???
==115408== by 0x15EAF73A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EAF737: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EAEFE7: ???
==115408== by 0x15EAEFE7: ???
==115408== by 0x15EAEFEA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EAEFE7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EAE417: ???
==115408== by 0x15EAE417: ???
==115408== by 0x15EAE41A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EAE417: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EAF2A7: ???
==115408== by 0x15EAF2A7: ???
==115408== by 0x15EAF2AA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EAF2A7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EB05C7: ???
==115408== by 0x15EB05C7: ???
==115408== by 0x15EB05CA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EB05C7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EB0BE7: ???
==115408== by 0x15EB0BE7: ???
==115408== by 0x15EB0BEA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EB0BE7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EB1207: ???
==115408== by 0x15EB1207: ???
==115408== by 0x15EB120A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EB1207: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EAB7F7: ???
==115408== by 0x15EAB7F7: ???
==115408== by 0x15EAB7FA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EAB7F7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EAAAD7: ???
==115408== by 0x15EAAAD7: ???
==115408== by 0x15EAAADA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EAAAD7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EAA387: ???
==115408== by 0x15EAA387: ???
==115408== by 0x15EAA38A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EAA387: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EA97B7: ???
==115408== by 0x15EA97B7: ???
==115408== by 0x15EA97BA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EA97B7: ???
==115408==
==115408==
==115408== More than 100 errors detected. Subsequent errors
==115408== will still be recorded, but in less detail than before.
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EAA6A7: ???
==115408== by 0x15EAA6A7: ???
==115408== by 0x15EAA6AA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EAA6A7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EA86E7: ???
==115408== by 0x15EA86E7: ???
==115408== by 0x15EA86EA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EA86E7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EA95A7: ???
==115408== by 0x15EA95A7: ???
==115408== by 0x15EA95AA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EA95A7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EA7807: ???
==115408== by 0x15EA7807: ???
==115408== by 0x15EA780A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EA7807: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EACFB7: ???
==115408== by 0x15EACFB7: ???
==115408== by 0x15EACFBA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EACFB7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EAD5D7: ???
==115408== by 0x15EAD5D7: ???
==115408== by 0x15EAD5DA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EAD5D7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EADBF7: ???
==115408== by 0x15EADBF7: ???
==115408== by 0x15EADBFA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EADBF7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EAE217: ???
==115408== by 0x15EAE217: ???
==115408== by 0x15EAE21A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EAE217: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DB4627: ???
==115408== by 0x15DB4627: ???
==115408== by 0x15DB462A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DB4627: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DB4C47: ???
==115408== by 0x15DB4C47: ???
==115408== by 0x15DB4C4A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DB4C47: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DB5267: ???
==115408== by 0x15DB5267: ???
==115408== by 0x15DB526A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DB5267: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DB5887: ???
==115408== by 0x15DB5887: ???
==115408== by 0x15DB588A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DB5887: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DB5EA7: ???
==115408== by 0x15DB5EA7: ???
==115408== by 0x15DB5EAA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DB5EA7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DB64C7: ???
==115408== by 0x15DB64C7: ???
==115408== by 0x15DB64CA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DB64C7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DB6AE7: ???
==115408== by 0x15DB6AE7: ???
==115408== by 0x15DB6AEA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DB6AE7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15EBB5A7: ???
==115408== by 0x15EBB5A7: ???
==115408== by 0x15EBB5AA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15EBB5A7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DAAC37: ???
==115408== by 0x15DAAC37: ???
==115408== by 0x15DAAC3A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DAAC37: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DA9F57: ???
==115408== by 0x15DA9F57: ???
==115408== by 0x15DA9F5A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DA9F57: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DA9907: ???
==115408== by 0x15DA9907: ???
==115408== by 0x15DA990A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DA9907: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DAA277: ???
==115408== by 0x15DAA277: ???
==115408== by 0x15DAA27A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DAA277: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DA82A7: ???
==115408== by 0x15DA82A7: ???
==115408== by 0x15DA82AA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DA82A7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DA7C57: ???
==115408== by 0x15DA7C57: ???
==115408== by 0x15DA7C5A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DA7C57: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DA6F87: ???
==115408== by 0x15DA6F87: ???
==115408== by 0x15DA6F8A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DA6F87: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DA6937: ???
==115408== by 0x15DA6937: ???
==115408== by 0x15DA693A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DA6937: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DA72A7: ???
==115408== by 0x15DA72A7: ???
==115408== by 0x15DA72AA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DA72A7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DA85C7: ???
==115408== by 0x15DA85C7: ???
==115408== by 0x15DA85CA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DA85C7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DA8BE7: ???
==115408== by 0x15DA8BE7: ???
==115408== by 0x15DA8BEA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DA8BE7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DA9207: ???
==115408== by 0x15DA9207: ???
==115408== by 0x15DA920A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DA9207: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DA3357: ???
==115408== by 0x15DA3357: ???
==115408== by 0x15DA335A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DA3357: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DA22F7: ???
==115408== by 0x15DA22F7: ???
==115408== by 0x15DA22FA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DA22F7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DA1787: ???
==115408== by 0x15DA1787: ???
==115408== by 0x15DA178A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DA1787: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DA2617: ???
==115408== by 0x15DA2617: ???
==115408== by 0x15DA261A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DA2617: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DA0697: ???
==115408== by 0x15DA0697: ???
==115408== by 0x15DA069A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DA0697: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D9FAC7: ???
==115408== by 0x15D9FAC7: ???
==115408== by 0x15D9FACA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D9FAC7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D9F317: ???
==115408== by 0x15D9F317: ???
==115408== by 0x15D9F31A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D9F317: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D9E7A7: ???
==115408== by 0x15D9E7A7: ???
==115408== by 0x15D9E7AA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D9E7A7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D9F637: ???
==115408== by 0x15D9F637: ???
==115408== by 0x15D9F63A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D9F637: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DA0957: ???
==115408== by 0x15DA0957: ???
==115408== by 0x15DA095A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DA0957: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DA0F77: ???
==115408== by 0x15DA0F77: ???
==115408== by 0x15DA0F7A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DA0F77: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DA1597: ???
==115408== by 0x15DA1597: ???
==115408== by 0x15DA159A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DA1597: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15DA3D67: ???
==115408== by 0x15DA3D67: ???
==115408== by 0x15DA3D6A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15DA3D67: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D9AE37: ???
==115408== by 0x15D9AE37: ???
==115408== by 0x15D9AE3A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D9AE37: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D9A687: ???
==115408== by 0x15D9A687: ???
==115408== by 0x15D9A68A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D9A687: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D99B17: ???
==115408== by 0x15D99B17: ???
==115408== by 0x15D99B1A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D99B17: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D9A9A7: ???
==115408== by 0x15D9A9A7: ???
==115408== by 0x15D9A9AA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D9A9A7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D989D7: ???
==115408== by 0x15D989D7: ???
==115408== by 0x15D989DA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D989D7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D9C217: ???
==115408== by 0x15D9C217: ???
==115408== by 0x15D9C21A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D9C217: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D9C837: ???
==115408== by 0x15D9C837: ???
==115408== by 0x15D9C83A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D9C837: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D9CE47: ???
==115408== by 0x15D9CE47: ???
==115408== by 0x15D9CE4A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D9CE47: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D9D467: ???
==115408== by 0x15D9D467: ???
==115408== by 0x15D9D46A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D9D467: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D9DA87: ???
==115408== by 0x15D9DA87: ???
==115408== by 0x15D9DA8A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D9DA87: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D9E0A7: ???
==115408== by 0x15D9E0A7: ???
==115408== by 0x15D9E0AA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D9E0A7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D9E6C7: ???
==115408== by 0x15D9E6C7: ???
==115408== by 0x15D9E6CA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D9E6C7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D21C07: ???
==115408== by 0x15D21C07: ???
==115408== by 0x15D21C0A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D21C07: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D21277: ???
==115408== by 0x15D21277: ???
==115408== by 0x15D2127A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D21277: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D20597: ???
==115408== by 0x15D20597: ???
==115408== by 0x15D2059A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D20597: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D1FF47: ???
==115408== by 0x15D1FF47: ???
==115408== by 0x15D1FF4A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D1FF47: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D208B7: ???
==115408== by 0x15D208B7: ???
==115408== by 0x15D208BA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D208B7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D1E8E7: ???
==115408== by 0x15D1E8E7: ???
==115408== by 0x15D1E8EA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D1E8E7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D1E297: ???
==115408== by 0x15D1E297: ???
==115408== by 0x15D1E29A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D1E297: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D1D2F7: ???
==115408== by 0x15D1D2F7: ???
==115408== by 0x15D1D2FA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D1D2F7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x40363B7: ???
==115408== by 0x15D1DC77: ???
==115408== by 0x15D1DC77: ???
==115408== by 0x15D1DC8C: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D1DC77: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x40363B7: ???
==115408== by 0x15D1F127: ???
==115408== by 0x15D1F127: ???
==115408== by 0x15D1F13C: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D1F127: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D1F767: ???
==115408== by 0x15D1F767: ???
==115408== by 0x15D1F76A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D1F767: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D19C77: ???
==115408== by 0x15D19C77: ???
==115408== by 0x15D19C7A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D19C77: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D18807: ???
==115408== by 0x15D18807: ???
==115408== by 0x15D1880A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D18807: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D18287: ???
==115408== by 0x15D18287: ???
==115408== by 0x15D1828A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D18287: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D18B97: ???
==115408== by 0x15D18B97: ???
==115408== by 0x15D18B9A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D18B97: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D16C17: ???
==115408== by 0x15D16C17: ???
==115408== by 0x15D16C1A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D16C17: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D165C7: ???
==115408== by 0x15D165C7: ???
==115408== by 0x15D165CA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D165C7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D158F7: ???
==115408== by 0x15D158F7: ???
==115408== by 0x15D158FA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D158F7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D152A7: ???
==115408== by 0x15D152A7: ???
==115408== by 0x15D152AA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D152A7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D15C17: ???
==115408== by 0x15D15C17: ???
==115408== by 0x15D15C1A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D15C17: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D16F37: ???
==115408== by 0x15D16F37: ???
==115408== by 0x15D16F3A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D16F37: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D17557: ???
==115408== by 0x15D17557: ???
==115408== by 0x15D1755A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D17557: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D17B77: ???
==115408== by 0x15D17B77: ???
==115408== by 0x15D17B7A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D17B77: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D1A277: ???
==115408== by 0x15D1A277: ???
==115408== by 0x15D1A27A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D1A277: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D113B7: ???
==115408== by 0x15D113B7: ???
==115408== by 0x15D113BA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D113B7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D10C67: ???
==115408== by 0x15D10C67: ???
==115408== by 0x15D10C6A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D10C67: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D10097: ???
==115408== by 0x15D10097: ???
==115408== by 0x15D1009A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D10097: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D10F87: ???
==115408== by 0x15D10F87: ???
==115408== by 0x15D10F8A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D10F87: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D0EFA7: ???
==115408== by 0x15D0EFA7: ???
==115408== by 0x15D0EFAA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D0EFA7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D0E3D7: ???
==115408== by 0x15D0E3D7: ???
==115408== by 0x15D0E3DA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D0E3D7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D0DC27: ???
==115408== by 0x15D0DC27: ???
==115408== by 0x15D0DC2A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D0DC27: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D0D0B7: ???
==115408== by 0x15D0D0B7: ???
==115408== by 0x15D0D0BA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D0D0B7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D0DF47: ???
==115408== by 0x15D0DF47: ???
==115408== by 0x15D0DF4A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D0DF47: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D0F267: ???
==115408== by 0x15D0F267: ???
==115408== by 0x15D0F26A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D0F267: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D0F887: ???
==115408== by 0x15D0F887: ???
==115408== by 0x15D0F88A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D0F887: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D1AD27: ???
==115408== by 0x15D1AD27: ???
==115408== by 0x15D1AD2A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D1AD27: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D11E17: ???
==115408== by 0x15D11E17: ???
==115408== by 0x15D11E1A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D11E17: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D12437: ???
==115408== by 0x15D12437: ???
==115408== by 0x15D1243A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D12437: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D12A57: ???
==115408== by 0x15D12A57: ???
==115408== by 0x15D12A5A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D12A57: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D13077: ???
==115408== by 0x15D13077: ???
==115408== by 0x15D1307A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D13077: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D13697: ???
==115408== by 0x15D13697: ???
==115408== by 0x15D1369A: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D13697: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D13CB7: ???
==115408== by 0x15D13CB7: ???
==115408== by 0x15D13CBA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D13CB7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x4036330: ???
==115408== by 0x15D142D7: ???
==115408== by 0x15D142D7: ???
==115408== by 0x15D142E3: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D142D7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x403630E: ???
==115408== by 0x15D21EC7: ???
==115408== by 0x15D21EC7: ???
==115408== by 0x15D21ECA: ???
==115408== by 0x8F2F64F: ???
==115408== by 0x15D21EC7: ???
==115408==
==115408== Conditional jump or move depends on uninitialised value(s)
==115408== at 0x94E63A: zend_string_equal_val (zend_string.c:403)
==115408== by 0x68B34B: zend_string_equal_content (zend_string.h:333)
==115408== by 0x68BFEA: zend_fast_equal_strings (zend_operators.h:855)
==115408== by 0x68C24F: fast_equal_check_string (zend_operators.h:894)
==115408== by 0x695E4A: php_search_array (array.c:1593)
==115408== by 0x696119: zif_in_array (array.c:1631)
==115408== by 0x8C248E: ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_USED_HANDLER (zend_vm_execute.h:1553)
==115408== by 0x9300F9: execute_ex (zend_vm_execute.h:54478)
==115408== by 0x9348A6: zend_execute (zend_vm_execute.h:58789)
==115408== by 0x88ADBE: zend_execute_scripts (zend.c:1680)
==115408== by 0x7F00DB: php_execute_script (main.c:2490)
==115408== by 0x972B4D: do_cli (php_cli.c:949)
==115408==
==115408== Invalid read of size 8
==115408== at 0x11629AB1: ???
==115408== by 0x9348A6: zend_execute (zend_vm_execute.h:58789)
==115408== by 0x88ADBE: zend_execute_scripts (zend.c:1680)
==115408== by 0x7F00DB: php_execute_script (main.c:2490)
==115408== by 0x972B4D: do_cli (php_cli.c:949)
==115408== by 0x973B2A: main (php_cli.c:1336)
==115408== Address 0xffffffffffffffff is not stack'd, malloc'd or (recently) free'd
==115408==
==115408==
==115408== Process terminating with default action of signal 11 (SIGSEGV)
==115408== Access not within mapped region at address 0xFFFFFFFFFFFFFFFF
==115408== at 0x11629AB1: ???
==115408== by 0x9348A6: zend_execute (zend_vm_execute.h:58789)
==115408== by 0x88ADBE: zend_execute_scripts (zend.c:1680)
==115408== by 0x7F00DB: php_execute_script (main.c:2490)
==115408== by 0x972B4D: do_cli (php_cli.c:949)
==115408== by 0x973B2A: main (php_cli.c:1336)
==115408== If you believe this happened as a result of a stack
==115408== overflow in your program's main thread (unlikely but
==115408== possible), you can try to increase the size of the
==115408== main thread stack using the --main-stacksize= flag.
==115408== The main thread stack size used in this run was 8388608.
==115408==
==115408== HEAP SUMMARY:
==115408== in use at exit: 20,550,700 bytes in 151,067 blocks
==115408== total heap usage: 1,733,121 allocs, 1,582,054 frees, 186,668,233 bytes allocated
==115408==
==115408== LEAK SUMMARY:
==115408== definitely lost: 39,328 bytes in 206 blocks
==115408== indirectly lost: 816 bytes in 6 blocks
==115408== possibly lost: 19,086,711 bytes in 141,952 blocks
==115408== still reachable: 1,423,845 bytes in 8,903 blocks
==115408== suppressed: 0 bytes in 0 blocks
==115408== Rerun with --leak-check=full to see details of leaked memory
==115408==
==115408== For counts of detected and suppressed errors, rerun with: -v
==115408== Use --track-origins=yes to see where uninitialised values come from
==115408== ERROR SUMMARY: 825585 errors from 199 contexts (suppressed: 0 from 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment