View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001360 | Xdebug | Uncategorized | public | 2016-11-03 14:35 | 2017-01-13 16:51 |
Reporter | Blizz | Assigned To | derick | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | Docker | OS | Debian | OS Version | Jessie |
Product Version | 2.4.1 | ||||
Summary | 0001360: Xdebug enabled causes Segfaults | ||||
Description | I'm experiencing a problem similar to the one described in ticket 0001339, but I decided to open a separate ticket in case you want to threat it as a different one. While unit testing code developed against Laravel 5.3.22 Xdebug seems to cause a crash when trying to execute a statement that results in a "QueryException". With xdebug disabled, the code "correctly" finishes, displaying the exception results. | ||||
Steps To Reproduce | Attempt a save operation with a record not having a specific field on a table not having a default value for that field. Normal result: Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1364 Field 'parent_id' doesn't have a default value (SQL: insert into /app/vendor/laravel/framework/src/Illuminate/Database/Connection.php:769 Caused by /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:93 Caused by /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:91 With xdebug: segfault. | ||||
Additional Information | Attached is the full backtrace, this is the regular one: #0 0x00007f004f7e1d8b in xdebug_objdebug_pp (zval_pp=0x7ffca9b864c8, is_tmp=0x7ffca9b86414) at /tmp/pear/temp/xdebug/xdebug_var.c:57 I'll add my phpinfo as a note | ||||
Tags | No tags attached. | ||||
Attached Files | gdb-bt-full.txt (40,699 bytes)
#0 0x00007f004f7e1d8b in xdebug_objdebug_pp (zval_pp=0x7ffca9b864c8, is_tmp=0x7ffca9b86414) at /tmp/pear/temp/xdebug/xdebug_var.c:57 dzval = {value = {lval = 139639210875648, dval = 6.8990936906039047e-310, counted = 0x7f00498f9b00, str = 0x7f00498f9b00, arr = 0x7f00498f9b00, obj = 0x7f00498f9b00, res = 0x7f00498f9b00, ref = 0x7f00498f9b00, ast = 0x7f00498f9b00, zv = 0x7f00498f9b00, ptr = 0x7f00498f9b00, ce = 0x7f00498f9b00, func = 0x7f00498f9b00, ww = {w1 = 1234148096, w2 = 32512}}, u1 = {v = {type = 8 '\b', type_flags = 12 '\f', const_flags = 0 '\000', reserved = 0 '\000'}, type_info = 3080}, u2 = {var_flags = 32512, next = 32512, cache_slot = 32512, lineno = 32512, num_args = 32512, fe_pos = 32512, fe_iter_idx = 32512}} tmp = 0xc53444769 #1 0x00007f004f7e4446 in xdebug_var_export (struc=0x7ffca9b864c8, str=0x7ffca9b864d0, level=1, debug_zval=0, options=0x1bd1e20) at /tmp/pear/temp/xdebug/xdebug_var.c:1120 myht = 0x7ffca9b8c270 tmp_str = 0x7f004fa1a140 "" is_temp = 119 num = 64 key = 0x7f005376d620 <main_arena> val = 0xd0000000c tmpz = 0x0 #2 0x00007f004f7e4822 in xdebug_get_zval_value (val=0x7f004fa19980, debug_zval=0, options=0x1bd1e20) at /tmp/pear/temp/xdebug/xdebug_var.c:1192 str = {l = 0, a = 0, d = 0x0} default_options = 1 #3 0x00007f004f7da5ff in add_single_value (str=0x7ffca9b86610, zv=0x7f004fa19980, html=0, collecton_level=4) at /tmp/pear/temp/xdebug/xdebug_stack.c:394 tmp_value = 0x7ffca9b86610 "L`" tmp_fancy_value = 0x200000000 <error: Cannot access memory at address 0x200000000> tmp_fancy_synop_value = 0x7f004f7f3216 ", " tmp_serialized = 0x7ffca9b865d0 "\240f\270\251\374\177" len = 32512 newlen = 0 #4 0x00007f004f7daaa4 in xdebug_append_printable_stack (str=0x7ffca9b86610, html=0) at /tmp/pear/temp/xdebug/xdebug_stack.c:483 c = 1 j = 1 tmp_name = 0x1bd0160 "\250\326vS" variadic_opened = 0 le = 0x1a240f0 i = 0x1bcf420 printed_frames = 15 formats = 0x7f004f9ff280 <ansi_formats> #5 0x00007f004f7bee14 in xdebug_throw_exception_hook (exception=0x7ffca9b86720) at /tmp/pear/temp/xdebug/xdebug.c:1515 code = 0x7f00498b7588 message = 0x7f00498b7568 file = 0x7f00498b7598 line = 0x7f00498b75a8 xdebug_message_trace = 0x7f00498b7540 previous_exception = 0x12da900 <executor_globals> default_ce = 0x1ad8360 exception_ce = 0x1ad8360 extra_brk_info = 0x7f0049963910 code_str = 0x0 exception_trace = 0x0 tmp_str = {l = 24652, a = 26666, d = 0x1c0bfe0 "\n\033[1m\033[31mPDOException\033[0m: SQLSTATE[HY000]: General error: 1364 Field 'parent_id' doesn't have a default value\033[22m in \033[31m/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php\033[0m on "...} #6 0x00000000009562f5 in zend_throw_exception_internal (exception=0x7ffca9b86720) at /tmp/php-7.0.12/Zend/zend_exceptions.c:163 No locals. #7 0x000000000095a5a9 in zend_throw_exception_object (exception=0x7ffca9b86720) at /tmp/php-7.0.12/Zend/zend_exceptions.c:1093 exception_ce = 0x1ad8360 #8 0x00000000006c1457 in pdo_handle_error (dbh=0x7f004a0be380, stmt=0x7f0049982380) at /tmp/php-7.0.12/ext/pdo/pdo_dbh.c:164 ex = {value = {lval = 139639210603840, dval = 6.8990936771748052e-310, counted = 0x7f00498b7540, str = 0x7f00498b7540, arr = 0x7f00498b7540, obj = 0x7f00498b7540, res = 0x7f00498b7540, ref = 0x7f00498b7540, ast = 0x7f00498b7540, zv = 0x7f00498b7540, ptr = 0x7f00498b7540, ce = 0x7f00498b7540, func = 0x7f00498b7540, ww = {w1 = 1233876288, w2 = 32512}}, u1 = {v = {type = 8 '\b', type_flags = 12 '\f', const_flags = 0 '\000', reserved = 0 '\000'}, type_info = 3080}, u2 = {var_flags = 32512, next = 32512, cache_slot = 32512, lineno = 32512, num_args = 32512, fe_pos = 32512, fe_iter_idx = 32512}} def_ex = 0x1a40650 pdo_ex = 0x1ad8360 pdo_err = 0x7f00499823f8 msg = 0xf0ccec "General error" supp = 0x7f004988ebe0 "Field 'parent_id' doesn't have a default value" native_code = 1364 message = 0x7f004997db00 info = {value = {lval = 139639211059072, dval = 6.8990936996662545e-310, counted = 0x7f0049926780, str = 0x7f0049926780, arr = 0x7f0049926780, obj = 0x7f0049926780, res = 0x7f0049926780, ref = 0x7f0049926780, ast = 0x7f0049926780, zv = 0x7f0049926780, ptr = 0x7f0049926780, ce = 0x7f0049926780, func = 0x7f0049926780, ww = {w1 = 1234331520, w2 = 32512}}, u1 = {v = {type = 7 '\a', type_flags = 28 '\034', const_flags = 0 '\000', reserved = 0 '\000'}, type_info = 7175}, u2 = {var_flags = 0, next = 0, cache_slot = 0, lineno = 0, num_args = 0, fe_pos = 0, fe_iter_idx = 0}} #9 0x00000000006c7cdd in zim_PDOStatement_execute (execute_data=0x7f004fa1a200, return_value=0x7f004fa1a1d0) at /tmp/php-7.0.12/ext/pdo/pdo_stmt.c:539 input_params = 0x0 ret = 1 stmt = 0x7f0049982380 #10 0x000000000098776d in execute_internal (execute_data=0x7f004fa1a200, return_value=0x7f004fa1a1d0) at /tmp/php-7.0.12/Zend/zend_execute.c:2045 No locals. #11 0x00007f004f7c0365 in xdebug_execute_internal (current_execute_data=0x7f004fa1a200, return_value=0x7f004fa1a1d0) at /tmp/pear/temp/xdebug/xdebug.c:2050 edata = 0x7f004fa1a200 fse = 0x1bd2ba0 do_return = 0 function_nr = 25756 restore_error_handler_situation = 0 tmp_error_cb = 0x0 #12 0x000000000098a000 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:844 should_change_scope = 1 call = 0x7f004fa1a200 fbc = 0x1adb090 object = 0x19dd950 ret = 0x7f004fa1a1d0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #13 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #14 0x0000000000988e63 in execute_ex (ex=0x7f004fa1a140) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f004a089ac0 orig_execute_data = 0x7f004fa1a030 #15 0x00007f004f7bfdfd in xdebug_execute_ex (execute_data=0x7f004fa1a140) at /tmp/pear/temp/xdebug/xdebug.c:1900 op_array = 0x7f004a153500 edata = 0x7f004fa1a030 dummy = 0xc04fa1a0c0 fse = 0x1bcfba0 xfse = 0x1bcfba0 magic_cookie = 0x0 do_return = 0 function_nr = 25755 le = 0x1bd25a0 #16 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f004fa1a140 fbc = 0x7f004a153500 object = 0x985964 <zend_extension_fcall_begin_handler> ret = 0x7f004fa1a130 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #17 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #18 0x0000000000988e63 in execute_ex (ex=0x7f004fa1a030) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f004a071360 orig_execute_data = 0x7f004fa19f20 #19 0x00007f004f7bfdfd in xdebug_execute_ex (execute_data=0x7f004fa1a030) at /tmp/pear/temp/xdebug/xdebug.c:1900 op_array = 0x7f004999cc38 edata = 0x7f004fa19f20 dummy = 0x7f004a051000 fse = 0x1bd0ff0 xfse = 0x1bd0ff0 magic_cookie = 0x0 do_return = 0 function_nr = 25736 le = 0x1bd1fc0 #20 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f004fa1a030 fbc = 0x7f004999cc38 object = 0x7f0049926720 ret = 0x7f004fa19fe0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #21 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #22 0x0000000000988e63 in execute_ex (ex=0x7f004fa19f20) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f004a3b2ae0 orig_execute_data = 0x7f004fa19d90 #23 0x00007f004f7bfdfd in xdebug_execute_ex (execute_data=0x7f004fa19f20) at /tmp/pear/temp/xdebug/xdebug.c:1900 op_array = 0x7f004a0d9878 edata = 0x7f004fa19d90 dummy = 0x1104fa19d90 fse = 0x1bdc8e0 xfse = 0x1bdc8e0 magic_cookie = 0x0 do_return = 0 function_nr = 25735 le = 0x1bd1c10 #24 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f004fa19f20 fbc = 0x7f004a0d9878 object = 0x7f004999cc00 ret = 0x7f004fa19e90 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #25 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #26 0x0000000000988e63 in execute_ex (ex=0x7f004fa19d90) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f004a0ea540 orig_execute_data = 0x7f004fa19cf0 #27 0x00007f004f7bfdfd in xdebug_execute_ex (execute_data=0x7f004fa19d90) at /tmp/pear/temp/xdebug/xdebug.c:1900 op_array = 0x7f004a0d97a8 edata = 0x7f004fa19cf0 dummy = 0x804fa19d70 fse = 0x1bdce60 xfse = 0x1bdce60 magic_cookie = 0x0 do_return = 0 function_nr = 25727 le = 0x1bdcd80 #28 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f004fa19d90 fbc = 0x7f004a0d97a8 object = 0x7f004999cc00 ret = 0x7f004fa19d80 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #29 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #30 0x0000000000988e63 in execute_ex (ex=0x7f004fa19cf0) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f004a0b5b80 orig_execute_data = 0x7f004fa19c60 #31 0x00007f004f7bfdfd in xdebug_execute_ex (execute_data=0x7f004fa19cf0) at /tmp/pear/temp/xdebug/xdebug.c:1900 op_array = 0x7f004a0d8d18 edata = 0x7f004fa19c60 dummy = 0xa0a9b8c270 fse = 0x1bcff50 xfse = 0x1bcff50 magic_cookie = 0x0 do_return = 0 function_nr = 25726 le = 0x1bcf280 #32 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f004fa19cf0 fbc = 0x7f004a0d8d18 object = 0x7f0049926720 ret = 0x7f004fa19ce0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #33 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #34 0x0000000000988e63 in execute_ex (ex=0x7f004fa19c60) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f004a08bbc0 orig_execute_data = 0x7f004fa19b20 #35 0x00007f004f7bfdfd in xdebug_execute_ex (execute_data=0x7f004fa19c60) at /tmp/pear/temp/xdebug/xdebug.c:1900 op_array = 0x7f004a0d8aa8 edata = 0x7f004fa19b20 dummy = 0x7f004fa19bd0 fse = 0x1bde6d0 xfse = 0x1bde6d0 magic_cookie = 0x0 do_return = 0 function_nr = 25725 le = 0x1a24610 #36 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f004fa19c60 fbc = 0x7f004a0d8aa8 object = 0x7f0049926720 ret = 0x0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #37 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #38 0x0000000000988e63 in execute_ex (ex=0x7f004fa19b20) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f0049801d80 orig_execute_data = 0x7f004fa19a10 #39 0x00007f004f7bfdfd in xdebug_execute_ex (execute_data=0x7f004fa19b20) at /tmp/pear/temp/xdebug/xdebug.c:1900 op_array = 0x7f004a0e1eb0 edata = 0x7f004fa19a10 dummy = 0x7f004fa19b00 fse = 0x1bcf720 xfse = 0x1bcf720 magic_cookie = 0x0 do_return = 0 function_nr = 25723 le = 0x1a22400 #40 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f004fa19b20 fbc = 0x7f004a0e1eb0 object = 0x7f004a5acc40 ret = 0x7f004fa19b10 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #41 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #42 0x0000000000988e63 in execute_ex (ex=0x7f004fa19a10) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f0049810ce0 orig_execute_data = 0x7f004fa19770 #43 0x00007f004f7bfdfd in xdebug_execute_ex (execute_data=0x7f004fa19a10) at /tmp/pear/temp/xdebug/xdebug.c:1900 op_array = 0x7f004a15b3c8 edata = 0x7f004fa19990 dummy = 0x7ffca9b87340 fse = 0x1bd1120 xfse = 0x1bd1120 magic_cookie = 0x0 do_return = 0 function_nr = 25662 le = 0x1bddca0 #44 0x000000000091676f in zend_call_function (fci=0x7ffca9b872f0, fci_cache=0x7ffca9b872c0) at /tmp/php-7.0.12/Zend/zend_execute_API.c:856 call_via_handler = 0 i = 2 calling_scope = 0x7f004a1554a0 call = 0x7f004fa19a10 dummy_execute_data = {opline = 0x20, call = 0x7f0049979ba8, return_value = 0x7ffca9b87270, func = 0x93b2eb <zend_fcall_info_args_ex+299>, This = {value = {lval = 1, dval = 4.9406564584124654e-324, counted = 0x1, str = 0x1, arr = 0x1, obj = 0x1, res = 0x1, ref = 0x1, ast = 0x1, zv = 0x1, ptr = 0x1, ce = 0x1, func = 0x1, ww = {w1 = 1, w2 = 0}}, u1 = {v = {type = 0 '\000', type_flags = 154 '\232', const_flags = 161 '\241', reserved = 79 'O'}, type_info = 1335990784}, u2 = {var_flags = 32512, next = 32512, cache_slot = 32512, lineno = 32512, num_args = 32512, fe_pos = 32512, fe_iter_idx = 32512}}, called_scope = 0x0, prev_execute_data = 0x7ffca9b872f0, symbol_table = 0x7f00499269c0, run_time_cache = 0x140649926960, literals = 0x7f004a5acc40} fci_cache_local = {initialized = 0 '\000', function_handler = 0x0, calling_scope = 0x7ffca9b871f0, called_scope = 0x0, object = 0xd9c00000000} func = 0x7f004a15b3c8 orig_scope = 0x7f0049824ea8 __PRETTY_FUNCTION__ = "zend_call_function" #45 0x0000000000798903 in zif_call_user_func_array (execute_data=0x7f004fa19990, return_value=0x7f004fa19930) at /tmp/php-7.0.12/ext/standard/basic_functions.c:4803 params = 0x7f004fa19a00 retval = {value = {lval = 0, dval = 0, counted = 0x0, str = 0x0, arr = 0x0, obj = 0x0, res = 0x0, ref = 0x0, ast = 0x0, zv = 0x0, ptr = 0x0, ce = 0x0, func = 0x0, ww = {w1 = 0, w2 = 0}}, u1 = {v = {type = 0 '\000', type_flags = 0 '\000', const_flags = 0 '\000', reserved = 0 '\000'}, type_info = 0}, u2 = {var_flags = 102, next = 102, cache_slot = 102, lineno = 102, num_args = 102, fe_pos = 102, fe_iter_idx = 102}} fci = {size = 72, function_table = 0x7f004a1554e0, function_name = {value = {lval = 139639211059456, dval = 6.8990936996852266e-310, counted = 0x7f0049926900, str = 0x7f0049926900, arr = 0x7f0049926900, obj = 0x7f0049926900, res = 0x7f0049926900, ref = 0x7f0049926900, ast = 0x7f0049926900, zv = 0x7f0049926900, ptr = 0x7f0049926900, ce = 0x7f0049926900, func = 0x7f0049926900, ww = {w1 = 1234331904, w2 = 32512}}, u1 = {v = {type = 7 '\a', type_flags = 28 '\034', const_flags = 0 '\000', reserved = 0 '\000'}, type_info = 7175}, u2 = {var_flags = 0, next = 0, cache_slot = 0, lineno = 0, num_args = 0, fe_pos = 0, fe_iter_idx = 0}}, symbol_table = 0x0, retval = 0x7ffca9b87340, params = 0x7f00498ad780, object = 0x7f0049915600, no_separation = 1 '\001', param_count = 2} fci_cache = {initialized = 1 '\001', function_handler = 0x7f004a15b3c8, calling_scope = 0x7f004a1554a0, called_scope = 0x7f004a1554a0, object = 0x7f0049915600} __PRETTY_FUNCTION__ = "zif_call_user_func_array" #46 0x000000000098776d in execute_internal (execute_data=0x7f004fa19990, return_value=0x7f004fa19930) at /tmp/php-7.0.12/Zend/zend_execute.c:2045 No locals. #47 0x00007f004f7c0365 in xdebug_execute_internal (current_execute_data=0x7f004fa19990, return_value=0x7f004fa19930) at /tmp/pear/temp/xdebug/xdebug.c:2050 edata = 0x7f004fa19990 fse = 0x1bd12b0 do_return = 0 function_nr = 25661 restore_error_handler_situation = 0 tmp_error_cb = 0x0 #48 0x000000000098a000 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:844 should_change_scope = 0 call = 0x7f004fa19990 fbc = 0x1a03340 object = 0x7f0049926960 ret = 0x7f004fa19930 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #49 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #50 0x0000000000988e63 in execute_ex (ex=0x7f004fa19770) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x12daec8 <executor_globals+1480> orig_execute_data = 0x7f004fa19680 #51 0x00007f004f7bfdfd in xdebug_execute_ex (execute_data=0x7f004fa19770) at /tmp/pear/temp/xdebug/xdebug.c:1900 op_array = 0x7f00498ca358 edata = 0x7f004fa19680 dummy = 0x20093ed9a fse = 0x1bcf5d0 xfse = 0x1bcf5d0 magic_cookie = 0x0 do_return = 0 function_nr = 25654 le = 0x1bd9a30 #52 0x000000000098d01d in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1750 args = 0x7f0049926960 fbc = 0x7f00498ca358 ret = 0x7f004fa19740 call_info = 66 num_args = 2 call = 0x7f004fa19770 __PRETTY_FUNCTION__ = "ZEND_CALL_TRAMPOLINE_SPEC_HANDLER" #53 0x0000000000988e63 in execute_ex (ex=0x7f004fa19770) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f004a5b6fa0 orig_execute_data = 0x7f004fa19680 #54 0x00007f004f7bfdfd in xdebug_execute_ex (execute_data=0x7f004fa19770) at /tmp/pear/temp/xdebug/xdebug.c:1900 op_array = 0x12dadf8 <executor_globals+1272> edata = 0x7f004fa19680 dummy = 0x9a6ebb <ZEND_SEND_VAR_NO_REF_SPEC_VAR_HANDLER+62> fse = 0x1bcf420 xfse = 0x1bcf420 magic_cookie = 0x0 do_return = 0 function_nr = 25653 le = 0x1a240f0 #55 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f004fa19770 fbc = 0x12dadf8 <executor_globals+1272> object = 0x140600000000 ret = 0x7f004fa19740 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #56 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #57 0x0000000000988e63 in execute_ex (ex=0x7f004fa19680) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f004a294c40 orig_execute_data = 0x7f004fa19540 #58 0x00007f004f7bfdfd in xdebug_execute_ex (execute_data=0x7f004fa19680) at /tmp/pear/temp/xdebug/xdebug.c:1900 op_array = 0x7f004a20d7a8 edata = 0x7f004fa19540 dummy = 0xf0a9b8c270 fse = 0x1bd2a50 xfse = 0x1bd2a50 magic_cookie = 0x0 do_return = 0 function_nr = 25651 le = 0x1bda790 #59 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f004fa19680 fbc = 0x7f004a20d7a8 object = 0x7f0049846420 ret = 0x0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #60 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #61 0x0000000000988e63 in execute_ex (ex=0x7f004fa19540) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f004a294540 orig_execute_data = 0x7f004fa193f0 #62 0x00007f004f7bfdfd in xdebug_execute_ex (execute_data=0x7f004fa19540) at /tmp/pear/temp/xdebug/xdebug.c:1900 op_array = 0x7f004a20d6d8 edata = 0x7f004fa193f0 dummy = 0x140a9b8c270 fse = 0x1bd0370 xfse = 0x1bd0370 magic_cookie = 0x0 do_return = 0 function_nr = 25532 le = 0x1bdddc0 #63 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f004fa19540 fbc = 0x7f004a20d6d8 object = 0x7f004a1772a0 ret = 0x7f004fa19510 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #64 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #65 0x0000000000988e63 in execute_ex (ex=0x7f004fa193f0) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f004a9a05e0 orig_execute_data = 0x7f004fa19240 #66 0x00007f004f7bfdfd in xdebug_execute_ex (execute_data=0x7f004fa193f0) at /tmp/pear/temp/xdebug/xdebug.c:1900 op_array = 0x7f004a20d2c8 edata = 0x7f004fa19240 dummy = 0x150a9b8c270 fse = 0x1bd0550 xfse = 0x1bd0550 magic_cookie = 0x0 do_return = 0 function_nr = 25418 le = 0x1bd9c90 #67 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f004fa193f0 fbc = 0x7f004a20d2c8 object = 0x985964 <zend_extension_fcall_begin_handler> ret = 0x7f004fa19310 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #68 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #69 0x0000000000988e63 in execute_ex (ex=0x7f004fa19240) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f004a62f7c0 orig_execute_data = 0x7f004fa18c90 #70 0x00007f004f7bfdfd in xdebug_execute_ex (execute_data=0x7f004fa19240) at /tmp/pear/temp/xdebug/xdebug.c:1900 op_array = 0x7f004a9806c8 edata = 0x7f004fa191c0 dummy = 0x7ffca9b87cd0 fse = 0x1a23d60 xfse = 0x1a23d60 magic_cookie = 0x0 do_return = 0 function_nr = 24893 le = 0x1bda810 #71 0x000000000091676f in zend_call_function (fci=0x7ffca9b87c80, fci_cache=0x7ffca9b87c50) at /tmp/php-7.0.12/Zend/zend_execute_API.c:856 call_via_handler = 0 i = 0 calling_scope = 0x7f004a980400 call = 0x7f004fa19240 dummy_execute_data = {opline = 0x7ffca9b87ba0, call = 0x8f817a <zend_mm_alloc_heap+242>, return_value = 0x3000000020, func = 0xf601c0, This = {value = {lval = 14126147439049, dval = 6.9792441577224151e-311, counted = 0xcd9000009c9, str = 0xcd9000009c9, arr = 0xcd9000009c9, obj = 0xcd9000009c9, res = 0xcd9000009c9, ref = 0xcd9000009c9, ast = 0xcd9000009c9, zv = 0xcd9000009c9, ptr = 0xcd9000009c9, ce = 0xcd9000009c9, func = 0xcd9000009c9, ww = {w1 = 2505, w2 = 3289}}, u1 = {v = {type = 72 'H', type_flags = 189 '\275', const_flags = 241 '\361', reserved = 0 '\000'}, type_info = 15842632}, u2 = {var_flags = 0, next = 0, cache_slot = 0, lineno = 0, num_args = 0, fe_pos = 0, fe_iter_idx = 0}}, called_scope = 0x28, prev_execute_data = 0x7f004fa00040, symbol_table = 0x0, run_time_cache = 0x7f004a0c44e0, literals = 0x7f004a0c44d8} fci_cache_local = {initialized = 216 '\330', function_handler = 0x7f004fa00040, calling_scope = 0x400c13ed8, called_scope = 0xc480000004, object = 0x7f004a000000} func = 0x7f004a9806c8 orig_scope = 0x1aebb60 __PRETTY_FUNCTION__ = "zend_call_function" #72 0x000000000072450c in zim_reflection_method_invokeArgs (execute_data=0x7f004fa191c0, return_value=0x7f004fa18e90) at /tmp/php-7.0.12/ext/reflection/php_reflection.c:3346 retval = {value = {lval = 140723155926336, dval = 6.9526476917563637e-310, counted = 0x7ffca9b87d40, str = 0x7ffca9b87d40, arr = 0x7ffca9b87d40, obj = 0x7ffca9b87d40, res = 0x7ffca9b87d40, ref = 0x7ffca9b87d40, ast = 0x7ffca9b87d40, zv = 0x7ffca9b87d40, ptr = 0x7ffca9b87d40, ce = 0x7ffca9b87d40, func = 0x7ffca9b87d40, ww = {w1 = 2847440192, w2 = 32764}}, u1 = {v = {type = 0 '\000', type_flags = 0 '\000', const_flags = 0 '\000', reserved = 0 '\000'}, type_info = 0}, u2 = {var_flags = 32512, next = 32512, cache_slot = 32512, lineno = 32512, num_args = 32512, fe_pos = 32512, fe_iter_idx = 32512}} params = 0x7f004a0c44d8 val = 0x42db60 <_start> object = 0x7f004fa19220 intern = 0x7f004a1c01e0 mptr = 0x7f004a9806c8 i = 0 argc = 0 result = 29058192 fci = {size = 72, function_table = 0x0, function_name = {value = {lval = 140723155926416, dval = 6.9526476917603162e-310, counted = 0x7ffca9b87d90, str = 0x7ffca9b87d90, arr = 0x7ffca9b87d90, obj = 0x7ffca9b87d90, res = 0x7ffca9b87d90, ref = 0x7ffca9b87d90, ast = 0x7ffca9b87d90, zv = 0x7ffca9b87d90, ptr = 0x7ffca9b87d90, ce = 0x7ffca9b87d90, func = 0x7ffca9b87d90, ww = {w1 = 2847440272, w2 = 32764}}, u1 = {v = {type = 0 '\000', type_flags = 0 '\000', const_flags = 0 '\000', reserved = 0 '\000'}, type_info = 0}, u2 = {var_flags = 32512, next = 32512, cache_slot = 32512, lineno = 32512, num_args = 32512, fe_pos = 32512, fe_iter_idx = 32512}}, symbol_table = 0x0, retval = 0x7ffca9b87cd0, params = 0x7f004a0c44d8, object = 0x7f004a6d3c00, no_separation = 1 '\001', param_count = 0} fcc = {initialized = 1 '\001', function_handler = 0x7f004a9806c8, calling_scope = 0x7f004a980400, called_scope = 0x7f004a980400, object = 0x7f004a6d3c00} obj_ce = 0x7f004a980400 param_array = 0x7f004fa19230 #73 0x000000000098776d in execute_internal (execute_data=0x7f004fa191c0, return_value=0x7f004fa18e90) at /tmp/php-7.0.12/Zend/zend_execute.c:2045 No locals. #74 0x00007f004f7c0365 in xdebug_execute_internal (current_execute_data=0x7f004fa191c0, return_value=0x7f004fa18e90) at /tmp/pear/temp/xdebug/xdebug.c:2050 edata = 0x7f004fa191c0 fse = 0x1a243e0 do_return = 0 function_nr = 24892 restore_error_handler_situation = 0 tmp_error_cb = 0x0 #75 0x000000000098a000 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:844 should_change_scope = 1 call = 0x7f004fa191c0 fbc = 0x1aec970 object = 0x7f004a145840 ret = 0x7f004fa18e90 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #76 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #77 0x0000000000988e63 in execute_ex (ex=0x7f004fa18c90) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f004a62bb40 orig_execute_data = 0x7f004fa18420 #78 0x00007f004f7bfdfd in xdebug_execute_ex (execute_data=0x7f004fa18c90) at /tmp/pear/temp/xdebug/xdebug.c:1900 op_array = 0x7f004a60b908 edata = 0x7f004fa18420 dummy = 0x530a9b8c270 fse = 0x1bdabc0 xfse = 0x1bdabc0 magic_cookie = 0x0 do_return = 0 function_nr = 24887 le = 0x1bd8fe0 #79 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f004fa18c90 fbc = 0x7f004a60b908 object = 0x985964 <zend_extension_fcall_begin_handler> ret = 0x7f004fa186a0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #80 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #81 0x0000000000988e63 in execute_ex (ex=0x7f004fa18420) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f004a7877e0 orig_execute_data = 0x7f004fa175f0 #82 0x00007f004f7bfdfd in xdebug_execute_ex (execute_data=0x7f004fa18420) at /tmp/pear/temp/xdebug/xdebug.c:1900 op_array = 0x7f004a60b838 edata = 0x7f004fa175f0 dummy = 0x870a9b8c270 fse = 0x1bd7e40 xfse = 0x1bd7e40 magic_cookie = 0x0 do_return = 0 function_nr = 11477 le = 0x1bd5000 #83 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f004fa18420 fbc = 0x7f004a60b838 object = 0x985964 <zend_extension_fcall_begin_handler> ret = 0x0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #84 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #85 0x0000000000988e63 in execute_ex (ex=0x7f004fa175f0) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f004a62a220 orig_execute_data = 0x7f004fa16b90 #86 0x00007f004f7bfdfd in xdebug_execute_ex (execute_data=0x7f004fa175f0) at /tmp/pear/temp/xdebug/xdebug.c:1900 op_array = 0x7f004a6e0ab8 edata = 0x7f004fa16b90 dummy = 0xe30a9b8c270 fse = 0x1bc19a0 xfse = 0x1bc19a0 magic_cookie = 0x0 do_return = 0 function_nr = 11428 le = 0x1bc0670 #87 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f004fa175f0 fbc = 0x7f004a6e0ab8 object = 0x7f004a6d3c00 ret = 0x0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #88 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #89 0x0000000000988e63 in execute_ex (ex=0x7f004fa16b90) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f004a9b3040 orig_execute_data = 0x7f004fa165b0 #90 0x00007f004f7bfdfd in xdebug_execute_ex (execute_data=0x7f004fa16b90) at /tmp/pear/temp/xdebug/xdebug.c:1900 op_array = 0x7f004a60b768 edata = 0x7f004fa165b0 dummy = 0xa60a9b8c270 fse = 0x1bc0f70 xfse = 0x1bc0f70 magic_cookie = 0x0 do_return = 0 function_nr = 11420 le = 0x1bd46b0 #91 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f004fa16b90 fbc = 0x7f004a60b768 object = 0x7f004a792900 ret = 0x0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #92 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #93 0x0000000000988e63 in execute_ex (ex=0x7f004fa165b0) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f004a9b3040 orig_execute_data = 0x7f004fa15fd0 #94 0x00007f004f7bfdfd in xdebug_execute_ex (execute_data=0x7f004fa165b0) at /tmp/pear/temp/xdebug/xdebug.c:1900 op_array = 0x7f004a97d7a8 edata = 0x7f004fa15fd0 dummy = 0x5e0a9b8c270 fse = 0x1bc3c40 xfse = 0x1bc3c40 magic_cookie = 0x0 do_return = 0 function_nr = 6591 le = 0x1bc32f0 #95 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f004fa165b0 fbc = 0x7f004a97d7a8 object = 0x7f004a792900 ret = 0x0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #96 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #97 0x0000000000988e63 in execute_ex (ex=0x7f004fa15fd0) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f004a775b80 orig_execute_data = 0x7f004fa147d0 #98 0x00007f004f7bfdfd in xdebug_execute_ex (execute_data=0x7f004fa15fd0) at /tmp/pear/temp/xdebug/xdebug.c:1900 op_array = 0x7f004a97d7a8 edata = 0x7f004fa147d0 dummy = 0x5e0a9b8c270 fse = 0x1bc5e40 xfse = 0x1bc5e40 magic_cookie = 0x0 do_return = 0 function_nr = 6445 le = 0x1bcec60 #99 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f004fa15fd0 fbc = 0x7f004a97d7a8 object = 0x7f004a792900 ret = 0x0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #100 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #101 0x0000000000988e63 in execute_ex (ex=0x7f004fa147d0) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f004a8b6240 orig_execute_data = 0x7f004fa14290 #102 0x00007f004f7bfdfd in xdebug_execute_ex (execute_data=0x7f004fa147d0) at /tmp/pear/temp/xdebug/xdebug.c:1900 op_array = 0x7f004a6dc440 edata = 0x7f004fa14290 dummy = 0x7f004fa146c0 fse = 0x1bbc050 xfse = 0x1bbc050 magic_cookie = 0x0 do_return = 0 function_nr = 6258 le = 0x1bbc320 #103 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f004fa147d0 fbc = 0x7f004a6dc440 object = 0x19dd950 ret = 0x7f004fa146d0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #104 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #105 0x0000000000988e63 in execute_ex (ex=0x7f004fa14290) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f004faf1c00 orig_execute_data = 0x7f004fa141a0 #106 0x00007f004f7bfdfd in xdebug_execute_ex (execute_data=0x7f004fa14290) at /tmp/pear/temp/xdebug/xdebug.c:1900 op_array = 0x7f004a9753a8 edata = 0x7f004fa141a0 dummy = 0x7f004fa14270 fse = 0x1bbfd90 xfse = 0x1bbfd90 magic_cookie = 0x0 do_return = 0 function_nr = 277 le = 0x1bbbe90 #107 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f004fa14290 fbc = 0x7f004a9753a8 object = 0x19dd950 ret = 0x7f004fa14280 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #108 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #109 0x0000000000988e63 in execute_ex (ex=0x7f004fa141a0) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f004fa899e0 orig_execute_data = 0x7f004fa14030 #110 0x00007f004f7bfdfd in xdebug_execute_ex (execute_data=0x7f004fa141a0) at /tmp/pear/temp/xdebug/xdebug.c:1900 op_array = 0x7f004a9752d8 edata = 0x7f004fa14030 dummy = 0x7f004a975060 fse = 0x1bbbb30 xfse = 0x1bbbb30 magic_cookie = 0x0 do_return = 0 function_nr = 276 le = 0x1bbbc90 #111 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f004fa141a0 fbc = 0x7f004a9752d8 object = 0x985964 <zend_extension_fcall_begin_handler> ret = 0x0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #112 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #113 0x0000000000988e63 in execute_ex (ex=0x7f004fa14030) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x0 orig_execute_data = 0x0 #114 0x00007f004f7bfdfd in xdebug_execute_ex (execute_data=0x7f004fa14030) at /tmp/pear/temp/xdebug/xdebug.c:1900 op_array = 0x7f004fa83000 edata = 0x0 dummy = 0x0 fse = 0x1bb9150 xfse = 0x1bb9150 magic_cookie = 0x0 do_return = 0 function_nr = 0 le = 0x1bb5490 #115 0x0000000000988f78 in zend_execute (op_array=0x7f004fa83000, return_value=0x0) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:458 execute_data = 0x7f004fa14030 #116 0x000000000092de0c in zend_execute_scripts (type=8, retval=0x0, file_count=3) at /tmp/php-7.0.12/Zend/zend.c:1427 files = {{gp_offset = 40, fp_offset = 48, overflow_arg_area = 0x7ffca9b889d0, reg_save_area = 0x7ffca9b88910}} i = 1 file_handle = 0x7ffca9b8bed0 op_array = 0x7f004fa83000 #117 0x00000000008a058e in php_execute_script (primary_file=0x7ffca9b8bed0) at /tmp/php-7.0.12/main/main.c:2494 realfile = "/app/vendor/phpunit/phpunit/phpunit\000\000\000\000\000@\000\240O\000\177\000\000(\020\240O\000\177\000\000@\000\240O\b\000\000\000\000 \240O\000\177\000\000@\000\240O\000\177\000\000\000 \240O\000\177\000\000\060 \240O\000\177\000\000P\234\270\251\374\177\000\000^\203\217", '\000' <repeats 25 times>, "\241\a\000\000\210\246\366\000\000\000\000\000\000 \240O\000\177\000\000@\000\240O\000\177\000\000`\366\235\001\000\000\000\000\b\000\000\200\002\000\000\000\000\000\240O\000\177\000\000\000 \000\000\000\000\000\000\200\234\270\251\374\177\000\000"... __orig_bailout = 0x7ffca9b8ad70 __bailout = {{__jmpbuf = {0, -7911120068697252783, 4381536, 140723155944048, 0, 0, -7911120069601125295, 7912644582881369169}, __mask_was_saved = 0, __saved_mask = {__val = {9609959, 140723155933936, 6781762440732, 16116352, 27139408, 4322104664, 0, 140720308486144, 140723155934144, 140723155933936, 27139408, 140723155942144, 140723155942208, 140723155942144, 139639374146924, 18446744073709551615}}}} prepend_file_p = 0x0 append_file_p = 0x0 prepend_file = {handle = {fd = 0, fp = 0x0, stream = {handle = 0x0, isatty = 0, mmap = {len = 0, pos = 0, map = 0x0, buf = 0x0, old_handle = 0x0, old_closer = 0x0}, reader = 0x0, fsizer = 0x0, closer = 0x0}}, filename = 0x0, opened_path = 0x0, type = ZEND_HANDLE_FILENAME, free_filename = 0 '\000'} append_file = {handle = {fd = 0, fp = 0x0, stream = {handle = 0x0, isatty = 0, mmap = {len = 0, pos = 0, map = 0x0, buf = 0x0, old_handle = 0x0, old_closer = 0x0}, reader = 0x0, fsizer = 0x0, closer = 0x0}}, filename = 0x0, opened_path = 0x0, type = ZEND_HANDLE_FILENAME, free_filename = 0 '\000'} old_cwd = 0x7ffca9b889d0 "" use_heap = 0 '\000' retval = 0 #118 0x00000000009ede36 in do_cli (argc=3, argv=0x19c7030) at /tmp/php-7.0.12/sapi/cli/php_cli.c:974 __orig_bailout = 0x7ffca9b8c070 __bailout = {{__jmpbuf = {0, -7911120067235537839, 4381536, 140723155944048, 0, 0, -7911120068695155631, 7912644751804472401}, __mask_was_saved = 0, __saved_mask = {__val = {36864, 140723155938848, 9404794, 0, 0, 3513283248128, 16048904, 112, 139639312613440, 0, 139639312650320, 139639312650240, 79, 140723155939040, 9405744, 3513283248238}}}} c = -1 file_handle = {handle = {fd = 1336373264, fp = 0x7f004fa77010, stream = {handle = 0x7f004fa77010, isatty = 0, mmap = {len = 1131, pos = 0, map = 0x7f00559af000, buf = 0x7f00559af013 <error: Cannot access memory at address 0x7f00559af013>, old_handle = 0x1b94e10, old_closer = 0x9528bf <zend_stream_stdio_closer>}, reader = 0x952890 <zend_stream_stdio_reader>, fsizer = 0x9528f0 <zend_stream_stdio_fsizer>, closer = 0x952a04 <zend_stream_mmap_closer>}}, filename = 0x19aa4c0 "/app/vendor/bin/phpunit", opened_path = 0x0, type = ZEND_HANDLE_MAPPED, free_filename = 0 '\000'} behavior = 1 reflection_what = 0x0 request_started = 1 exit_status = 0 php_optarg = 0x19c7062 "zend_extension=xdebug.so" orig_optarg = 0x0 php_optind = 3 orig_optind = 1 exec_direct = 0x0 exec_run = 0x0 exec_begin = 0x0 exec_end = 0x0 arg_free = 0x19aa4c0 "/app/vendor/bin/phpunit" arg_excp = 0x19c7040 script_file = 0x19aa4c0 "/app/vendor/bin/phpunit" translated_path = 0x1b94bd0 "/app/vendor/phpunit/phpunit/phpunit" interactive = 0 lineno = 2 param_error = 0x0 hide_argv = 0 #119 0x00000000009eedda in main (argc=3, argv=0x19c7030) at /tmp/php-7.0.12/sapi/cli/php_cli.c:1344 __orig_bailout = 0x0 __bailout = {{__jmpbuf = {0, -7911120067193594799, 4381536, 140723155944048, 0, 0, -7911120067241829295, 7912644753180728401}, __mask_was_saved = 0, __saved_mask = {__val = {0, 139637976727553, 139639412978088, 15216, 24, 27026576, 140723155943784, 0, 139639412978944, 140723155943728, 140723155943712, 4131212846, 4293250, 4294967295, 139639410798023, 139639373267368}}}} c = -1 exit_status = 0 module_started = 1 sapi_started = 1 php_optarg = 0x19c7062 "zend_extension=xdebug.so" php_optind = 2 use_extended_info = 0 ini_path_override = 0x0 ini_entries = 0x19c72e0 "html_errors=0\nregister_argc_argv=1\nimplicit_flush=1\noutput_buffering=0\nmax_execution_time=0\nmax_input_time=-1\nzend_extension=xdebug.so\n" ini_entries_len = 135 ini_ignore = 0 sapi_module = 0x12b9200 <cli_sapi_module> php-info.txt (33,161 bytes)
phpinfo() PHP Version => 7.0.12 System => Linux bff1dd3f6d31 4.4.27-moby #1 SMP Wed Oct 26 14:01:48 UTC 2016 x86_64 Build Date => Nov 3 2016 13:51:31 Configure Command => './configure' '--enable-debug' '--with-config-file-path=/usr/local/etc/php' '--with-config-file-scan-dir=/usr/local/etc/php/conf.d' '--disable-cgi' '--enable-ftp' '--enable-mbstring' '--enable-mysqlnd' '--with-curl' '--with-libedit' '--with-openssl' '--with-zlib' '--enable-fpm' '--with-fpm-user=www-data' '--with-fpm-group=www-data' Server API => Command Line Interface Virtual Directory Support => disabled Configuration File (php.ini) Path => /usr/local/etc/php Loaded Configuration File => (none) Scan this dir for additional .ini files => /usr/local/etc/php/conf.d Additional .ini files parsed => /usr/local/etc/php/conf.d/00-xdebug.ini, /usr/local/etc/php/conf.d/01-modules.ini, /usr/local/etc/php/conf.d/99-xdebug-overrides.ini PHP API => 20151012 PHP Extension => 20151012 Zend Extension => 320151012 Zend Extension Build => API320151012,NTS,debug PHP Extension Build => API20151012,NTS,debug Debug Build => yes Thread Safety => disabled Zend Signal Handling => disabled Zend Memory Manager => enabled Zend Multibyte Support => provided by mbstring IPv6 Support => enabled DTrace Support => disabled Registered PHP Streams => https, ftps, compress.zlib, php, file, glob, data, http, ftp, phar, zip Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, tls, tlsv1.0, tlsv1.1, tlsv1.2 Registered Stream Filters => zlib.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk, mcrypt.*, mdecrypt.* This program makes use of the Zend Scripting Language Engine: Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies with Xdebug v2.4.1, Copyright (c) 2002-2016, by Derick Rethans _______________________________________________________________________ Configuration Core PHP Version => 7.0.12 Directive => Local Value => Master Value allow_url_fopen => On => On allow_url_include => Off => Off arg_separator.input => & => & arg_separator.output => & => & auto_append_file => no value => no value auto_globals_jit => On => On auto_prepend_file => no value => no value browscap => no value => no value default_charset => UTF-8 => UTF-8 default_mimetype => text/html => text/html disable_classes => no value => no value disable_functions => no value => no value display_errors => STDOUT => STDOUT display_startup_errors => Off => Off doc_root => no value => no value docref_ext => no value => no value docref_root => no value => no value enable_dl => On => On enable_post_data_reading => On => On error_append_string => no value => no value error_log => no value => no value error_prepend_string => no value => no value error_reporting => no value => no value exit_on_timeout => Off => Off expose_php => On => On extension_dir => /usr/local/lib/php/extensions/debug-non-zts-20151012 => /usr/local/lib/php/extensions/debug-non-zts-20151012 file_uploads => On => On highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font> highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font> highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font> highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font> highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font> html_errors => Off => Off ignore_repeated_errors => Off => Off ignore_repeated_source => Off => Off ignore_user_abort => Off => Off implicit_flush => On => On include_path => .:/usr/local/lib/php => .:/usr/local/lib/php input_encoding => no value => no value internal_encoding => no value => no value log_errors => Off => Off log_errors_max_len => 1024 => 1024 mail.add_x_header => Off => Off mail.force_extra_parameters => no value => no value mail.log => no value => no value max_execution_time => 0 => 0 max_file_uploads => 20 => 20 max_input_nesting_level => 64 => 64 max_input_time => -1 => -1 max_input_vars => 1000 => 1000 memory_limit => 128M => 128M open_basedir => no value => no value output_buffering => 0 => 0 output_encoding => no value => no value output_handler => no value => no value post_max_size => 8M => 8M precision => 14 => 14 realpath_cache_size => 16K => 16K realpath_cache_ttl => 120 => 120 register_argc_argv => On => On report_memleaks => On => On report_zend_debug => Off => Off request_order => no value => no value sendmail_from => no value => no value sendmail_path => -t -i => -t -i serialize_precision => 17 => 17 short_open_tag => On => On SMTP => localhost => localhost smtp_port => 25 => 25 sql.safe_mode => Off => Off sys_temp_dir => no value => no value track_errors => Off => Off unserialize_callback_func => no value => no value upload_max_filesize => 2M => 2M upload_tmp_dir => no value => no value user_dir => no value => no value user_ini.cache_ttl => 300 => 300 user_ini.filename => .user.ini => .user.ini variables_order => EGPCS => EGPCS xmlrpc_error_number => 0 => 0 xmlrpc_errors => Off => Off zend.assertions => 1 => 1 zend.detect_unicode => On => On zend.enable_gc => On => On zend.multibyte => Off => Off zend.script_encoding => no value => no value ctype ctype functions => enabled curl cURL support => enabled cURL Information => 7.38.0 Age => 3 Features AsynchDNS => Yes CharConv => No Debug => No GSS-Negotiate => No IDN => Yes IPv6 => Yes krb4 => No Largefile => Yes libz => Yes NTLM => Yes NTLMWB => Yes SPNEGO => Yes SSL => Yes SSPI => No TLS-SRP => Yes HTTP2 => No GSSAPI => Yes Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtmp, rtsp, scp, sftp, smtp, smtps, telnet, tftp Host => x86_64-pc-linux-gnu SSL Version => GnuTLS/3.3.8 ZLib Version => 1.2.8 libSSH Version => libssh2/1.4.3 date date/time support => enabled "Olson" Timezone Database Version => 2016.6 Timezone Database => internal Default timezone => UTC Directive => Local Value => Master Value date.default_latitude => 31.7667 => 31.7667 date.default_longitude => 35.2333 => 35.2333 date.sunrise_zenith => 90.583333 => 90.583333 date.sunset_zenith => 90.583333 => 90.583333 date.timezone => no value => no value dom DOM/XML => enabled DOM/XML API Version => 20031129 libxml Version => 2.9.1 HTML Support => enabled XPath Support => enabled XPointer Support => enabled Schema Support => enabled RelaxNG Support => enabled fileinfo fileinfo support => enabled version => 1.0.5 libmagic => 522 filter Input Validation and Filtering => enabled Revision => $Id: 613c0b75ea13d5c3f89571bd253d16ac861b43fc $ Directive => Local Value => Master Value filter.default => unsafe_raw => unsafe_raw filter.default_flags => no value => no value ftp FTP support => enabled FTPS support => enabled hash hash support => enabled Hashing Engines => md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost gost-crypto adler32 crc32 crc32b fnv132 fnv1a32 fnv164 fnv1a64 joaat haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 hrtime hrtime support => enabled Version => 0.5.1 iconv iconv support => enabled iconv implementation => glibc iconv library version => 2.19 Directive => Local Value => Master Value iconv.input_encoding => no value => no value iconv.internal_encoding => no value => no value iconv.output_encoding => no value => no value intl Internationalization support => enabled version => 1.1.0 ICU version => 52.1 ICU Data version => 52.1 Directive => Local Value => Master Value intl.default_locale => no value => no value intl.error_level => 0 => 0 intl.use_exceptions => 0 => 0 json json support => enabled json version => 1.4.0 libxml libXML support => active libXML Compiled Version => 2.9.1 libXML Loaded Version => 20901 libXML streams => enabled mbstring Multibyte Support => enabled Multibyte string engine => libmbfl HTTP input encoding translation => disabled libmbfl version => 1.3.2 oniguruma version => 5.9.6 mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1. Multibyte (japanese) regex support => enabled Multibyte regex (oniguruma) backtrack check => On Multibyte regex (oniguruma) version => 5.9.6 Directive => Local Value => Master Value mbstring.detect_order => no value => no value mbstring.encoding_translation => Off => Off mbstring.func_overload => 0 => 0 mbstring.http_input => no value => no value mbstring.http_output => no value => no value mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml) mbstring.internal_encoding => no value => no value mbstring.language => neutral => neutral mbstring.strict_detection => Off => Off mbstring.substitute_character => no value => no value mcrypt mcrypt support => enabled mcrypt_filter support => enabled Version => 2.5.8 Api No => 20021217 Supported ciphers => cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream Directive => Local Value => Master Value mcrypt.algorithms_dir => no value => no value mcrypt.modes_dir => no value => no value mongodb mongodb support => enabled mongodb version => 1.2.0alpha3 mongodb stability => alpha libmongoc version => 1.5.0-rc0 libbson version => 1.5.0-rc0 Directive => Local Value => Master Value mongodb.debug => no value => no value mysqlnd mysqlnd => enabled Version => mysqlnd 5.0.12-dev - 20150407 - $Id: 241ae00989d1995ffcbbf63d579943635faf9972 $ Compression => supported core SSL => supported extended SSL => supported Command buffer size => 4096 Read buffer size => 32768 Read timeout => 31536000 Collecting statistics => Yes Collecting memory statistics => No Tracing => n/a Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password,auth_plugin_sha256_password API Extensions => pdo_mysql mysqlnd statistics => bytes_sent => 0 bytes_received => 0 packets_sent => 0 packets_received => 0 protocol_overhead_in => 0 protocol_overhead_out => 0 bytes_received_ok_packet => 0 bytes_received_eof_packet => 0 bytes_received_rset_header_packet => 0 bytes_received_rset_field_meta_packet => 0 bytes_received_rset_row_packet => 0 bytes_received_prepare_response_packet => 0 bytes_received_change_user_packet => 0 packets_sent_command => 0 packets_received_ok => 0 packets_received_eof => 0 packets_received_rset_header => 0 packets_received_rset_field_meta => 0 packets_received_rset_row => 0 packets_received_prepare_response => 0 packets_received_change_user => 0 result_set_queries => 0 non_result_set_queries => 0 no_index_used => 0 bad_index_used => 0 slow_queries => 0 buffered_sets => 0 unbuffered_sets => 0 ps_buffered_sets => 0 ps_unbuffered_sets => 0 flushed_normal_sets => 0 flushed_ps_sets => 0 ps_prepared_never_executed => 0 ps_prepared_once_executed => 0 rows_fetched_from_server_normal => 0 rows_fetched_from_server_ps => 0 rows_buffered_from_client_normal => 0 rows_buffered_from_client_ps => 0 rows_fetched_from_client_normal_buffered => 0 rows_fetched_from_client_normal_unbuffered => 0 rows_fetched_from_client_ps_buffered => 0 rows_fetched_from_client_ps_unbuffered => 0 rows_fetched_from_client_ps_cursor => 0 rows_affected_normal => 0 rows_affected_ps => 0 rows_skipped_normal => 0 rows_skipped_ps => 0 copy_on_write_saved => 0 copy_on_write_performed => 0 command_buffer_too_small => 0 connect_success => 0 connect_failure => 0 connection_reused => 0 reconnect => 0 pconnect_success => 0 active_connections => 0 active_persistent_connections => 0 explicit_close => 0 implicit_close => 0 disconnect_close => 0 in_middle_of_command_close => 0 explicit_free_result => 0 implicit_free_result => 0 explicit_stmt_close => 0 implicit_stmt_close => 0 mem_emalloc_count => 0 mem_emalloc_amount => 0 mem_ecalloc_count => 0 mem_ecalloc_amount => 0 mem_erealloc_count => 0 mem_erealloc_amount => 0 mem_efree_count => 0 mem_efree_amount => 0 mem_malloc_count => 0 mem_malloc_amount => 0 mem_calloc_count => 0 mem_calloc_amount => 0 mem_realloc_count => 0 mem_realloc_amount => 0 mem_free_count => 0 mem_free_amount => 0 mem_estrndup_count => 0 mem_strndup_count => 0 mem_estndup_count => 0 mem_strdup_count => 0 proto_text_fetched_null => 0 proto_text_fetched_bit => 0 proto_text_fetched_tinyint => 0 proto_text_fetched_short => 0 proto_text_fetched_int24 => 0 proto_text_fetched_int => 0 proto_text_fetched_bigint => 0 proto_text_fetched_decimal => 0 proto_text_fetched_float => 0 proto_text_fetched_double => 0 proto_text_fetched_date => 0 proto_text_fetched_year => 0 proto_text_fetched_time => 0 proto_text_fetched_datetime => 0 proto_text_fetched_timestamp => 0 proto_text_fetched_string => 0 proto_text_fetched_blob => 0 proto_text_fetched_enum => 0 proto_text_fetched_set => 0 proto_text_fetched_geometry => 0 proto_text_fetched_other => 0 proto_binary_fetched_null => 0 proto_binary_fetched_bit => 0 proto_binary_fetched_tinyint => 0 proto_binary_fetched_short => 0 proto_binary_fetched_int24 => 0 proto_binary_fetched_int => 0 proto_binary_fetched_bigint => 0 proto_binary_fetched_decimal => 0 proto_binary_fetched_float => 0 proto_binary_fetched_double => 0 proto_binary_fetched_date => 0 proto_binary_fetched_year => 0 proto_binary_fetched_time => 0 proto_binary_fetched_datetime => 0 proto_binary_fetched_timestamp => 0 proto_binary_fetched_string => 0 proto_binary_fetched_json => 0 proto_binary_fetched_blob => 0 proto_binary_fetched_enum => 0 proto_binary_fetched_set => 0 proto_binary_fetched_geometry => 0 proto_binary_fetched_other => 0 init_command_executed_count => 0 init_command_failed_count => 0 com_quit => 0 com_init_db => 0 com_query => 0 com_field_list => 0 com_create_db => 0 com_drop_db => 0 com_refresh => 0 com_shutdown => 0 com_statistics => 0 com_process_info => 0 com_connect => 0 com_process_kill => 0 com_debug => 0 com_ping => 0 com_time => 0 com_delayed_insert => 0 com_change_user => 0 com_binlog_dump => 0 com_table_dump => 0 com_connect_out => 0 com_register_slave => 0 com_stmt_prepare => 0 com_stmt_execute => 0 com_stmt_send_long_data => 0 com_stmt_close => 0 com_stmt_reset => 0 com_stmt_set_option => 0 com_stmt_fetch => 0 com_deamon => 0 bytes_received_real_data_normal => 0 bytes_received_real_data_ps => 0 example statistics => stat1 => 0 stat2 => 0 openssl OpenSSL support => enabled OpenSSL Library Version => OpenSSL 1.0.1t 3 May 2016 OpenSSL Header Version => OpenSSL 1.0.1t 3 May 2016 Openssl default config => /usr/lib/ssl/openssl.cnf Directive => Local Value => Master Value openssl.cafile => no value => no value openssl.capath => no value => no value pcntl pcntl support => enabled pcre PCRE (Perl Compatible Regular Expressions) Support => enabled PCRE Library Version => 8.38 2015-11-23 PCRE JIT Support => enabled Directive => Local Value => Master Value pcre.backtrack_limit => 1000000 => 1000000 pcre.jit => 1 => 1 pcre.recursion_limit => 100000 => 100000 PDO PDO support => enabled PDO drivers => sqlite, mysql, pgsql pdo_mysql PDO Driver for MySQL => enabled Client API version => mysqlnd 5.0.12-dev - 20150407 - $Id: 241ae00989d1995ffcbbf63d579943635faf9972 $ Directive => Local Value => Master Value pdo_mysql.debug => no value => no value pdo_mysql.default_socket => no value => no value pdo_pgsql PDO Driver for PostgreSQL => enabled PostgreSQL(libpq) Version => 9.4.9 Module version => 7.0.12 Revision => $Id: f9b0c62eba234361d62f16fcbaaa120353ab5175 $ pdo_sqlite PDO Driver for SQLite 3.x => enabled SQLite Library => 3.14.2 Phar Phar: PHP Archive support => enabled Phar EXT version => 2.0.2 Phar API version => 1.1.1 SVN revision => $Id: 860f5132d446a7b24c2bbf050ce6949381ea8db5 $ Phar-based phar archives => enabled Tar-based phar archives => enabled ZIP-based phar archives => enabled gzip compression => enabled bzip2 compression => disabled (install pecl/bz2) Native OpenSSL support => enabled Phar based on pear/PHP_Archive, original concept by Davey Shafik. Phar fully realized by Gregory Beaver and Marcus Boerger. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle. Directive => Local Value => Master Value phar.cache_list => no value => no value phar.readonly => On => On phar.require_hash => On => On posix Revision => $Id: 771e31632526e20243748d73c150d8977fff1781 $ readline Readline Support => enabled Readline library => EditLine wrapper Directive => Local Value => Master Value cli.pager => no value => no value cli.prompt => \b \> => \b \> Reflection Reflection => enabled Version => $Id: b24f9c691ddba60f618ecf2ba7ae131a76cfc722 $ session Session Support => enabled Registered save handlers => files user Registered serializer handlers => php_serialize php php_binary Directive => Local Value => Master Value session.auto_start => Off => Off session.cache_expire => 180 => 180 session.cache_limiter => nocache => nocache session.cookie_domain => no value => no value session.cookie_httponly => Off => Off session.cookie_lifetime => 0 => 0 session.cookie_path => / => / session.cookie_secure => Off => Off session.entropy_file => /dev/urandom => /dev/urandom session.entropy_length => 32 => 32 session.gc_divisor => 100 => 100 session.gc_maxlifetime => 1440 => 1440 session.gc_probability => 1 => 1 session.hash_bits_per_character => 4 => 4 session.hash_function => 0 => 0 session.lazy_write => On => On session.name => PHPSESSID => PHPSESSID session.referer_check => no value => no value session.save_handler => files => files session.save_path => no value => no value session.serialize_handler => php => php session.upload_progress.cleanup => On => On session.upload_progress.enabled => On => On session.upload_progress.freq => 1% => 1% session.upload_progress.min_freq => 1 => 1 session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS session.upload_progress.prefix => upload_progress_ => upload_progress_ session.use_cookies => On => On session.use_only_cookies => On => On session.use_strict_mode => Off => Off session.use_trans_sid => 0 => 0 SimpleXML Simplexml support => enabled Revision => $Id: a0c9e98a9e216920fcf75a02da085c9616b16cc8 $ Schema support => enabled soap Soap Client => enabled Soap Server => enabled Directive => Local Value => Master Value soap.wsdl_cache => 1 => 1 soap.wsdl_cache_dir => /tmp => /tmp soap.wsdl_cache_enabled => 1 => 1 soap.wsdl_cache_limit => 5 => 5 soap.wsdl_cache_ttl => 86400 => 86400 sockets Sockets Support => enabled SPL SPL support => enabled Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject Classes => AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException sqlite3 SQLite3 support => enabled SQLite3 module version => 0.7-dev SQLite Library => 3.14.2 Directive => Local Value => Master Value sqlite3.extension_dir => no value => no value standard Dynamic Library Support => enabled Path to sendmail => -t -i Directive => Local Value => Master Value assert.active => 1 => 1 assert.bail => 0 => 0 assert.callback => no value => no value assert.exception => 0 => 0 assert.quiet_eval => 0 => 0 assert.warning => 1 => 1 auto_detect_line_endings => 0 => 0 default_socket_timeout => 60 => 60 from => no value => no value url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset= user_agent => no value => no value tokenizer Tokenizer Support => enabled xdebug xdebug support => enabled Version => 2.4.1 IDE Key => debug Supported protocols => Revision DBGp - Common DeBuGger Protocol => $Revision: 1.145 $ Directive => Local Value => Master Value xdebug.auto_trace => Off => Off xdebug.cli_color => 1 => 1 xdebug.collect_assignments => Off => Off xdebug.collect_includes => On => On xdebug.collect_params => 4 => 4 xdebug.collect_return => On => On xdebug.collect_vars => Off => Off xdebug.coverage_enable => On => On xdebug.default_enable => On => On xdebug.dump.COOKIE => no value => no value xdebug.dump.ENV => no value => no value xdebug.dump.FILES => no value => no value xdebug.dump.GET => no value => no value xdebug.dump.POST => no value => no value xdebug.dump.REQUEST => no value => no value xdebug.dump.SERVER => no value => no value xdebug.dump.SESSION => no value => no value xdebug.dump_globals => On => On xdebug.dump_once => On => On xdebug.dump_undefined => Off => Off xdebug.extended_info => On => On xdebug.file_link_format => no value => no value xdebug.force_display_errors => Off => Off xdebug.force_error_reporting => 0 => 0 xdebug.halt_level => 0 => 0 xdebug.idekey => debug => debug xdebug.max_nesting_level => 256 => 256 xdebug.max_stack_frames => -1 => -1 xdebug.overload_var_dump => 2 => 2 xdebug.profiler_aggregate => Off => Off xdebug.profiler_append => Off => Off xdebug.profiler_enable => Off => Off xdebug.profiler_enable_trigger => On => On xdebug.profiler_enable_trigger_value => no value => no value xdebug.profiler_output_dir => /app/storage/logs => /app/storage/logs xdebug.profiler_output_name => callgrind.out.sess-%S.ts-%u.script-%s.req-uri-%R.pid-%p => callgrind.out.sess-%S.ts-%u.script-%s.req-uri-%R.pid-%p xdebug.remote_addr_header => no value => no value xdebug.remote_autostart => Off => Off xdebug.remote_connect_back => Off => Off xdebug.remote_cookie_expire_time => 3600 => 3600 xdebug.remote_enable => On => On xdebug.remote_handler => dbgp => dbgp xdebug.remote_host => 172.99.0.3 => 172.99.0.3 xdebug.remote_log => no value => no value xdebug.remote_mode => req => req xdebug.remote_port => 9000 => 9000 xdebug.scream => Off => Off xdebug.show_error_trace => Off => Off xdebug.show_exception_trace => Off => Off xdebug.show_local_vars => On => On xdebug.show_mem_delta => On => On xdebug.trace_enable_trigger => Off => Off xdebug.trace_enable_trigger_value => no value => no value xdebug.trace_format => 1 => 1 xdebug.trace_options => 0 => 0 xdebug.trace_output_dir => /app/storage/logs => /app/storage/logs xdebug.trace_output_name => trace.%s.%R.%p.%u => trace.%s.%R.%p.%u xdebug.var_display_max_children => 128 => 128 xdebug.var_display_max_data => 512 => 512 xdebug.var_display_max_depth => 3 => 3 xml XML Support => active XML Namespace Support => active libxml2 Version => 2.9.1 xmlreader XMLReader => enabled xmlrpc core library version => xmlrpc-epi v. 0.51 php extension version => 7.0.12 author => Dan Libby homepage => http://xmlrpc-epi.sourceforge.net open sourced by => Epinions.com xmlwriter XMLWriter => enabled xsl XSL => enabled libxslt Version => 1.1.28 libxslt compiled against libxml Version => 2.9.1 EXSLT => enabled libexslt Version => 1.1.28 zip Zip => enabled Zip version => 1.13.4 Libzip version => 1.1.2 zlib ZLib Support => enabled Stream Wrapper => compress.zlib:// Stream Filter => zlib.inflate, zlib.deflate Compiled Version => 1.2.8 Linked Version => 1.2.8 Directive => Local Value => Master Value zlib.output_compression => Off => Off zlib.output_compression_level => -1 => -1 zlib.output_handler => no value => no value Additional Modules Module Name Environment Variable => Value HOSTNAME => bff1dd3f6d31 TERM => xterm PHP_INI_DIR => /usr/local/etc/php PHP_ASC_URL => https://secure.php.net/get/php-7.0.12.tar.xz.asc/from/this/mirror PHP_IDE_CONFIG => serverName=docker OLDPWD => /tmp PHP_MD5 => bdcc4dbdac90c2a39422786653059f70 LS_COLORS => rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36: PHPIZE_DEPS => autoconf file g++ gcc libc-dev make pkg-config re2c PHP_URL => https://secure.php.net/get/php-7.0.12.tar.xz/from/this/mirror XDEBUG_CONFIG => idekey=debug PATH => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin GPG_KEYS => 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 DOCKER_HOST_IP => 172.99.0.3 PWD => /app APP_DEBUG => true SHLVL => 1 HOME => /root DOCKER_HOST_NAME => 9maand.dev PHP_SHA256 => f3d6c49e1c242e5995dec15e503fde996c327eb86cd7ec45c690e93c971b83ff COMPOSER_DISABLE_XDEBUG_WARN => 1 LS_OPTIONS => --color=auto no_proxy => *.local, 169.254/16 APP_ENV => local PHP_VERSION => 7.0.12 PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data _ => /usr/local/bin/php PHP Variables Variable => Value $_SERVER['HOSTNAME'] => bff1dd3f6d31 $_SERVER['TERM'] => xterm $_SERVER['PHP_INI_DIR'] => /usr/local/etc/php $_SERVER['PHP_ASC_URL'] => https://secure.php.net/get/php-7.0.12.tar.xz.asc/from/this/mirror $_SERVER['PHP_IDE_CONFIG'] => serverName=docker $_SERVER['OLDPWD'] => /tmp $_SERVER['PHP_MD5'] => bdcc4dbdac90c2a39422786653059f70 $_SERVER['LS_COLORS'] => rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36: $_SERVER['PHPIZE_DEPS'] => autoconf file g++ gcc libc-dev make pkg-config re2c $_SERVER['PHP_URL'] => https://secure.php.net/get/php-7.0.12.tar.xz/from/this/mirror $_SERVER['XDEBUG_CONFIG'] => idekey=debug $_SERVER['PATH'] => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin $_SERVER['GPG_KEYS'] => 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 $_SERVER['DOCKER_HOST_IP'] => 172.99.0.3 $_SERVER['PWD'] => /app $_SERVER['APP_DEBUG'] => true $_SERVER['SHLVL'] => 1 $_SERVER['HOME'] => /root $_SERVER['DOCKER_HOST_NAME'] => 9maand.dev $_SERVER['PHP_SHA256'] => f3d6c49e1c242e5995dec15e503fde996c327eb86cd7ec45c690e93c971b83ff $_SERVER['COMPOSER_DISABLE_XDEBUG_WARN'] => 1 $_SERVER['LS_OPTIONS'] => --color=auto $_SERVER['no_proxy'] => *.local, 169.254/16 $_SERVER['APP_ENV'] => local $_SERVER['PHP_VERSION'] => 7.0.12 $_SERVER['PHP_EXTRA_CONFIGURE_ARGS'] => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data $_SERVER['_'] => /usr/local/bin/php $_SERVER['PHP_SELF'] => $_SERVER['SCRIPT_NAME'] => $_SERVER['SCRIPT_FILENAME'] => $_SERVER['PATH_TRANSLATED'] => $_SERVER['DOCUMENT_ROOT'] => $_SERVER['REQUEST_TIME_FLOAT'] => 1478182925.439 $_SERVER['REQUEST_TIME'] => 1478182925 $_SERVER['argv'] => Array ( ) $_SERVER['argc'] => 0 $_ENV['HOSTNAME'] => bff1dd3f6d31 $_ENV['TERM'] => xterm $_ENV['PHP_INI_DIR'] => /usr/local/etc/php $_ENV['PHP_ASC_URL'] => https://secure.php.net/get/php-7.0.12.tar.xz.asc/from/this/mirror $_ENV['PHP_IDE_CONFIG'] => serverName=docker $_ENV['OLDPWD'] => /tmp $_ENV['PHP_MD5'] => bdcc4dbdac90c2a39422786653059f70 $_ENV['LS_COLORS'] => rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36: $_ENV['PHPIZE_DEPS'] => autoconf file g++ gcc libc-dev make pkg-config re2c $_ENV['PHP_URL'] => https://secure.php.net/get/php-7.0.12.tar.xz/from/this/mirror $_ENV['XDEBUG_CONFIG'] => idekey=debug $_ENV['PATH'] => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin $_ENV['GPG_KEYS'] => 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 $_ENV['DOCKER_HOST_IP'] => 172.99.0.3 $_ENV['PWD'] => /app $_ENV['APP_DEBUG'] => true $_ENV['SHLVL'] => 1 $_ENV['HOME'] => /root $_ENV['DOCKER_HOST_NAME'] => 9maand.dev $_ENV['PHP_SHA256'] => f3d6c49e1c242e5995dec15e503fde996c327eb86cd7ec45c690e93c971b83ff $_ENV['COMPOSER_DISABLE_XDEBUG_WARN'] => 1 $_ENV['LS_OPTIONS'] => --color=auto $_ENV['no_proxy'] => *.local, 169.254/16 $_ENV['APP_ENV'] => local $_ENV['PHP_VERSION'] => 7.0.12 $_ENV['PHP_EXTRA_CONFIGURE_ARGS'] => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data $_ENV['_'] => /usr/local/bin/php PHP License This program is free software; you can redistribute it and/or modify it under the terms of the PHP License as published by the PHP Group and included in the distribution in the file: LICENSE This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact license@php.net. gdb-full-2.5.0-dev.txt (46,383 bytes)
#0 0x00007f77cb3e202d in xdebug_objdebug_pp (zval_pp=0x7fff511b2978, is_tmp=0x7fff511b28c4) at /tmp/xdebug/xdebug_var.c:57 dzval = {value = {lval = 140152388287568, dval = 6.9244480235490442e-310, counted = 0x7f77c5517c50, str = 0x7f77c5517c50, arr = 0x7f77c5517c50, obj = 0x7f77c5517c50, res = 0x7f77c5517c50, ref = 0x7f77c5517c50, ast = 0x7f77c5517c50, zv = 0x7f77c5517c50, ptr = 0x7f77c5517c50, ce = 0x7f77c5517c50, func = 0x7f77c5517c50, ww = {w1 = 3310451792, w2 = 32631}}, u1 = {v = {type = 8 '\b', type_flags = 12 '\f', const_flags = 0 '\000', reserved = 0 '\000'}, type_info = 3080}, u2 = {var_flags = 32631, next = 32631, cache_slot = 32631, lineno = 32631, num_args = 32631, fe_pos = 32631, fe_iter_idx = 32631}} tmp = 0xccf020769 #1 0x00007f77cb3e46e8 in xdebug_var_export (struc=0x7fff511b2978, str=0x7fff511b2980, level=1, debug_zval=0, options=0x1f959f0) at /tmp/xdebug/xdebug_var.c:1120 myht = 0x7fff511b8ba0 tmp_str = 0x7f77cb61a140 "" is_temp = 119 num = 64 key = 0x7f77cf349620 <main_arena> val = 0xd0000000c tmpz = 0x0 #2 0x00007f77cb3e4ac4 in xdebug_get_zval_value (val=0x7f77cb619980, debug_zval=0, options=0x1f959f0) at /tmp/xdebug/xdebug_var.c:1192 str = {l = 0, a = 0, d = 0x0} default_options = 1 #3 0x00007f77cb3da89c in add_single_value (str=0x7fff511b2ac0, zv=0x7f77cb619980, html=0, collecton_level=4) at /tmp/xdebug/xdebug_stack.c:395 tmp_value = 0x7fff511b2ac0 "L`" tmp_fancy_value = 0x200000000 <error: Cannot access memory at address 0x200000000> tmp_fancy_synop_value = 0x7f77cb3f3596 ", " tmp_serialized = 0x7fff511b2a80 "P+\033Q\377\177" len = 32631 newlen = 0 #4 0x00007f77cb3dad41 in xdebug_append_printable_stack (str=0x7fff511b2ac0, html=0) at /tmp/xdebug/xdebug_stack.c:484 c = 1 j = 1 tmp_name = 0x1f967f0 "\260\216\336\001" variadic_opened = 0 le = 0x1fa38f0 i = 0x1f92030 printed_frames = 15 formats = 0x7f77cb5ff600 <ansi_formats> #5 0x00007f77cb3beed4 in xdebug_throw_exception_hook (exception=0x7fff511b2bd0) at /tmp/xdebug/xdebug.c:1518 code = 0x7f77c54b0828 message = 0x7f77c54b0808 file = 0x7f77c54b0838 line = 0x7f77c54b0848 xdebug_message_trace = 0x7f77c54b07e0 previous_exception = 0x12da900 <executor_globals> default_ce = 0x1e9d320 exception_ce = 0x1e9d320 extra_brk_info = 0x7f77c555ae10 code_str = 0x0 exception_trace = 0x0 tmp_str = {l = 24652, a = 26666, d = 0x1fd0f80 "\n\033[1m\033[31mPDOException\033[0m: SQLSTATE[HY000]: General error: 1364 Field 'parent_id' doesn't have a default value\033[22m in \033[31m/app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php\033[0m on "...} #6 0x00000000009562f5 in zend_throw_exception_internal (exception=0x7fff511b2bd0) at /tmp/php-7.0.12/Zend/zend_exceptions.c:163 No locals. #7 0x000000000095a5a9 in zend_throw_exception_object (exception=0x7fff511b2bd0) at /tmp/php-7.0.12/Zend/zend_exceptions.c:1093 exception_ce = 0x1e9d320 #8 0x00000000006c1457 in pdo_handle_error (dbh=0x7f77c5cbe380, stmt=0x7f77c55a0540) at /tmp/php-7.0.12/ext/pdo/pdo_dbh.c:164 ex = {value = {lval = 140152387864544, dval = 6.9244480026488816e-310, counted = 0x7f77c54b07e0, str = 0x7f77c54b07e0, arr = 0x7f77c54b07e0, obj = 0x7f77c54b07e0, res = 0x7f77c54b07e0, ref = 0x7f77c54b07e0, ast = 0x7f77c54b07e0, zv = 0x7f77c54b07e0, ptr = 0x7f77c54b07e0, ce = 0x7f77c54b07e0, func = 0x7f77c54b07e0, ww = {w1 = 3310028768, w2 = 32631}}, u1 = {v = {type = 8 '\b', type_flags = 12 '\f', const_flags = 0 '\000', reserved = 0 '\000'}, type_info = 3080}, u2 = {var_flags = 32631, next = 32631, cache_slot = 32631, lineno = 32631, num_args = 32631, fe_pos = 32631, fe_iter_idx = 32631}} def_ex = 0x1e05630 pdo_ex = 0x1e9d320 pdo_err = 0x7f77c55a05b8 msg = 0xf0ccec "General error" supp = 0x7f77c55220f0 "Field 'parent_id' doesn't have a default value" native_code = 1364 message = 0x7f77c5569e00 info = {value = {lval = 140152388359872, dval = 6.9244480271213364e-310, counted = 0x7f77c55296c0, str = 0x7f77c55296c0, arr = 0x7f77c55296c0, obj = 0x7f77c55296c0, res = 0x7f77c55296c0, ref = 0x7f77c55296c0, ast = 0x7f77c55296c0, zv = 0x7f77c55296c0, ptr = 0x7f77c55296c0, ce = 0x7f77c55296c0, func = 0x7f77c55296c0, ww = {w1 = 3310524096, w2 = 32631}}, u1 = {v = {type = 7 '\a', type_flags = 28 '\034', const_flags = 0 '\000', reserved = 0 '\000'}, type_info = 7175}, u2 = {var_flags = 0, next = 0, cache_slot = 0, lineno = 0, num_args = 0, fe_pos = 0, fe_iter_idx = 0}} #9 0x00000000006c7cdd in zim_PDOStatement_execute (execute_data=0x7f77cb61a200, return_value=0x7f77cb61a1d0) at /tmp/php-7.0.12/ext/pdo/pdo_stmt.c:539 input_params = 0x0 ret = 1 stmt = 0x7f77c55a0540 #10 0x000000000098776d in execute_internal (execute_data=0x7f77cb61a200, return_value=0x7f77cb61a1d0) at /tmp/php-7.0.12/Zend/zend_execute.c:2045 No locals. #11 0x00007f77cb3c0502 in xdebug_execute_internal (current_execute_data=0x7f77cb61a200, return_value=0x7f77cb61a1d0) at /tmp/xdebug/xdebug.c:2068 edata = 0x7f77cb61a200 fse = 0x1f96f50 do_return = 0 function_nr = 25770 restore_error_handler_situation = 0 tmp_error_cb = 0x0 #12 0x000000000098a000 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:844 should_change_scope = 1 call = 0x7f77cb61a200 fbc = 0x1ea0050 object = 0x1da2930 ret = 0x7f77cb61a1d0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #13 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #14 0x0000000000988e63 in execute_ex (ex=0x7f77cb61a140) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f77c5c89ac0 orig_execute_data = 0x7f77cb61a030 #15 0x00007f77cb3bff5b in xdebug_execute_ex (execute_data=0x7f77cb61a140) at /tmp/xdebug/xdebug.c:1916 op_array = 0x7f77c5d53500 edata = 0x7f77cb61a030 dummy = 0xc0cb61a0c0 fse = 0x1de9070 xfse = 0x1de9070 magic_cookie = 0x0 do_return = 0 function_nr = 25769 le = 0x1f96930 code_coverage_func_info = {class = 0x1c5d52fc8 <error: Cannot access memory at address 0x1c5d52fc8>, function = 0x7f77cb61a130 "\220\326i\313w\177", type = -975883008, internal = 32631} code_coverage_function_name = 0x0 code_coverage_file_name = 0x0 #16 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f77cb61a140 fbc = 0x7f77c5d53500 object = 0x985964 <zend_extension_fcall_begin_handler> ret = 0x7f77cb61a130 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #17 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #18 0x0000000000988e63 in execute_ex (ex=0x7f77cb61a030) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f77c5c71360 orig_execute_data = 0x7f77cb619f20 #19 0x00007f77cb3bff5b in xdebug_execute_ex (execute_data=0x7f77cb61a030) at /tmp/xdebug/xdebug.c:1916 op_array = 0x7f77c559df38 edata = 0x7f77cb619f20 dummy = 0x7f77c5c51000 fse = 0x1f956a0 xfse = 0x1f956a0 magic_cookie = 0x0 do_return = 0 function_nr = 25750 le = 0x1f96430 code_coverage_func_info = {class = 0x100000028 <error: Cannot access memory at address 0x100000028>, function = 0x7f77cb619fe0 "\310\323\315\305w\177", type = -983965896, internal = 32631} code_coverage_function_name = 0x0 code_coverage_file_name = 0x0 #20 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f77cb61a030 fbc = 0x7f77c559df38 object = 0x7f77c5529660 ret = 0x7f77cb619fe0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #21 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #22 0x0000000000988e63 in execute_ex (ex=0x7f77cb619f20) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f77c5fb2ae0 orig_execute_data = 0x7f77cb619d90 #23 0x00007f77cb3bff5b in xdebug_execute_ex (execute_data=0x7f77cb619f20) at /tmp/xdebug/xdebug.c:1916 op_array = 0x7f77c5cd9878 edata = 0x7f77cb619d90 dummy = 0x110cb619d90 fse = 0x1deb590 xfse = 0x1deb590 magic_cookie = 0x0 do_return = 0 function_nr = 25749 le = 0x1f96080 code_coverage_func_info = {class = 0x1c5c51000 <error: Cannot access memory at address 0x1c5c51000>, function = 0x7f77cb619e90 " \232R\305w\177", type = -976381832, internal = 32631} code_coverage_function_name = 0x0 code_coverage_file_name = 0x0 #24 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f77cb619f20 fbc = 0x7f77c5cd9878 object = 0x7f77c559df00 ret = 0x7f77cb619e90 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #25 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #26 0x0000000000988e63 in execute_ex (ex=0x7f77cb619d90) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f77c5cea540 orig_execute_data = 0x7f77cb619cf0 #27 0x00007f77cb3bff5b in xdebug_execute_ex (execute_data=0x7f77cb619d90) at /tmp/xdebug/xdebug.c:1916 op_array = 0x7f77c5cd97a8 edata = 0x7f77cb619cf0 dummy = 0x80cb619d70 fse = 0x1f950e0 xfse = 0x1f950e0 magic_cookie = 0x0 do_return = 0 function_nr = 25741 le = 0x1fa0a90 code_coverage_func_info = {class = 0x1511b3230 <error: Cannot access memory at address 0x1511b3230>, function = 0x7f77cb619d80 "\300\351J\305w\177", type = -976382040, internal = 32631} code_coverage_function_name = 0x0 code_coverage_file_name = 0x0 #28 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f77cb619d90 fbc = 0x7f77c5cd97a8 object = 0x7f77c559df00 ret = 0x7f77cb619d80 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #29 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #30 0x0000000000988e63 in execute_ex (ex=0x7f77cb619cf0) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f77c5cb5b80 orig_execute_data = 0x7f77cb619c60 #31 0x00007f77cb3bff5b in xdebug_execute_ex (execute_data=0x7f77cb619cf0) at /tmp/xdebug/xdebug.c:1916 op_array = 0x7f77c5cd8d18 edata = 0x7f77cb619c60 dummy = 0xa0511b8ba0 fse = 0x1f96e00 xfse = 0x1f96e00 magic_cookie = 0x0 do_return = 0 function_nr = 25740 le = 0x1de8cc0 code_coverage_func_info = {class = 0x1c5c51000 <error: Cannot access memory at address 0x1c5c51000>, function = 0x7f77cb619ce0 "\240T\325\305w\177", type = -976384744, internal = 32631} code_coverage_function_name = 0x0 code_coverage_file_name = 0x0 #32 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f77cb619cf0 fbc = 0x7f77c5cd8d18 object = 0x7f77c5529660 ret = 0x7f77cb619ce0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #33 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #34 0x0000000000988e63 in execute_ex (ex=0x7f77cb619c60) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f77c5c8bbc0 orig_execute_data = 0x7f77cb619b20 #35 0x00007f77cb3bff5b in xdebug_execute_ex (execute_data=0x7f77cb619c60) at /tmp/xdebug/xdebug.c:1916 op_array = 0x7f77c5cd8aa8 edata = 0x7f77cb619b20 dummy = 0x7f77cb619bd0 fse = 0x1de8bd0 xfse = 0x1de8bd0 magic_cookie = 0x0 do_return = 0 function_nr = 25739 le = 0x1dea990 code_coverage_func_info = {class = 0x1c5c51000 <error: Cannot access memory at address 0x1c5c51000>, function = 0x0, type = -976385368, internal = 32631} code_coverage_function_name = 0x0 code_coverage_file_name = 0x0 #36 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f77cb619c60 fbc = 0x7f77c5cd8aa8 object = 0x7f77c5529660 ret = 0x0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #37 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #38 0x0000000000988e63 in execute_ex (ex=0x7f77cb619b20) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f77c5401d80 orig_execute_data = 0x7f77cb619a10 #39 0x00007f77cb3bff5b in xdebug_execute_ex (execute_data=0x7f77cb619b20) at /tmp/xdebug/xdebug.c:1916 op_array = 0x7f77c5ce1eb0 edata = 0x7f77cb619a10 dummy = 0x7f77cb619b00 fse = 0x1f94c30 xfse = 0x1f94c30 magic_cookie = 0x0 do_return = 0 function_nr = 25737 le = 0x1fa0830 code_coverage_func_info = {class = 0x1c5ce1850 <error: Cannot access memory at address 0x1c5ce1850>, function = 0x7f77cb619b10 "8zQ\305w\177", type = -976347472, internal = 32631} code_coverage_function_name = 0x0 code_coverage_file_name = 0x0 #40 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f77cb619b20 fbc = 0x7f77c5ce1eb0 object = 0x7f77c61acb40 ret = 0x7f77cb619b10 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #41 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #42 0x0000000000988e63 in execute_ex (ex=0x7f77cb619a10) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f77c5410ce0 orig_execute_data = 0x7f77cb619770 #43 0x00007f77cb3bff5b in xdebug_execute_ex (execute_data=0x7f77cb619a10) at /tmp/xdebug/xdebug.c:1916 op_array = 0x7f77c5d5b3c8 edata = 0x7f77cb619990 dummy = 0x7fff511b3970 fse = 0x1f9eed0 xfse = 0x1f9eed0 magic_cookie = 0x0 do_return = 0 function_nr = 25676 le = 0x1f9ecd0 code_coverage_func_info = {class = 0x20 <error: Cannot access memory at address 0x20>, function = 0x7f77c5516a00 "\005", type = -975874912, internal = 32631} code_coverage_function_name = 0x0 code_coverage_file_name = 0x0 #44 0x000000000091676f in zend_call_function (fci=0x7fff511b3920, fci_cache=0x7fff511b38f0) at /tmp/php-7.0.12/Zend/zend_execute_API.c:856 call_via_handler = 0 i = 2 calling_scope = 0x7f77c5d554a0 call = 0x7f77cb619a10 dummy_execute_data = {opline = 0x20, call = 0x7f77c55770a8, return_value = 0x7fff511b38a0, func = 0x93b2eb <zend_fcall_info_args_ex+299>, This = {value = {lval = 1, dval = 4.9406564584124654e-324, counted = 0x1, str = 0x1, arr = 0x1, obj = 0x1, res = 0x1, ref = 0x1, ast = 0x1, zv = 0x1, ptr = 0x1, ce = 0x1, func = 0x1, ww = {w1 = 1, w2 = 0}}, u1 = {v = {type = 0 '\000', type_flags = 154 '\232', const_flags = 97 'a', reserved = 203 '\313'}, type_info = 3412171264}, u2 = {var_flags = 32631, next = 32631, cache_slot = 32631, lineno = 32631, num_args = 32631, fe_pos = 32631, fe_iter_idx = 32631}}, called_scope = 0x0, prev_execute_data = 0x7fff511b3920, symbol_table = 0x7f77c5529900, run_time_cache = 0x1406c55298a0, literals = 0x7f77c61acb40} fci_cache_local = {initialized = 0 '\000', function_handler = 0x0, calling_scope = 0x7fff511b3820, called_scope = 0x0, object = 0xd9c00000000} func = 0x7f77c5d5b3c8 orig_scope = 0x7f77c5426808 __PRETTY_FUNCTION__ = "zend_call_function" #45 0x0000000000798903 in zif_call_user_func_array (execute_data=0x7f77cb619990, return_value=0x7f77cb619930) at /tmp/php-7.0.12/ext/standard/basic_functions.c:4803 params = 0x7f77cb619a00 retval = {value = {lval = 0, dval = 0, counted = 0x0, str = 0x0, arr = 0x0, obj = 0x0, res = 0x0, ref = 0x0, ast = 0x0, zv = 0x0, ptr = 0x0, ce = 0x0, func = 0x0, ww = {w1 = 0, w2 = 0}}, u1 = {v = {type = 0 '\000', type_flags = 0 '\000', const_flags = 0 '\000', reserved = 0 '\000'}, type_info = 0}, u2 = {var_flags = 102, next = 102, cache_slot = 102, lineno = 102, num_args = 102, fe_pos = 102, fe_iter_idx = 102}} fci = {size = 72, function_table = 0x7f77c5d554e0, function_name = {value = {lval = 140152388360256, dval = 6.9244480271403085e-310, counted = 0x7f77c5529840, str = 0x7f77c5529840, arr = 0x7f77c5529840, obj = 0x7f77c5529840, res = 0x7f77c5529840, ref = 0x7f77c5529840, ast = 0x7f77c5529840, zv = 0x7f77c5529840, ptr = 0x7f77c5529840, ce = 0x7f77c5529840, func = 0x7f77c5529840, ww = {w1 = 3310524480, w2 = 32631}}, u1 = {v = {type = 7 '\a', type_flags = 28 '\034', const_flags = 0 '\000', reserved = 0 '\000'}, type_info = 7175}, u2 = {var_flags = 0, next = 0, cache_slot = 0, lineno = 0, num_args = 0, fe_pos = 0, fe_iter_idx = 0}}, symbol_table = 0x0, retval = 0x7fff511b3970, params = 0x7f77c54ae780, object = 0x7f77c5516a00, no_separation = 1 '\001', param_count = 2} fci_cache = {initialized = 1 '\001', function_handler = 0x7f77c5d5b3c8, calling_scope = 0x7f77c5d554a0, called_scope = 0x7f77c5d554a0, object = 0x7f77c5516a00} __PRETTY_FUNCTION__ = "zif_call_user_func_array" #46 0x000000000098776d in execute_internal (execute_data=0x7f77cb619990, return_value=0x7f77cb619930) at /tmp/php-7.0.12/Zend/zend_execute.c:2045 No locals. #47 0x00007f77cb3c0502 in xdebug_execute_internal (current_execute_data=0x7f77cb619990, return_value=0x7f77cb619930) at /tmp/xdebug/xdebug.c:2068 edata = 0x7f77cb619990 fse = 0x1f9d500 do_return = 0 function_nr = 25675 restore_error_handler_situation = 0 tmp_error_cb = 0x0 #48 0x000000000098a000 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:844 should_change_scope = 0 call = 0x7f77cb619990 fbc = 0x1dc8320 object = 0x7f77c55298a0 ret = 0x7f77cb619930 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #49 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #50 0x0000000000988e63 in execute_ex (ex=0x7f77cb619770) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x12daec8 <executor_globals+1480> orig_execute_data = 0x7f77cb619680 #51 0x00007f77cb3bff5b in xdebug_execute_ex (execute_data=0x7f77cb619770) at /tmp/xdebug/xdebug.c:1916 op_array = 0x7f77c54bec88 edata = 0x7f77cb619680 dummy = 0x20093ed9a fse = 0x1f95dd0 xfse = 0x1f95dd0 magic_cookie = 0x0 do_return = 0 function_nr = 25668 le = 0x1f9e9f0 code_coverage_func_info = {class = 0x1511b3b50 <error: Cannot access memory at address 0x1511b3b50>, function = 0x7f77cb619740 "0)\332\001", type = -984879992, internal = 32631} code_coverage_function_name = 0x0 code_coverage_file_name = 0x0 #52 0x000000000098d01d in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1750 args = 0x7f77c55298a0 fbc = 0x7f77c54bec88 ret = 0x7f77cb619740 call_info = 66 num_args = 2 call = 0x7f77cb619770 __PRETTY_FUNCTION__ = "ZEND_CALL_TRAMPOLINE_SPEC_HANDLER" #53 0x0000000000988e63 in execute_ex (ex=0x7f77cb619770) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f77c61b6fa0 orig_execute_data = 0x7f77cb619680 #54 0x00007f77cb3bff5b in xdebug_execute_ex (execute_data=0x7f77cb619770) at /tmp/xdebug/xdebug.c:1916 op_array = 0x12dadf8 <executor_globals+1272> edata = 0x7f77cb619680 dummy = 0x9a6ebb <ZEND_SEND_VAR_NO_REF_SPEC_VAR_HANDLER+62> fse = 0x1f92030 xfse = 0x1f92030 magic_cookie = 0x0 do_return = 0 function_nr = 25667 le = 0x1fa38f0 code_coverage_func_info = {class = 0x1cb619730 <error: Cannot access memory at address 0x1cb619730>, function = 0x7f77cb619740 "0)\332\001", type = 19770872, internal = 0} code_coverage_function_name = 0x0 code_coverage_file_name = 0x0 #55 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f77cb619770 fbc = 0x12dadf8 <executor_globals+1272> object = 0x140600000000 ret = 0x7f77cb619740 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #56 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #57 0x0000000000988e63 in execute_ex (ex=0x7f77cb619680) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f77c5e94c40 orig_execute_data = 0x7f77cb619540 #58 0x00007f77cb3bff5b in xdebug_execute_ex (execute_data=0x7f77cb619680) at /tmp/xdebug/xdebug.c:1916 op_array = 0x7f77c5e0c7a8 edata = 0x7f77cb619540 dummy = 0xf0511b8ba0 fse = 0x1f95490 xfse = 0x1f95490 magic_cookie = 0x0 do_return = 0 function_nr = 25665 le = 0x1fa09d0 code_coverage_func_info = {class = 0x1c541f678 <error: Cannot access memory at address 0x1c541f678>, function = 0x0, type = -975124568, internal = 32631} code_coverage_function_name = 0x0 code_coverage_file_name = 0x0 #59 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f77cb619680 fbc = 0x7f77c5e0c7a8 object = 0x7f77c5446900 ret = 0x0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #60 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #61 0x0000000000988e63 in execute_ex (ex=0x7f77cb619540) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f77c5e94540 orig_execute_data = 0x7f77cb6193f0 #62 0x00007f77cb3bff5b in xdebug_execute_ex (execute_data=0x7f77cb619540) at /tmp/xdebug/xdebug.c:1916 op_array = 0x7f77c5e0c6d8 edata = 0x7f77cb6193f0 dummy = 0x140511b8ba0 fse = 0x1dea5b0 xfse = 0x1dea5b0 magic_cookie = 0x0 do_return = 0 function_nr = 25546 le = 0x1fa02f0 code_coverage_func_info = {class = 0x1c541f678 <error: Cannot access memory at address 0x1c541f678>, function = 0x7f77cb619510 "", type = -975124776, internal = 32631} code_coverage_function_name = 0x0 code_coverage_file_name = 0x0 #63 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f77cb619540 fbc = 0x7f77c5e0c6d8 object = 0x7f77c5dc2540 ret = 0x7f77cb619510 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #64 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #65 0x0000000000988e63 in execute_ex (ex=0x7f77cb6193f0) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f77c65a05e0 orig_execute_data = 0x7f77cb619240 #66 0x00007f77cb3bff5b in xdebug_execute_ex (execute_data=0x7f77cb6193f0) at /tmp/xdebug/xdebug.c:1916 op_array = 0x7f77c5e0c2c8 edata = 0x7f77cb619240 dummy = 0x150511b8ba0 fse = 0x1f943e0 xfse = 0x1f943e0 magic_cookie = 0x0 do_return = 0 function_nr = 25432 le = 0x1f9ec50 code_coverage_func_info = {class = 0x1c541f678 <error: Cannot access memory at address 0x1c541f678>, function = 0x7f77cb619310 "\200\334\311\305w\177", type = -975125816, internal = 32631} code_coverage_function_name = 0x0 code_coverage_file_name = 0x0 #67 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f77cb6193f0 fbc = 0x7f77c5e0c2c8 object = 0x985964 <zend_extension_fcall_begin_handler> ret = 0x7f77cb619310 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #68 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #69 0x0000000000988e63 in execute_ex (ex=0x7f77cb619240) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f77c622f7c0 orig_execute_data = 0x7f77cb618c90 #70 0x00007f77cb3bff5b in xdebug_execute_ex (execute_data=0x7f77cb619240) at /tmp/xdebug/xdebug.c:1916 op_array = 0x7f77c65806c8 edata = 0x7f77cb6191c0 dummy = 0x7fff511b4420 fse = 0x1f9ed70 xfse = 0x1f9ed70 magic_cookie = 0x0 do_return = 0 function_nr = 24907 le = 0x1fa01e0 code_coverage_func_info = {class = 0x7f77c644d460 "", function = 0x7f77c62d3c00 "\r", type = -967310336, internal = 32631} code_coverage_function_name = 0x0 code_coverage_file_name = 0x0 #71 0x000000000091676f in zend_call_function (fci=0x7fff511b43d0, fci_cache=0x7fff511b43a0) at /tmp/php-7.0.12/Zend/zend_execute_API.c:856 call_via_handler = 0 i = 0 calling_scope = 0x7f77c6580400 call = 0x7f77cb619240 dummy_execute_data = {opline = 0x7fff511b42f0, call = 0x8f817a <zend_mm_alloc_heap+242>, return_value = 0x3000000020, func = 0xf601c0, This = {value = {lval = 14126147439049, dval = 6.9792441577224151e-311, counted = 0xcd9000009c9, str = 0xcd9000009c9, arr = 0xcd9000009c9, obj = 0xcd9000009c9, res = 0xcd9000009c9, ref = 0xcd9000009c9, ast = 0xcd9000009c9, zv = 0xcd9000009c9, ptr = 0xcd9000009c9, ce = 0xcd9000009c9, func = 0xcd9000009c9, ww = {w1 = 2505, w2 = 3289}}, u1 = {v = {type = 72 'H', type_flags = 189 '\275', const_flags = 241 '\361', reserved = 0 '\000'}, type_info = 15842632}, u2 = {var_flags = 0, next = 0, cache_slot = 0, lineno = 0, num_args = 0, fe_pos = 0, fe_iter_idx = 0}}, called_scope = 0x28, prev_execute_data = 0x7f77cb600040, symbol_table = 0x0, run_time_cache = 0x7f77c5cc44e0, literals = 0x7f77c5cc44d8} fci_cache_local = {initialized = 216 '\330', function_handler = 0x7f77cb600040, calling_scope = 0x400c13dd8, called_scope = 0xc480000004, object = 0x7f77c5c00000} func = 0x7f77c65806c8 orig_scope = 0x1eb0b20 __PRETTY_FUNCTION__ = "zend_call_function" #72 0x000000000072450c in zim_reflection_method_invokeArgs (execute_data=0x7f77cb6191c0, return_value=0x7f77cb618e90) at /tmp/php-7.0.12/ext/reflection/php_reflection.c:3346 retval = {value = {lval = 140734554129552, dval = 6.953210837819698e-310, counted = 0x7fff511b4490, str = 0x7fff511b4490, arr = 0x7fff511b4490, obj = 0x7fff511b4490, res = 0x7fff511b4490, ref = 0x7fff511b4490, ast = 0x7fff511b4490, zv = 0x7fff511b4490, ptr = 0x7fff511b4490, ce = 0x7fff511b4490, func = 0x7fff511b4490, ww = {w1 = 1360741520, w2 = 32767}}, u1 = {v = {type = 0 '\000', type_flags = 0 '\000', const_flags = 0 '\000', reserved = 0 '\000'}, type_info = 0}, u2 = {var_flags = 32631, next = 32631, cache_slot = 32631, lineno = 32631, num_args = 32631, fe_pos = 32631, fe_iter_idx = 32631}} params = 0x7f77c5cc44d8 val = 0x42db60 <_start> object = 0x7f77cb619220 intern = 0x7f77c5dc0320 mptr = 0x7f77c65806c8 i = 0 argc = 0 result = 33010832 fci = {size = 72, function_table = 0x0, function_name = {value = {lval = 140734554129632, dval = 6.9532108378236505e-310, counted = 0x7fff511b44e0, str = 0x7fff511b44e0, arr = 0x7fff511b44e0, obj = 0x7fff511b44e0, res = 0x7fff511b44e0, ref = 0x7fff511b44e0, ast = 0x7fff511b44e0, zv = 0x7fff511b44e0, ptr = 0x7fff511b44e0, ce = 0x7fff511b44e0, func = 0x7fff511b44e0, ww = {w1 = 1360741600, w2 = 32767}}, u1 = {v = {type = 0 '\000', type_flags = 0 '\000', const_flags = 0 '\000', reserved = 0 '\000'}, type_info = 0}, u2 = {var_flags = 32631, next = 32631, cache_slot = 32631, lineno = 32631, num_args = 32631, fe_pos = 32631, fe_iter_idx = 32631}}, symbol_table = 0x0, retval = 0x7fff511b4420, params = 0x7f77c5cc44d8, object = 0x7f77c62d3c00, no_separation = 1 '\001', param_count = 0} fcc = {initialized = 1 '\001', function_handler = 0x7f77c65806c8, calling_scope = 0x7f77c6580400, called_scope = 0x7f77c6580400, object = 0x7f77c62d3c00} obj_ce = 0x7f77c6580400 param_array = 0x7f77cb619230 #73 0x000000000098776d in execute_internal (execute_data=0x7f77cb6191c0, return_value=0x7f77cb618e90) at /tmp/php-7.0.12/Zend/zend_execute.c:2045 No locals. #74 0x00007f77cb3c0502 in xdebug_execute_internal (current_execute_data=0x7f77cb6191c0, return_value=0x7f77cb618e90) at /tmp/xdebug/xdebug.c:2068 edata = 0x7f77cb6191c0 fse = 0x1f9f840 do_return = 0 function_nr = 24906 restore_error_handler_situation = 0 tmp_error_cb = 0x0 #75 0x000000000098a000 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:844 should_change_scope = 1 call = 0x7f77cb6191c0 fbc = 0x1eb1930 object = 0x7f77c5d45840 ret = 0x7f77cb618e90 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #76 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #77 0x0000000000988e63 in execute_ex (ex=0x7f77cb618c90) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f77c622bb40 orig_execute_data = 0x7f77cb618420 #78 0x00007f77cb3bff5b in xdebug_execute_ex (execute_data=0x7f77cb618c90) at /tmp/xdebug/xdebug.c:1916 op_array = 0x7f77c620b908 edata = 0x7f77cb618420 dummy = 0x530511b8ba0 fse = 0x1de7620 xfse = 0x1de7620 magic_cookie = 0x0 do_return = 0 function_nr = 24901 le = 0x1f9dfa0 code_coverage_func_info = {class = 0x1c6580400 <error: Cannot access memory at address 0x1c6580400>, function = 0x7f77cb6186a0 "", type = -970934008, internal = 32631} code_coverage_function_name = 0x0 code_coverage_file_name = 0x0 #79 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f77cb618c90 fbc = 0x7f77c620b908 object = 0x985964 <zend_extension_fcall_begin_handler> ret = 0x7f77cb6186a0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #80 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #81 0x0000000000988e63 in execute_ex (ex=0x7f77cb618420) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f77c63877e0 orig_execute_data = 0x7f77cb6175f0 #82 0x00007f77cb3bff5b in xdebug_execute_ex (execute_data=0x7f77cb618420) at /tmp/xdebug/xdebug.c:1916 op_array = 0x7f77c620b838 edata = 0x7f77cb6175f0 dummy = 0x870511b8ba0 fse = 0x1f9ce30 xfse = 0x1f9ce30 magic_cookie = 0x0 do_return = 0 function_nr = 11477 le = 0x1f929f0 code_coverage_func_info = {class = 0x1c6580400 <error: Cannot access memory at address 0x1c6580400>, function = 0x0, type = -970934216, internal = 32631} code_coverage_function_name = 0x0 code_coverage_file_name = 0x0 #83 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f77cb618420 fbc = 0x7f77c620b838 object = 0x985964 <zend_extension_fcall_begin_handler> ret = 0x0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #84 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #85 0x0000000000988e63 in execute_ex (ex=0x7f77cb6175f0) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f77c622a220 orig_execute_data = 0x7f77cb616b90 #86 0x00007f77cb3bff5b in xdebug_execute_ex (execute_data=0x7f77cb6175f0) at /tmp/xdebug/xdebug.c:1916 op_array = 0x7f77c62e0ab8 edata = 0x7f77cb616b90 dummy = 0xe30511b8ba0 fse = 0x1f86b50 xfse = 0x1f86b50 magic_cookie = 0x0 do_return = 0 function_nr = 11428 le = 0x1f85770 code_coverage_func_info = {class = 0x1c62dee40 <error: Cannot access memory at address 0x1c62dee40>, function = 0x0, type = -970061128, internal = 32631} code_coverage_function_name = 0x0 code_coverage_file_name = 0x0 #87 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f77cb6175f0 fbc = 0x7f77c62e0ab8 object = 0x7f77c62d3c00 ret = 0x0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #88 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #89 0x0000000000988e63 in execute_ex (ex=0x7f77cb616b90) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f77c65b3040 orig_execute_data = 0x7f77cb6165b0 #90 0x00007f77cb3bff5b in xdebug_execute_ex (execute_data=0x7f77cb616b90) at /tmp/xdebug/xdebug.c:1916 op_array = 0x7f77c620b768 edata = 0x7f77cb6165b0 dummy = 0xa60511b8ba0 fse = 0x1f86070 xfse = 0x1f86070 magic_cookie = 0x0 do_return = 0 function_nr = 11420 le = 0x1f99570 code_coverage_func_info = {class = 0x1c6580400 <error: Cannot access memory at address 0x1c6580400>, function = 0x0, type = -970934424, internal = 32631} code_coverage_function_name = 0x0 code_coverage_file_name = 0x0 #91 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f77cb616b90 fbc = 0x7f77c620b768 object = 0x7f77c6392900 ret = 0x0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #92 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #93 0x0000000000988e63 in execute_ex (ex=0x7f77cb6165b0) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f77c65b3040 orig_execute_data = 0x7f77cb615fd0 #94 0x00007f77cb3bff5b in xdebug_execute_ex (execute_data=0x7f77cb6165b0) at /tmp/xdebug/xdebug.c:1916 op_array = 0x7f77c657d7a8 edata = 0x7f77cb615fd0 dummy = 0x5e0511b8ba0 fse = 0x1f88ae0 xfse = 0x1f88ae0 magic_cookie = 0x0 do_return = 0 function_nr = 6591 le = 0x1f881f0 code_coverage_func_info = {class = 0x1c657c9a0 <error: Cannot access memory at address 0x1c657c9a0>, function = 0x0, type = -967321688, internal = 32631} code_coverage_function_name = 0x0 code_coverage_file_name = 0x0 #95 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f77cb6165b0 fbc = 0x7f77c657d7a8 object = 0x7f77c6392900 ret = 0x0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #96 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #97 0x0000000000988e63 in execute_ex (ex=0x7f77cb615fd0) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f77c6375b80 orig_execute_data = 0x7f77cb6147d0 #98 0x00007f77cb3bff5b in xdebug_execute_ex (execute_data=0x7f77cb615fd0) at /tmp/xdebug/xdebug.c:1916 op_array = 0x7f77c657d7a8 edata = 0x7f77cb6147d0 dummy = 0x5e0511b8ba0 fse = 0x1f93cb0 xfse = 0x1f93cb0 magic_cookie = 0x0 do_return = 0 function_nr = 6445 le = 0x1f87490 code_coverage_func_info = {class = 0x1c657c9a0 <error: Cannot access memory at address 0x1c657c9a0>, function = 0x0, type = -967321688, internal = 32631} code_coverage_function_name = 0x0 code_coverage_file_name = 0x0 #99 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f77cb615fd0 fbc = 0x7f77c657d7a8 object = 0x7f77c6392900 ret = 0x0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #100 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #101 0x0000000000988e63 in execute_ex (ex=0x7f77cb6147d0) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f77c64b6240 orig_execute_data = 0x7f77cb614290 #102 0x00007f77cb3bff5b in xdebug_execute_ex (execute_data=0x7f77cb6147d0) at /tmp/xdebug/xdebug.c:1916 op_array = 0x7f77c62dc440 edata = 0x7f77cb614290 dummy = 0x7f77cb6146c0 fse = 0x1f81070 xfse = 0x1f81070 magic_cookie = 0x0 do_return = 0 function_nr = 6258 le = 0x1f81340 code_coverage_func_info = {class = 0x1c6471780 <error: Cannot access memory at address 0x1c6471780>, function = 0x7f77cb6146d0 "", type = -970079168, internal = 32631} code_coverage_function_name = 0x0 code_coverage_file_name = 0x0 #103 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f77cb6147d0 fbc = 0x7f77c62dc440 object = 0x1da2930 ret = 0x7f77cb6146d0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #104 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #105 0x0000000000988e63 in execute_ex (ex=0x7f77cb614290) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f77cb6f1c00 orig_execute_data = 0x7f77cb6141a0 #106 0x00007f77cb3bff5b in xdebug_execute_ex (execute_data=0x7f77cb614290) at /tmp/xdebug/xdebug.c:1916 op_array = 0x7f77c65753a8 edata = 0x7f77cb6141a0 dummy = 0x7f77cb614270 fse = 0x1f84600 xfse = 0x1f84600 magic_cookie = 0x0 do_return = 0 function_nr = 277 le = 0x1f80eb0 code_coverage_func_info = {class = 0x1511b4ee0 <error: Cannot access memory at address 0x1511b4ee0>, function = 0x7f77cb614280 "\200\232}\313w\177", type = -967355480, internal = 32631} code_coverage_function_name = 0x0 code_coverage_file_name = 0x0 #107 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f77cb614290 fbc = 0x7f77c65753a8 object = 0x1da2930 ret = 0x7f77cb614280 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #108 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #109 0x0000000000988e63 in execute_ex (ex=0x7f77cb6141a0) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x7f77cb6899e0 orig_execute_data = 0x7f77cb614030 #110 0x00007f77cb3bff5b in xdebug_execute_ex (execute_data=0x7f77cb6141a0) at /tmp/xdebug/xdebug.c:1916 op_array = 0x7f77c65752d8 edata = 0x7f77cb614030 dummy = 0x7f77c6575060 fse = 0x1f84db0 xfse = 0x1f84db0 magic_cookie = 0x0 do_return = 0 function_nr = 276 le = 0x1f80cb0 code_coverage_func_info = {class = 0x1511b5080 <error: Cannot access memory at address 0x1511b5080>, function = 0x0, type = -967355688, internal = 32631} code_coverage_function_name = 0x0 code_coverage_file_name = 0x0 #111 0x0000000000989e49 in ZEND_DO_FCALL_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:800 call = 0x7f77cb6141a0 fbc = 0x7f77c65752d8 object = 0x985964 <zend_extension_fcall_begin_handler> ret = 0x0 __PRETTY_FUNCTION__ = "ZEND_DO_FCALL_SPEC_HANDLER" #112 0x000000000098c61a in ZEND_USER_OPCODE_SPEC_HANDLER () at /tmp/php-7.0.12/Zend/zend_vm_execute.h:1568 ret = 2 #113 0x0000000000988e63 in execute_ex (ex=0x7f77cb614030) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:414 orig_opline = 0x0 orig_execute_data = 0x0 #114 0x00007f77cb3bff5b in xdebug_execute_ex (execute_data=0x7f77cb614030) at /tmp/xdebug/xdebug.c:1916 op_array = 0x7f77cb682000 edata = 0x0 dummy = 0x0 fse = 0x1f7dfe0 xfse = 0x1f7dfe0 magic_cookie = 0x0 do_return = 0 function_nr = 0 le = 0x1f7a7a0 code_coverage_func_info = {class = 0x7f77cb677000 "\001", function = 0x0, type = -882368512, internal = 32631} code_coverage_function_name = 0x0 code_coverage_file_name = 0x0 #115 0x0000000000988f78 in zend_execute (op_array=0x7f77cb682000, return_value=0x0) at /tmp/php-7.0.12/Zend/zend_vm_execute.h:458 execute_data = 0x7f77cb614030 #116 0x000000000092de0c in zend_execute_scripts (type=8, retval=0x0, file_count=3) at /tmp/php-7.0.12/Zend/zend.c:1427 files = {{gp_offset = 40, fp_offset = 48, overflow_arg_area = 0x7fff511b5300, reg_save_area = 0x7fff511b5240}} i = 1 file_handle = 0x7fff511b8800 op_array = 0x7f77cb682000 #117 0x00000000008a058e in php_execute_script (primary_file=0x7fff511b8800) at /tmp/php-7.0.12/main/main.c:2494 realfile = "/app/vendor/phpunit/phpunit/phpunit\000\000\000\000\000@\000`\313w\177\000\000(\020`\313w\177\000\000@\000`\313\b\000\000\000\000 `\313w\177\000\000@\000`\313w\177\000\000\000 `\313w\177\000\000\060 `\313w\177\000\000\200e\033Q\377\177\000\000^\203\217", '\000' <repeats 25 times>, "\241\a\000\000\210\246\366\000\000\000\000\000\000 `\313w\177\000\000@\000`\313w\177\000\000@F\332\001\000\000\000\000\b\000\000\200\002\000\000\000\000\000`\313w\177\000\000\000 \000\000\000\000\000\000\260e\033Q\377\177\000\000"... __orig_bailout = 0x7fff511b76a0 __bailout = {{__jmpbuf = {0, 3599735086042499907, 4381536, 140734554147744, 0, 0, 3599735087315471171, -3599940844784399549}, __mask_was_saved = 0, __saved_mask = {__val = {9609959, 140734554137632, 6781762440732, 16116352, 31092016, 4326057272, 0, 140733193388032, 140734554137840, 140734554137632, 31092016, 140734554145840, 140734554145904, 140734554145840, 140152551288172, 18446744073709551615}}}} prepend_file_p = 0x0 append_file_p = 0x0 prepend_file = {handle = {fd = 0, fp = 0x0, stream = {handle = 0x0, isatty = 0, mmap = {len = 0, pos = 0, map = 0x0, buf = 0x0, old_handle = 0x0, old_closer = 0x0}, reader = 0x0, fsizer = 0x0, closer = 0x0}}, filename = 0x0, opened_path = 0x0, type = ZEND_HANDLE_FILENAME, free_filename = 0 '\000'} append_file = {handle = {fd = 0, fp = 0x0, stream = {handle = 0x0, isatty = 0, mmap = {len = 0, pos = 0, map = 0x0, buf = 0x0, old_handle = 0x0, old_closer = 0x0}, reader = 0x0, fsizer = 0x0, closer = 0x0}}, filename = 0x0, opened_path = 0x0, type = ZEND_HANDLE_FILENAME, free_filename = 0 '\000'} old_cwd = 0x7fff511b5300 "" use_heap = 0 '\000' retval = 0 #118 0x00000000009ede36 in do_cli (argc=3, argv=0x1d8c010) at /tmp/php-7.0.12/sapi/cli/php_cli.c:974 __orig_bailout = 0x7fff511b89a0 __bailout = {{__jmpbuf = {0, 3599735085386091331, 4381536, 140734554147744, 0, 0, 3599735086141066051, -3599940748863157437}, __mask_was_saved = 0, __saved_mask = {__val = {32768, 140734554142544, 9404794, 0, 0, 3513283248128, 16048904, 112, 140152489902144, 0, 140152489934928, 140152489934848, 79, 140734554142736, 9405744, 3513283248238}}}} c = -1 file_handle = {handle = {fd = -882413552, fp = 0x7f77cb677010, stream = {handle = 0x7f77cb677010, isatty = 0, mmap = {len = 1131, pos = 0, map = 0x7f77d158b000, buf = 0x7f77d158b013 <error: Cannot access memory at address 0x7f77d158b013>, old_handle = 0x1f59de0, old_closer = 0x9528bf <zend_stream_stdio_closer>}, reader = 0x952890 <zend_stream_stdio_reader>, fsizer = 0x9528f0 <zend_stream_stdio_fsizer>, closer = 0x952a04 <zend_stream_mmap_closer>}}, filename = 0x1d6f3f0 "/app/vendor/bin/phpunit", opened_path = 0x0, type = ZEND_HANDLE_MAPPED, free_filename = 0 '\000'} behavior = 1 reflection_what = 0x0 request_started = 1 exit_status = 0 php_optarg = 0x1d8c042 "zend_extension=xdebug.so" orig_optarg = 0x0 php_optind = 3 orig_optind = 1 exec_direct = 0x0 exec_run = 0x0 exec_begin = 0x0 exec_end = 0x0 arg_free = 0x1d6f3f0 "/app/vendor/bin/phpunit" arg_excp = 0x1d8c020 script_file = 0x1d6f3f0 "/app/vendor/bin/phpunit" translated_path = 0x1f59ba0 "/app/vendor/phpunit/phpunit/phpunit" interactive = 0 lineno = 2 param_error = 0x0 hide_argv = 0 #119 0x00000000009eedda in main (argc=3, argv=0x1d8c010) at /tmp/php-7.0.12/sapi/cli/php_cli.c:1344 __orig_bailout = 0x0 __bailout = {{__jmpbuf = {0, 3599735085478366019, 4381536, 140734554147744, 0, 0, 3599735085383994179, -3599940749701493949}, __mask_was_saved = 0, __saved_mask = {__val = {0, 140149077835777, 140152590119336, 15216, 24, 30979216, 140734554147480, 0, 140152590120192, 140734554147424, 140734554147408, 4131212846, 4293250, 4294967295, 140152587939271, 140152550408616}}}} c = -1 exit_status = 0 module_started = 1 sapi_started = 1 php_optarg = 0x1d8c042 "zend_extension=xdebug.so" php_optind = 2 use_extended_info = 0 ini_path_override = 0x0 ini_entries = 0x1d8c2c0 "html_errors=0\nregister_argc_argv=1\nimplicit_flush=1\noutput_buffering=0\nmax_execution_time=0\nmax_input_time=-1\nzend_extension=xdebug.so\n" ini_entries_len = 135 ini_ignore = 0 sapi_module = 0x12b9200 <cli_sapi_module> | ||||
Operating System | |||||
PHP Version | 7.0.10-7.0.14 | ||||
|
php info added as 2nd attachment instead. |
|
I'm pretty sure I've fixed this in Git already. Could you try the latest master branch from github.com/xdebug/xdebug please? I'm near releasing 2.5.0alpha1 with this fix too. |
|
This program makes use of the Zend Scripting Language Engine: PHPUnit 5.6.2 by Sebastian Bergmann and contributors. Segmentation fault (core dumped) It seems not in this case. I'll attach an update full backtrace but it looks pretty much the same as my initial one. |
|
Okay - thanks for trying. Can you provide me with all the steps that I need to (try) to reproduce this please? |
|
Took me a while, but I succeeded. I've managed to reproduce this on a vanilla install of Laravel 5.3 with the following code: No special dependencies included in composer.json, just laravel/framework (5.3.*) <?php class Category extends \Illuminate\Database\Eloquent\Model
} $category = new Category(); Observation: It does not matter that the underlying table doesn't exist, the segmentation fault basically occurs on any exception being thrown. After some further testing it turns out that the fault is only raised if a read and an assignment operation follow each other. I've tried the following things (keeping the function and the "return $this"-statement): $this->{static::CREATED_AT} = $value; if ($this->timestamps !== true) if ($this->timestamps !== true) if (is_array($this->timestamps)) $this->timestamps !== true; is_array($this->timestamps); |
|
It gets even weirder: Apparently there needs to be a static read access as well... $this->timestamps !== true; static::CREATED_AT; $this->timestamps !== true; Order in which they occur doesn't seem to matter: static::CREATED_AT; $this->created_at = $value; |
|
I don't know Laravel. Can you give me a list of the exact things to run in a newly created directory? |
|
Create a boilerplate project by running: composer create-project --prefer-dist laravel/laravel testproject Then open the .env file in there, modify the DB_ constants. |
|
I can reproduce this with your test case, but also managed to get a smaller one: <?php
} $f = new Foo; |
|
Small question: Now that you can reproduce it, is there a possible option for XDebug that I can switch off to not encounter that Segfault while keeping debugging functionality? I'm doing a lot of debugging lately and I keep running into the crash. Thanks. |
|
Sorry - I can't think of any, except for perhaps setting xdebug.collect_params=0. |
|
FYI: I set collect_params from 4 to 0 and that seems to have resolved it for now (at least regarding phpunit and phpspec, haven't had the chance to test the web-side of the code yet) |
|
I am pretty sure that I have fixed the crash related to objdebug_pp, as shown in your backtrace. Could you please try the latest version from GIT again? |
|
Tried it and it still segfaulted on my unit tests. Here is the head of it: Program terminated with signal SIGSEGV, Segmentation fault. Let me know if you need more info, or if I need to check something else. |
|
Ow, perhaps important: As you can probably see in the paths, this is 7.1.0 instead of 7.0.12, if I should test with a 7.0 release instead, let me know. |
|
This latest crash, with which reproduce case are you generating this? |
|
Ping? |
|
Sorry, haven't been able to spend the time on it earlier. |
|
Okay - thanks! |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-11-03 14:35 | Blizz | New Issue | |
2016-11-03 14:35 | Blizz | File Added: gdb-bt-full.txt | |
2016-11-03 14:35 | Blizz | File Added: php-info.txt | |
2016-11-03 14:36 | Blizz | Note Added: 0003733 | |
2016-11-03 14:45 | derick | Note Added: 0003734 | |
2016-11-03 14:45 | derick | Assigned To | => derick |
2016-11-03 14:45 | derick | Status | new => feedback |
2016-11-03 14:51 | Blizz | Note Added: 0003735 | |
2016-11-03 14:51 | Blizz | Status | feedback => assigned |
2016-11-03 14:52 | Blizz | File Added: gdb-full-2.5.0-dev.txt | |
2016-11-03 15:00 | derick | Note Added: 0003736 | |
2016-11-03 15:00 | derick | Status | assigned => feedback |
2016-11-03 16:10 | Blizz | Note Added: 0003737 | |
2016-11-03 16:10 | Blizz | Status | feedback => assigned |
2016-11-03 16:49 | Blizz | Note Added: 0003738 | |
2016-11-03 16:55 | derick | Note Added: 0003739 | |
2016-11-03 17:00 | Blizz | Note Added: 0003740 | |
2016-11-04 23:37 | derick | Note Added: 0003742 | |
2016-11-14 11:25 | Blizz | Note Added: 0003743 | |
2016-11-16 12:58 | derick | Target Version | => 2.5.0RC2 |
2016-11-16 12:58 | derick | Note Added: 0003747 | |
2016-11-17 20:29 | Blizz | Note Added: 0003761 | |
2016-12-04 16:40 | derick | Note Added: 0003917 | |
2016-12-04 16:40 | derick | Status | assigned => feedback |
2016-12-04 17:57 | derick | Target Version | 2.5.0RC2 => |
2016-12-04 20:39 | Blizz | Note Added: 0003934 | |
2016-12-04 20:39 | Blizz | Status | feedback => assigned |
2016-12-04 20:45 | Blizz | Note Added: 0003935 | |
2016-12-05 14:20 | derick | Note Added: 0003944 | |
2016-12-05 14:20 | derick | Status | assigned => feedback |
2017-01-03 18:49 | derick | Note Added: 0004129 | |
2017-01-12 14:07 | Blizz | Note Added: 0004176 | |
2017-01-12 14:07 | Blizz | Status | feedback => assigned |
2017-01-13 16:51 | derick | Note Added: 0004178 | |
2017-01-13 16:51 | derick | Status | assigned => resolved |
2017-01-13 16:51 | derick | Resolution | open => no change required |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |