|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-06-13 04:39 UTC] laruence@php.net
-Status: Open
+Status: Feedback
[2015-06-13 04:39 UTC] laruence@php.net
[2015-06-13 10:47 UTC] richard at it-partner dot co dot uk
-Status: Feedback
+Status: Open
[2015-06-13 10:47 UTC] richard at it-partner dot co dot uk
[2016-01-15 13:11 UTC] danack@php.net
-Status: Open
+Status: Feedback
[2016-01-15 13:11 UTC] danack@php.net
[2016-01-24 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 13 12:00:01 2025 UTC |
Description: ------------ I am getting segmentation faults throughout the logs. Backtrace below that is from a segmentation fault. Error log sometimes also shows zend_mm_heap corrupted. Opcache disabled, memcached running. I get in apache error log [Mon Jun 01 08:15:01.322003 2015] [core:notice] [pid 12894] AH00052: child pid 5548 exit signal Segmentation fault (11) Build: './configure' '--disable-fileinfo' '--disable-posix' '--enable-bcmath' '--enable-calendar' '--enable-exif' '--enable-ftp' '--enable-gd-native-ttf' '--enable-libxml' '--enable-mbstring' '--enable-opcache' '--enable-pdo=shared' '--enable-soap' '--enable-sockets' '--enable-zip' '--prefix=/usr/local' '--with-apxs2=/usr/local/apache/bin/apxs' '--with-bz2' '--with-curl=/opt/curlssl/' '--with-freetype-dir=/usr' '--with-gd' '--with-gettext' '--with-imap=/opt/php_with_imap_client/' '--with-imap-ssl=/usr' '--with-jpeg-dir=/usr' '--with-kerberos' '--with-libdir=lib64' '--with-libxml-dir=/opt/xml2' '--with-libxml-dir=/opt/xml2/' '--with-mcrypt=/opt/libmcrypt/' '--with-mysql=/usr' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-mysqli=/usr/bin/mysql_config' '--with-openssl=/usr' '--with-openssl-dir=/usr' '--with-pcre-regex=/opt/pcre' '--with-pdo-mysql=shared' '--with-pdo-sqlite=shared' '--with-pic' '--with-png-dir=/usr' '--with-pspell' '--with-tidy=/opt/tidy/' '--with-xpm-dir=/usr' '--with-zlib' '--with-zlib-dir=/usr' Actual result: -------------- # gdb partial backtrace #0 _zend_mm_alloc_int (heap=0x135c410, size=227) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_alloc.c:2054 #1 0x00007ffc688d630a in _estrndup ( s=0x7ffc69cf79e8 "/**\n\t * Add a \"where day\" statement to the query.\n\t *\n\t * @param string $column\n\t * @param string $operator\n\t * @param int $value\n\t * @param string $boolean\n\t * @return \\Illuminate\\Database"..., length=226) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_alloc.c:2650 #2 0x00007ffc688c6804 in lex_scan (zendlval=<value optimized out>) at Zend/zend_language_scanner.l:1979 #3 0x00007ffc688d90c0 in zendlex (zendlval=0x7fff452494a0) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_compile.c:6788 #4 0x00007ffc688c1952 in zendparse () at /home/cpeasyapache/src/php-5.5.25/Zend/zend_language_parser.c:3466 #5 0x00007ffc688cdfe5 in compile_file (file_handle=0x7fff45249820, type=<value optimized out>) at Zend/zend_language_scanner.l:588 #6 0x00007ffc68751772 in phar_compile_file (file_handle=0x7fff45249820, type=2) at /home/cpeasyapache/src/php-5.5.25/ext/phar/phar.c:3382 #7 0x00007ffc688cd65e in compile_filename (type=2, filename=0x1f038a0) at Zend/zend_language_scanner.l:631 #8 0x00007ffc6896e20b in ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER (execute_data=0x1073770) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_vm_execute.h:31007 #9 0x00007ffc6896f6f0 in execute_ex (execute_data=0x1073770) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_vm_execute.h:363 #10 0x00007ffc688ee19e in zend_call_function (fci=0x7fff45249b80, fci_cache=<value optimized out>) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_execute_API.c:934 #11 0x00007ffc68914367 in zend_call_method (object_pp=0x1ed56d8, obj_ce=<value optimized out>, fn_proxy=0x1ed56d0, function_name=0x1e9c490 "composer\\autoload\\classloader::loadclass\001", function_name_len=<value optimized out>, retval_ptr_ptr=0x7fff45249ce8, param_count=1, arg1=0x1996848, arg2=0x0) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_interfaces.c:97 #12 0x00007ffc687ca686 in zif_spl_autoload_call (ht=<value optimized out>, return_value=<value optimized out>, return_value_ptr=<value optimized out>, this_ptr=<value optimized out>, return_value_used=<value optimized out>) at /home/cpeasyapache/src/php-5.5.25/ext/spl/php_spl.c:436 #13 0x00007ffc688ee142 in zend_call_function (fci=0x7fff45249ec0, fci_cache=<value optimized out>) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_execute_API.c:952 #14 0x00007ffc688ee6c3 in zend_lookup_class_ex (name=0x1203c70 "Illuminate\\Database\\Query\\Builder", name_length=33, key=0x1de9880, use_autoload=1, ce=0x7fff45249fc8) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_execute_API.c:1110 #15 0x00007ffc688eeaff in zend_fetch_class_by_name (class_name=0x1203c70 "Illuminate\\Database\\Query\\Builder", class_name_len=<value optimized out>, key=<value optimized out>, fetch_type=4) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_execute_API.c:1520 #16 0x00007ffc6893a0fb in ZEND_FETCH_CLASS_SPEC_CONST_HANDLER (execute_data=0x10734e0) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_vm_execute.h:1204 #17 0x00007ffc6896f6f0 in execute_ex (execute_data=0x10734e0) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_vm_execute.h:363 #18 0x00007ffc688ee19e in zend_call_function (fci=0x7fff4524a1e0, fci_cache=<value optimized out>) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_execute_API.c:934 #19 0x00007ffc68914367 in zend_call_method (object_pp=0x0, obj_ce=<value optimized out>, fn_proxy=0x18c1080, function_name=0x7ffc68c3b3f5 "__callstatic", function_name_len=<value optimized out>, retval_ptr_ptr=0x7fff4524a308, param_count=2, arg1=0x18bfa28, arg2=0x18bf638) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_interfaces.c:97 #20 0x00007ffc68922b42 in zend_std_callstatic_user_call (ht=<value optimized out>, return_value=0x18bf440, return_value_ptr=<value optimized out>, this_ptr=<value optimized out>, return_value_used=<value optimized out>) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_object_handlers.c:1116 #21 0x00007ffc6897deab in zend_do_fcall_common_helper_SPEC (execute_data=<value optimized out>) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_vm_execute.h:550 #22 0x00007ffc6896f6f0 in execute_ex (execute_data=0x1072088) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_vm_execute.h:363 #23 0x00007ffc688ee19e in zend_call_function (fci=0x7fff4524a5a0, fci_cache=<value optimized out>) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_execute_API.c:934 #24 0x00007ffc68801a47 in zif_call_user_func_array (ht=<value optimized out>, return_value=0x1cd7038, return_value_ptr=<value optimized out>, this_ptr=<value optimized out>, return_value_used=<value optimized out>) at /home/cpeasyapache/src/php-5.5.25/ext/standard/basic_functions.c:4812 #25 0x00007ffc6897deab in zend_do_fcall_common_helper_SPEC (execute_data=<value optimized out>) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_vm_execute.h:550 #26 0x00007ffc6896f6f0 in execute_ex (execute_data=0x1071f18) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_vm_execute.h:363 #27 0x00007ffc688ee19e in zend_call_function (fci=0x7fff4524a8a0, fci_cache=<value optimized out>) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_execute_API.c:934 #28 0x00007ffc68801a47 in zif_call_user_func_array (ht=<value optimized out>, return_value=0x1ce2e30, return_value_ptr=<value optimized out>, this_ptr=<value optimized out>, return_value_used=<value optimized out>) at /home/cpeasyapache/src/php-5.5.25/ext/standard/basic_functions.c:4812 #29 0x00007ffc6897deab in zend_do_fcall_common_helper_SPEC (execute_data=<value optimized out>) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_vm_execute.h:550 #30 0x00007ffc6896f6f0 in execute_ex (execute_data=0x1070c40) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_vm_execute.h:363 #31 0x00007ffc688fb3b9 in zend_execute_scripts (type=8, retval=0x0, file_count=3) at /home/cpeasyapache/src/php-5.5.25/Zend/zend.c:1327 #32 0x00007ffc6889cc3a in php_execute_script (primary_file=0x7fff4524ceb0) at /home/cpeasyapache/src/php-5.5.25/main/main.c:2525 #33 0x00007ffc689aced5 in php_handler (r=0x140a368) at /home/cpeasyapache/src/php-5.5.25/sapi/apache2handler/sapi_apache2.c:667 #34 0x00000000004623f3 in ap_run_handler () #35 0x0000000000462e79 in ap_invoke_handler () #36 0x00000000004a3acb in ap_internal_redirect () #37 0x00000000005267fd in handler_redirect () #38 0x00000000004623f3 in ap_run_handler () #39 0x0000000000462e79 in ap_invoke_handler () #40 0x00000000004a2923 in ap_process_async_request () #41 0x00000000004a2a0c in ap_process_request () #42 0x000000000049e5d9 in ap_process_http_sync_connection () #43 0x000000000049e6ef in ap_process_http_connection () #44 0x0000000000471023 in ap_run_process_connection () #45 0x000000000047153a in ap_process_connection () #46 0x0000000000527c4c in child_main () #47 0x0000000000527e62 in make_child () #48 0x0000000000528217 in perform_idle_server_maintenance () #49 0x0000000000528989 in prefork_run () #50 0x000000000043eddd in ap_run_mpm () #51 0x000000000043702c in main () # gdb full backtrace (gdb) backtrace full #0 _zend_mm_alloc_int (heap=0x135c410, size=227) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_alloc.c:2054 best_fit = <value optimized out> true_size = <value optimized out> block_size = <value optimized out> remaining_size = <value optimized out> segment_size = <value optimized out> segment = <value optimized out> keep_rest = 0 #1 0x00007ffc688d630a in _estrndup ( s=0x7ffc69cf79e8 "/**\n\t * Add a \"where day\" statement to the query.\n\t *\n\t * @param string $column\n\t * @param string $operator\n\t * @param int $value\n\t * @param string $boolean\n\t * @return \\Illuminate\\Database"..., length=226) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_alloc.c:2650 p = <value optimized out> #2 0x00007ffc688c6804 in lex_scan (zendlval=<value optimized out>) at Zend/zend_language_scanner.l:1979 doc_com = 1 yybm = "\000\000\000\000\000\000\000\000\000\300@\000\000@", '\000' <repeats 18 times>"\300, ", '\000' <repeats 15 times>, "<<,,,,,,,,\000\000\000\000\000\000\000$$$$$$", '\004' <repeats 20 times>, "\000\000\000\000\004\000$$$$$$", '\004' <repeats 20 times>, "\000\000\000\000", '\004' <repeats 129 times> yych = <value optimized out> yyaccept = <value optimized out> #3 0x00007ffc688d90c0 in zendlex (zendlval=0x7fff452494a0) at /home/cpeasyapache/src/php-5.5.25/Zend/zend_compile.c:6788 retval = <value optimized out> #4 0x00007ffc688c1952 in zendparse () at /home/cpeasyapache/src/php-5.5.25/Zend/zend_language_parser.c:3466 zendchar = -2 zendlval = {op_type = 1, u = {op = {constant = 1775204837, var = 1775204837, num = 1775204837, hash = 140722083690981, opline_num = 1775204837, jmp_addr = 0x7ffc69cf79e5, zv = 0x7ffc69cf79e5, literal = 0x7ffc69cf79e5, ptr = 0x7ffc69cf79e5}, constant = {value = {lval = 140722083690981, dval = 6.9525947162910475e-310, str = { val = 0x7ffc69cf79e5 "\n\n\t/**\n\t * Add a \"where day\" statement to the query.\n\t *\n\t * @param string $column\n\t * @param string $operator\n\t * @param int $value\n\t * @param string $boolean\n\t * @return \\Illuminate\\Datab"..., len = 3}, ht = 0x7ffc69cf79e5, obj = {handle = 1775204837, handlers = 0x7ffc00000003}}, refcount__gc = 1, type = 1 '\001', is_ref__gc = 0 '\000'}, op_array = 0x7ffc69cf79e5}, EA = 1761801048} zendnerrs = <value optimized out> yystate = <value optimized out> yyerrstatus = 0 yyssa = {0, 2, 4, 93, 243, 399, 554, 644, 724, 779, 791, 845, 884, 924, 948, 966, 974, 978, 983, 985, 987, 538, 196, 343, 458, 578, 665, 737, 809, 545, 638, 720, 665, 737, 809, 544, 638, 721, 263, 425, 545, 638, 721, 0, 17600, 26880, 32764, 0, -31400, 408, 0, 0, -13580, 26768, 32764, 0, 17784, 400, 0, 0, 2, 0, 1, 0, 10392, 409, 0, 0, 0, 0, 0, 0, 17784, 400, 0, 0, -13538, 26768, 32764, 0, 17784, 400, 0, 0, 26215, 26763, 32764, 0, 115, 0, 0, 0, 142, 0, 0, 0, -26966, 26817, 32764, 0, 0, 0, 0, 0, -26966, 26817, 32764, 0, 128, 0, 0, 0, 136, 0, 0, 0, 24640, 26765, 32764, 0, -26966, 26817, 32764, 0, 10512, 409, 0, 0, -31400, 408, 0, 0, -25931, 26763, 32764, 0, -27840, 17700, 32767, 0, -25038, 26763, 32764, 0, -26576, 17700, 32767, 0, -26592, 17700, 32767, 0, 17784, 400, 0, 0, -25931, 26763, 32764, 0, -31400, 408, 0, 0, -25301, 26763, 32764, 0, 17784, 400, 0, 0, 9, 0, 0, 0, 1, 0, 0, 0, 4064, 0, 0, 0, 0, 0, 0, 0, 11977, 26763, 32764, 0, -26592, 17700, 32767, 0, 17784, 400, 0, 0} yyss = 0x7fff45249200 yyssp = 0x7fff45249212 yyvsa = {{op_type = 1600350572, u = {op = {constant = 1651864367, var = 1651864367, num = 1651864367, hash = 7020389871079748399, opline_num = 1651864367, jmp_addr = 0x616d6f646275732f, zv = 0x616d6f646275732f, literal = 0x616d6f646275732f, ptr = 0x616d6f646275732f}, constant = {value = {lval = 7020389871079748399, dval = 2.0691576897632207e+161, str = {val = 0x616d6f646275732f <Address 0x616d6f646275732f out of bounds>, len = 1633644137}, ht = 0x616d6f646275732f, obj = {handle = 1651864367, handlers = 0x6e696d64615f6e69}}, refcount__gc = 1918987311, type = 97 'a', is_ref__gc = 118 'v'}, op_array = 0x616d6f646275732f}, EA = 1852143151}, {op_type = 1953653091, u = {op = {constant = 1702047604, var = 1702047604, num = 1702047604, hash = 8751185043431567220, opline_num = 1702047604, jmp_addr = 0x7972746e65732f74, zv = 0x7972746e65732f74, literal = 0x7972746e65732f74, ptr = 0x7972746e65732f74}, constant = {value = {lval = 8751185043431567220, dval = 1.0223170291478102e+277, str = {val = 0x7972746e65732f74 <Address 0x7972746e65732f74 out of bounds>, len = 1668444975}, ht = 0x7972746e65732f74, obj = {handle = 1702047604, handlers = 0x7261432f6372732f}}, refcount__gc = 2037145972, type = 115 's', is_ref__gc = 116 't'}, op_array = 0x7972746e65732f74}, EA = 1920233061}, {op_type = 1953787762, u = {op = {constant = 1919439919, var = 1919439919, num = 1919439919, hash = 7814999275404284975, opline_num = 1919439919, jmp_addr = 0x6c74746f7268542f, zv = 0x6c74746f7268542f, literal = 0x6c74746f7268542f, ptr = 0x6c74746f7268542f}, constant = {value = {lval = 7814999275404284975, dval = 2.7544361525285089e+214, str = {val = 0x6c74746f7268542f <Address 0x6c74746f7268542f out of bounds>, len = 1953384805}, ht = 0x6c74746f7268542f, obj = {handle = 1919439919, handlers = 0x61667265746e4965}}, refcount__gc = 1882088803, type = 104 'h', is_ref__gc = 112 'p'}, op_array = 0x6c74746f7268542f}, EA = 1}, { op_type = 1, u = {op = {constant = 9, var = 9, num = 9, hash = 140720308486153, opline_num = 9, jmp_addr = 0x7ffc00000009, zv = 0x7ffc00000009, literal = 0x7ffc00000009, ptr = 0x7ffc00000009}, constant = {value = { lval = 140720308486153, dval = 6.9525070095190629e-310, str = {val = 0x7ffc00000009 <Address 0x7ffc00000009 out of bounds>, len = 2}, ht = 0x7ffc00000009, obj = {handle = 9, handlers = 0x7ffc00000002}}, refcount__gc = 1, type = 1 '\001', is_ref__gc = 0 '\000'}, op_array = 0x7ffc00000009}, EA = 0}, {op_type = 1, u = {op = {constant = 26595984, var = 26595984, num = 26595984, hash = 26595984, opline_num = 26595984, jmp_addr = 0x195d290, zv = 0x195d290, literal = 0x195d290, ptr = 0x195d290}, constant = {value = {lval = 26595984, dval = 1.314016201174346e-316, str = {val = 0x195d290 "p\262\232\001", len = 33}, ht = 0x195d290, obj = { handle = 26595984, handlers = 0x7ffc00000021}}, refcount__gc = 1, type = 6 '\006', is_ref__gc = 0 '\000'}, op_array = 0x195d290}, EA = 1160025256}, {op_type = 8, u = {op = {constant = 26830720, var = 26830720, num = 26830720, hash = 26830720, opline_num = 26830720, jmp_addr = 0x1996780, zv = 0x1996780, literal = 0x1996780, ptr = 0x1996780}, constant = {value = {lval = 26830720, dval = 1.325613700518565e-316, str = { val = 0x1996780 "", len = 9}, ht = 0x1996780, obj = {handle = 26830720, handlers = 0x7ffc00000009}}, refcount__gc = 1, type = 1 '\001', is_ref__gc = 0 '\000'}, op_array = 0x1996780}, EA = 1761801048}, {op_type = 1, u = {op = {constant = 26830720, var = 26830720, num = 26830720, hash = 26830720, opline_num = 26830720, jmp_addr = 0x1996780, zv = 0x1996780, literal = 0x1996780, ptr = 0x1996780}, constant = {value = {lval = 26830720, dval = 1.325613700518565e-316, str = {val = 0x1996780 "", len = 9}, ht = 0x1996780, obj = {handle = 26830720, handlers = 0x7ffc00000009}}, refcount__gc = 1, type = 6 '\006', is_ref__gc = 0 '\000'}, op_array = 0x1996780}, EA = 1761801048}, {op_type = 1920233061, u = {op = {constant = 1701407599, var = 1701407599, num = 1701407599, hash = 8017303934318766959, opline_num = 1701407599, jmp_addr = 0x6f432f7365696b6f, zv = 0x6f432f7365696b6f, literal = 0x6f432f7365696b6f, ptr = 0x6f432f7365696b6f}, constant = {value = {lval = 8017303934318766959, dval = 9.0898468183576605e+227, str = { val = 0x6f432f7365696b6f <Address 0x6f432f7365696b6f out of bounds>, len = 1701407599}, ht = 0x6f432f7365696b6f, obj = {handle = 1701407599, handlers = 0x65746e4965696b6f}}, refcount__gc = 1667327602, type = 101 'e', is_ref__gc = 46 '.'}, op_array = 0x6f432f7365696b6f}, EA = 7340144}, {op_type = 1, u = {op = {constant = 1775186171, var = 1775186171, num = 1775186171, hash = 140722083672315, opline_num = 1775186171, jmp_addr = 0x7ffc69cf30fb, zv = 0x7ffc69cf30fb, literal = 0x7ffc69cf30fb, ptr = 0x7ffc69cf30fb}, constant = {value = {lval = 140722083672315, dval = 6.9525947153688246e-310, str = { val = 0x7ffc69cf30fb " {\n\n\t/**\n\t * The database connection instance.\n\t *\n\t * @var \\Illuminate\\Database\\Connection\n\t */\n\tprotected $connection;\n\n\t/**\n\t * The database query grammar instance.\n\t *\n\t * @var \\Illuminate\\Databas"..., len = 1}, ht = 0x7ffc69cf30fb, obj = {handle = 1775186171, handlers = 0x7ffc00000001}}, refcount__gc = 1, type = 1 '\001', is_ref__gc = 0 '\000'}, op_array = 0x7ffc69cf30fb}, EA = 1761801048}, { op_type = 16, u = {op = {constant = 1, var = 1, num = 1, hash = 1, opline_num = 1, jmp_addr = 0x1, zv = 0x1, literal = 0x1, ptr = 0x1}, constant = {value = {lval = 1, dval = 4.9406564584124654e-324, str = { val = 0x1 <Address 0x1 out of bounds>, len = 1775227750}, ht = 0x1, obj = {handle = 1, handlers = 0x7ffc69cfd366}}, refcount__gc = 6, type = 252 '\374', is_ref__gc = 127 '\177'}, op_array = 0x1}, EA = 1}, { op_type = 1, u = {op = {constant = 256, var = 256, num = 256, hash = 256, opline_num = 256, jmp_addr = 0x100, zv = 0x100, literal = 0x100, ptr = 0x100}, constant = {value = {lval = 256, dval = 1.2648080533535912e-321, str = {val = 0x100 <Address 0x100 out of bounds>, len = 2}, ht = 0x100, obj = {handle = 256, handlers = 0x7ffc00000002}}, refcount__gc = 1, type = 1 '\001', is_ref__gc = 0 '\000'}, op_array = 0x100}, EA = 1761801048}, ---Type <return> to continue, or q <return> to quit--- {op_type = 1, u = {op = {constant = 17434680, var = 17434680, num = 17434680, hash = 17434680, opline_num = 17434680, jmp_addr = 0x10a0838, zv = 0x10a0838, literal = 0x10a0838, ptr = 0x10a0838}, constant = {value = { lval = 17434680, dval = 8.6138764342354643e-317, str = {val = 0x10a0838 "\002z\230\001", len = 1}, ht = 0x10a0838, obj = {handle = 17434680, handlers = 0x7ffc00000001}}, refcount__gc = 1, type = 1 '\001', is_ref__gc = 0 '\000'}, op_array = 0x10a0838}, EA = 1761801048}, {op_type = 0, u = {op = {constant = 26830216, var = 26830216, num = 26830216, hash = 26830216, opline_num = 26830216, jmp_addr = 0x1996588, zv = 0x1996588, literal = 0x1996588, ptr = 0x1996588}, constant = {value = {lval = 26830216, dval = 1.3255887996100146e-316, str = {val = 0x1996588 "__construct", len = 9}, ht = 0x1996588, obj = {handle = 26830216, handlers = 0x7ffc00000009}}, refcount__gc = 1, type = 6 '\006', is_ref__gc = 0 '\000'}, op_array = 0x1996588}, EA = 1761801048}, {op_type = 1, u = {op = {constant = 26923312, var = 26923312, num = 26923312, hash = 26923312, opline_num = 26923312, jmp_addr = 0x19ad130, zv = 0x19ad130, literal = 0x19ad130, ptr = 0x19ad130}, constant = {value = {lval = 26923312, dval = 1.3301883531465383e-316, str = { val = 0x19ad130 "orWhereNotNull", len = 14}, ht = 0x19ad130, obj = {handle = 26923312, handlers = 0x7ffc0000000e}}, refcount__gc = 1, type = 6 '\006', is_ref__gc = 0 '\000'}, op_array = 0x19ad130}, EA = 1761801048}, {op_type = 1, u = {op = {constant = 26828944, var = 26828944, num = 26828944, hash = 26828944, opline_num = 26828944, jmp_addr = 0x1996090, zv = 0x1996090, literal = 0x1996090, ptr = 0x1996090}, constant = {value = { lval = 26828944, dval = 1.3255259544598636e-316, str = {val = 0x1996090 "\020", len = 1}, ht = 0x1996090, obj = {handle = 26828944, handlers = 0x7ffc00000001}}, refcount__gc = 1, type = 9 '\t', is_ref__gc = 0 '\000'}, op_array = 0x1996090}, EA = 1761801048}, {op_type = 1, u = {op = {constant = 26923312, var = 26923312, num = 26923312, hash = 26923312, opline_num = 26923312, jmp_addr = 0x19ad130, zv = 0x19ad130, literal = 0x19ad130, ptr = 0x19ad130}, constant = {value = {lval = 26923312, dval = 1.3301883531465383e-316, str = {val = 0x19ad130 "orWhereNotNull", len = 14}, ht = 0x19ad130, obj = {handle = 26923312, handlers = 0x7ffc0000000e}}, refcount__gc = 1, type = 1 '\001', is_ref__gc = 0 '\000'}, op_array = 0x19ad130}, EA = 1761801048}, {op_type = 8, u = {op = {constant = 1, var = 1, num = 1, hash = 1, opline_num = 1, jmp_addr = 0x1, zv = 0x1, literal = 0x1, ptr = 0x1}, constant = {value = {lval = 1, dval = 4.9406564584124654e-324, str = {val = 0x1 <Address 0x1 out of bounds>, len = 7}, ht = 0x1, obj = {handle = 1, handlers = 0x7ffc00000007}}, refcount__gc = 1, type = 6 '\006', is_ref__gc = 0 '\000'}, op_array = 0x1}, EA = 1761801048}, {op_type = 1, u = {op = {constant = 26920256, var = 26920256, num = 26920256, hash = 26920256, opline_num = 26920256, jmp_addr = 0x19ac540, zv = 0x19ac540, literal = 0x19ac540, ptr = 0x19ac540}, constant = {value = {lval = 26920256, dval = 1.3300373666851692e-316, str = {val = 0x19ac540 "column", len = 6}, ht = 0x19ac540, obj = { handle = 26920256, handlers = 0x7ffc00000006}}, refcount__gc = 1, type = 1 '\001', is_ref__gc = 0 '\000'}, op_array = 0x19ac540}, EA = 1761801048}, {op_type = 1, u = {op = {constant = 0, var = 0, num = 0, hash = 0, opline_num = 0, jmp_addr = 0x0, zv = 0x0, literal = 0x0, ptr = 0x0}, constant = {value = {lval = 0, dval = 0, str = {val = 0x0, len = 2}, ht = 0x0, obj = {handle = 0, handlers = 0x7ffc00000002}}, refcount__gc = 1, type = 1 '\001', is_ref__gc = 0 '\000'}, op_array = 0x0}, EA = 1761801048}, {op_type = 1, u = {op = {constant = 19271424, var = 19271424, num = 19271424, hash = 19271424, opline_num = 19271424, jmp_addr = 0x1260f00, zv = 0x1260f00, literal = 0x1260f00, ptr = 0x1260f00}, constant = {value = {lval = 19271424, dval = 9.5213485448404988e-317, str = {val = 0x1260f00 "boolean", len = 7}, ht = 0x1260f00, obj = {handle = 19271424, handlers = 0x7ffc00000007}}, refcount__gc = 1, type = 6 '\006', is_ref__gc = 0 '\000'}, op_array = 0x1260f00}, EA = 1761801048}, {op_type = 1, u = {op = {constant = 1775204834, var = 1775204834, num = 1775204834, hash = 140722083690978, opline_num = 1775204834, jmp_addr = 0x7ffc69cf79e2, zv = 0x7ffc69cf79e2, literal = 0x7ffc69cf79e2, ptr = 0x7ffc69cf79e2}, constant = {value = {lval = 140722083690978, dval = 6.9525947162908993e-310, str = { val = 0x7ffc69cf79e2 "\n\t}\n\n\t/**\n\t * Add a \"where day\" statement to the query.\n\t *\n\t * @param string $column\n\t * @param string $operator\n\t * @param int $value\n\t * @param string $boolean\n\t * @return \\Illuminate\\Da"..., len = 2}, ht = 0x7ffc69cf79e2, obj = {handle = 1775204834, handlers = 0x7ffc00000002}}, refcount__gc = 1, type = 1 '\001', is_ref__gc = 0 '\000'}, op_array = 0x7ffc69cf79e2}, EA = 1761801048}, { op_type = 1, u = {op = {constant = 1775204789, var = 1775204789, num = 1775204789, hash = 140722083690933, opline_num = 1775204789, jmp_addr = 0x7ffc69cf79b5, zv = 0x7ffc69cf79b5, literal = 0x7ffc69cf79b5, ptr = 0x7ffc69cf79b5}, constant = {value = {lval = 140722083690933, dval = 6.952594716288676e-310, str = { val = 0x7ffc69cf79b5 "\n\t\treturn $this->whereNotNull($column, 'or');\n\t}\n\n\t/**\n\t * Add a \"where day\" statement to the query.\n\t *\n\t * @param string $column\n\t * @param string $operator\n\t * @param int $value\n\t * @param "..., len = 3}, ht = 0x7ffc69cf79b5, obj = {handle = 1775204789, handlers = 0x7ffc00000003}}, refcount__gc = 1, type = 1 '\001', is_ref__gc = 0 '\000'}, op_array = 0x7ffc69cf79b5}, EA = 1761801048}, { op_type = 4, u = {op = {constant = 4294967232, var = 4294967232, num = 4294967232, hash = 4294967232, opline_num = 4294967232, jmp_addr = 0xffffffc0, zv = 0xffffffc0, literal = 0xffffffc0, ptr = 0xffffffc0}, constant = { value = {lval = 4294967232, dval = 2.121995759345071e-314, str = {val = 0xffffffc0 <Address 0xffffffc0 out of bounds>, len = 12}, ht = 0xffffffc0, obj = {handle = 4294967232, handlers = 0x7ffc0000000c}}, refcount__gc = 1, type = 6 '\006', is_ref__gc = 0 '\000'}, op_array = 0xffffffc0}, EA = 18}, {op_type = 1, u = {op = {constant = 26921344, var = 26921344, num = 26921344, hash = 26921344, opline_num = 26921344, jmp_addr = 0x19ac980, zv = 0x19ac980, literal = 0x19ac980, ptr = 0x19ac980}, constant = {value = {lval = 26921344, dval = 1.3300911210274368e-316, str = {val = 0x19ac980 "or", len = 2}, ht = 0x19ac980, obj = { handle = 26921344, handlers = 0x7ffc00000002}}, refcount__gc = 1, type = 1 '\001', is_ref__gc = 0 '\000'}, op_array = 0x19ac980}, EA = 1761801048}, {op_type = 4, u = {op = {constant = 1, var = 1, num = 1, hash = 1, opline_num = 1, jmp_addr = 0x1, zv = 0x1, literal = 0x1, ptr = 0x1}, constant = {value = {lval = 1, dval = 4.9406564584124654e-324, str = {val = 0x1 <Address 0x1 out of bounds>, len = 6}, ht = 0x1, obj = {handle = 1, handlers = 0x7ffc00000006}}, refcount__gc = 1, type = 6 '\006', is_ref__gc = 0 '\000'}, op_array = 0x1}, EA = 0}, {op_type = 4, u = {op = {constant = 4294967264, var = 4294967264, num = 4294967264, hash = 4294967264, opline_num = 4294967264, jmp_addr = 0xffffffe0, zv = 0xffffffe0, literal = 0xffffffe0, ptr = 0xffffffe0}, constant = {value = {lval = 4294967264, dval = 2.1219957751551716e-314, str = { val = 0xffffffe0 <Address 0xffffffe0 out of bounds>, len = 12}, ht = 0xffffffe0, obj = {handle = 4294967264, handlers = 0x7ffc0000000c}}, refcount__gc = 1, type = 6 '\006', is_ref__gc = 0 '\000'}, op_array = 0xffffffe0}, EA = 0}, {op_type = 1, u = {op = {constant = 3, var = 3, num = 3, hash = 3, opline_num = 3, jmp_addr = 0x3, zv = 0x3, literal = 0x3, ptr = 0x3}, constant = {value = {lval = 3, dval = 1.4821969375237396e-323, str = {val = 0x3 <Address 0x3 out of bounds>, len = 4}, ht = 0x3, obj = {handle = 3, handlers = 0x7ffc00000004}}, refcount__gc = 1, type = 6 '\006', is_ref__gc = 0 '\000'}, op_array = 0x3}, EA = 1761801048}, {op_type = 4, u = {op = {constant = 4294967232, var = 4294967232, num = 4294967232, hash = 4294967232, opline_num = 4294967232, jmp_addr = 0xffffffc0, zv = 0xffffffc0, literal = 0xffffffc0, ptr = 0xffffffc0}, constant = {value = {lval = 4294967232, dval = 2.121995759345071e-314, str = {val = 0xffffffc0 <Address 0xffffffc0 out of bounds>, len = 12}, ht = 0xffffffc0, obj = { handle = 4294967232, handlers = 0x7ffc0000000c}}, refcount__gc = 1, type = 6 '\006', is_ref__gc = 0 '\000'}, op_array = 0xffffffc0}, EA = 2}, {op_type = 16, u = {op = {constant = 2, var = 2, num = 2, hash = 2, opline_num = 2, jmp_addr = 0x2, zv = 0x2, literal = 0x2, ptr = 0x2}, constant = {value = {lval = 2, dval = 9.8813129168249309e-324, str = {val = 0x2 <Address 0x2 out of bounds>, len = 6}, ht = 0x2, obj = {handle = 2, handlers = 0x7ffc00000006}}, refcount__gc = 1, type = 6 '\006', is_ref__gc = 0 '\000'}, op_array = 0x2}, EA = 0}, {op_type = 16, u = {op = {constant = 2, var = 2, num = 2, hash = 2, opline_num = 2, jmp_addr = 0x2, zv = 0x2, literal = 0x2, ptr = 0x2}, constant = {value = {lval = 2, dval = 9.8813129168249309e-324, str = {val = 0x2 <Address 0x2 out of bounds>, len = 6}, ht = 0x2, obj = {handle = 2, handlers = 0x7ffc00000006}}, refcount__gc = 1, type = 6 '\006', is_ref__gc = 0 '\000'}, op_array = 0x2}, EA = 16}, {op_type = 1, u = {op = {constant = 26921344, var = 26921344, num = 26921344, hash = 26921344, opline_num = 26921344, jmp_addr = 0x19ac980, zv = 0x19ac980, literal = 0x19ac980, ptr = 0x19ac980}, constant = {value = {lval = 26921344, dval = 1.3300911210274368e-316, str = {val = 0x19ac980 "or", len = 2}, ht = 0x19ac980, obj = { handle = 26921344, handlers = 0x7ffc00000002}}, refcount__gc = 1, type = 1 '\001', is_ref__gc = 0 '\000'}, op_array = 0x19ac980}, EA = 1761801048}, {op_type = 1, u = {op = {constant = 26921344, var = 26921344, num = 26921344, hash = 26921344, opline_num = 26921344, jmp_addr = 0x19ac980, zv = 0x19ac980, literal = 0x19ac980, ptr = 0x19ac980}, constant = {value = {lval = 26921344, dval = 1.3300911210274368e-316, str = { val = 0x19ac980 "or", len = 2}, ht = 0x19ac980, obj = {handle = 26921344, handlers = 0x7ffc00000002}}, refcount__gc = 1, type = 6 '\006', is_ref__gc = 0 '\000'}, op_array = 0x19ac980}, EA = 1761801048}, { op_type = 4, u = {op = {constant = 4294967008, var = 4294967008, num = 4294967008, hash = 4294967008, opline_num = 4294967008, jmp_addr = 0xfffffee0, zv = 0xfffffee0, literal = 0xfffffee0, ptr = 0xfffffee0}, constant = { value = {lval = 4294967008, dval = 2.1219956486743663e-314, str = {val = 0xfffffee0 <Address 0xfffffee0 out of bounds>, len = 13}, ht = 0xfffffee0, obj = {handle = 4294967008, handlers = 0x7ffc0000000d}}, refcount__gc = 1, type = 6 '\006', is_ref__gc = 0 '\000'}, op_array = 0xfffffee0}, EA = 0}, {op_type = 4, u = {op = {constant = 4294967168, var = 4294967168, num = 4294967168, hash = 4294967168, opline_num = 4294967168, jmp_addr = 0xffffff80, zv = 0xffffff80, literal = 0xffffff80, ptr = 0xffffff80}, constant = {value = {lval = 4294967168, dval = 2.1219957277248696e-314, str = {val = 0xffffff80 <Address 0xffffff80 out of bounds>, len = 8}, ht = 0xffffff80, obj = {handle = 4294967168, handlers = 0x7ffc00000008}}, refcount__gc = 1, type = 6 '\006', is_ref__gc = 0 '\000'}, op_array = 0xffffff80}, EA = 2}, {op_type = 1, u = {op = {constant = 0, var = 0, num = 0, hash = 0, opline_num = 0, jmp_addr = 0x0, zv = 0x0, literal = 0x0, ptr = 0x0}, constant = {value = {lval = 0, dval = 0, str = {val = 0x0, len = 8}, ht = 0x0, obj = {handle = 0, handlers = 0x7ffc00000008}}, refcount__gc = 1, type = 1 '\001', is_ref__gc = 0 '\000'}, op_array = 0x0}, EA = 0}, {op_type = 1, u = {op = {constant = 26916856, var = 26916856, num = 26916856, hash = 26916856, opline_num = 26916856, jmp_addr = 0x19ab7f8, zv = 0x19ab7f8, literal = 0x19ab7f8, ptr = 0x19ab7f8}, constant = {value = {lval = 26916856, dval = 1.3298693843655832e-316, str = {val = 0x19ab7f8 "newQuery", len = 8}, ht = 0x19ab7f8, obj = {handle = 26916856, handlers = 0x7ffc00000008}}, refcount__gc = 1, type = 1 '\001', is_ref__gc = 0 '\000'}, op_array = 0x19ab7f8}, EA = 1761801048}, {op_type = 1, u = {op = {constant = 26903672, var = 26903672, num = 26903672, hash = 26903672, opline_num = 26903672, jmp_addr = 0x19a8478, zv = 0x19a8478, literal = 0x19a8478, ptr = 0x19a8478}, constant = {value = {lval = 26903672, dval = 1.3292180082181061e-316, str = {val = 0x19a8478 "column", len = 3}, ht = 0x19a8478, obj = {handle = 26903672, handlers = 0x7ffc00000003}}, refcount__gc = 1, type = 1 '\001', is_ref__gc = 0 '\000'}, op_array = 0x19a8478}, EA = 1761801048}, { op_type = 16, u = {op = {constant = 3, var = 3, num = 3, hash = 3, opline_num = 3, jmp_addr = 0x3, zv = 0x3, literal = 0x3, ptr = 0x3}, constant = {value = {lval = 3, dval = 1.4821969375237396e-323, str = { val = 0x3 <Address 0x3 out of bounds>, len = 3}, ht = 0x3, obj = {handle = 3, handlers = 0x7ffc00000003}}, refcount__gc = 1, type = 6 '\006', is_ref__gc = 0 '\000'}, op_array = 0x3}, EA = 16}, {op_type = 1, u = { op = {constant = 1775194516, var = 1775194516, num = 1775194516, hash = 140722083680660, opline_num = 1775194516, jmp_addr = 0x7ffc69cf5194, zv = 0x7ffc69cf5194, literal = 0x7ffc69cf5194, ptr = 0x7ffc69cf5194}, constant = {value = {lval = 140722083680660, dval = 6.9525947157811224e-310, str = { val = 0x7ffc69cf5194 " != '=');\n\t\t}\n\n\t\t// Now that we are working with just a simple query we can put the elements\n\t\t// in our array and add the query binding to our array of bindings that\n\t\t// will be bound to each SQL st"..., len = 1}, ht = 0x7ffc69cf5194, obj = {handle = 1775194516, handlers = 0x7ffc00000001}}, refcount__gc = 1, type = 1 '\001', is_ref__gc = 0 '\000'}, op_array = 0x7ffc69cf5194}, EA = 1761801048}, {op_type = 1, u = { op = {constant = 19398608, var = 19398608, num = 19398608, hash = 19398608, opline_num = 19398608, jmp_addr = 0x127ffd0, zv = 0x127ffd0, literal = 0x127ffd0, ptr = 0x127ffd0}, constant = {value = {lval = 19398608, dval = 9.5841857899411719e-317, str = {val = 0x127ffd0 "=", len = 1}, ht = 0x127ffd0, obj = {handle = 19398608, handlers = 0x7ffc00000001}}, refcount__gc = 1, type = 6 '\006', is_ref__gc = 0 '\000'}, op_array = 0x127ffd0}, EA = 1761801048}, {op_type = 16, u = {op = {constant = 5, var = 5, num = 5, hash = 5, opline_num = 5, jmp_addr = 0x5, zv = 0x5, literal = 0x5, ptr = 0x5}, constant = {value = {lval = 5, dval = 2.4703282292062327e-323, str = {val = 0x5 <Address 0x5 out of bounds>, len = 3}, ht = 0x5, obj = {handle = 5, handlers = 0x7ffc00000003}}, refcount__gc = 1, type = 6 '\006', is_ref__gc = 0 '\000'}, op_array = 0x5}, EA = 16}, {op_type = 1, u = {op = {constant = 1775191469, var = 1775191469, num = 1775191469, hash = 140722083677613, opline_num = 1775191469, jmp_addr = 0x7ffc69cf45ad, zv = 0x7ffc69cf45ad, literal = 0x7ffc69cf45ad, ptr = 0x7ffc69cf45ad}, constant = {value = {lval = 140722083677613, dval = 6.9525947156305805e-310, str = { val = 0x7ffc69cf45ad "\n\t\t\t);\n\t\t}\n\n\t\treturn $this;\n\t}\n\n\t/**\n\t * Add a \"join where\" clause to the query.\n\t *\n\t * @param string $table\n\t * @param string $first\n\t * @param string $operator\n\t * @param string $two\n\t * @p"..., len = 4}, ht = 0x7ffc69cf45ad, obj = {handle = 1775191469, handlers = 0x7ffc00000004}}, refcount__gc = 1, type = 1 '\001', is_ref__gc = 0 '\000'}, op_array = 0x7ffc69cf45ad}, EA = 1761801048}, {op_type = 16, u = {op = {constant = 5, var = 5, num = 5, hash = 5, opline_num = 5, jmp_addr = 0x5, zv = 0x5, literal = 0x5, ptr = 0x5}, constant = {value = {lval = 5, dval = 2.4703282292062327e-323, str = { val = 0x5 <Address 0x5 out of bounds>, len = 5}, ht = 0x5, obj = {handle = 5, handlers = 0x7ffc00000005}}, refcount__gc = 1, type = 6 '\006', is_ref__gc = 0 '\000'}, op_array = 0x5}, EA = 16}, {op_type = 1869366575, u = {op = {constant = 1750347636, var = 1750347636, num = 1750347636, hash = 8391454542865379188, opline_num = 1750347636, jmp_addr = 0x74746f7268542f74, zv = 0x74746f7268542f74, literal = 0x74746f7268542f74, ptr = 0x74746f7268542f74}, constant = {value = {lval = 8391454542865379188, dval = 9.3639315781642801e+252, str = {val = 0x74746f7268542f74 <Address 0x74746f7268542f74 out of bounds>, len = 1882088812}, ht = 0x74746f7268542f74, obj = {handle = 1750347636, handlers = 0x6b007068702e656c}}, refcount__gc = 1936025441, type = 47 '/', is_ref__gc = 99 'c'}, op_array = 0x74746f7268542f74}, EA = 2037145972}, { op_type = 1920233061, u = {op = {constant = 1734960750, var = 1734960750, num = 1734960750, hash = 8099847274431604334, opline_num = 1734960750, jmp_addr = 0x7068702e6769666e, zv = 0x7068702e6769666e, literal = 0x7068702e6769666e, ptr = 0x7068702e6769666e}, constant = {value = {lval = 8099847274431604334, dval = 3.0352608135326979e+233, str = {val = 0x7068702e6769666e <Address 0x7068702e6769666e out of bounds>, len = 1761800960}, ht = 0x7068702e6769666e, obj = {handle = 1734960750, handlers = 0x7ffc6902f300}}, refcount__gc = 1, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x7068702e6769666e}, EA = 1775231773}, { op_type = 5, u = {op = {constant = 1, var = 1, num = 1, hash = 4294967297, opline_num = 1, jmp_addr = 0x100000001, zv = 0x100000001, literal = 0x100000001, ptr = 0x100000001}, constant = {value = {lval = 4294967297, dval = 2.121995791459338e-314, str = {val = 0x100000001 <Address 0x100000001 out of bounds>, len = 1761801048}, ht = 0x100000001, obj = {handle = 1, handlers = 0x7ffc6902f358}}, refcount__gc = 1836017711, type = 101 'e', is_ref__gc = 47 '/'}, op_array = 0x100000001}, EA = 1802854776}, {op_type = 1600350572, u = {op = {constant = 1651864367, var = 1651864367, num = 1651864367, hash = 7020389871079748399, opline_num = 1651864367, jmp_addr = 0x616d6f646275732f, zv = 0x616d6f646275732f, literal = 0x616d6f646275732f, ptr = 0x616d6f646275732f}, constant = {value = {lval = 7020389871079748399, dval = 2.0691576897632207e+161, str = {val = 0x616d6f646275732f <Address 0x616d6f646275732f out of bounds>, len = 1633644137}, ht = 0x616d6f646275732f, obj = {handle = 1651864367, handlers = 0x6e696d64615f6e69}}, refcount__gc = 1918987311, type = 97 'a', is_ref__gc = 118 'v'}, op_array = 0x616d6f646275732f}, EA = 1852143151}, {op_type = 1953653091, u = {op = {constant = 1702047604, var = 1702047604, num = 1702047604, hash = 8751185043431567220, opline_num = 1702047604, jmp_addr = 0x7972746e65732f74, zv = 0x7972746e65732f74, literal = 0x7972746e65732f74, ptr = 0x7972746e65732f74}, constant = {value = {lval = 8751185043431567220, dval = 1.0223170291478102e+277, str = {val = 0x7972746e65732f74 <Address 0x7972746e65732f74 out of bounds>, len = 1668444975}, ht = 0x7972746e65732f74, obj = {handle = 1702047604, handlers = 0x7261432f6372732f}}, refcount__gc = 2037145972, type = 115 's', is_ref__gc = 116 't'}, op_array = 0x7972746e65732f74}, EA = 1920233061}, {op_type = 1701407599, u = {op = {constant = 1768781164, var = 1768781164, num = 1768781164, hash = 7310575221972235628, opline_num = 1768781164, jmp_addr = 0x6574616e696d756c, zv = 0x6574616e696d756c, literal = 0x6574616e696d756c, ptr = 0x6574616e696d756c}, constant = {value = {lval = 7310575221972235628, dval = 5.2855987287931627e+180, str = {val = 0x6574616e696d756c <Address 0x6574616e696d756c out of bounds>, len = 1802465091}, ht = 0x6574616e696d756c, obj = {handle = 1768781164, handlers = 0x702e65696b6f6f43}}, refcount__gc = 1879076968, type = 0 '\000', is_ref__gc = 112 'p'}, op_array = 0x6574616e696d756c}, EA = 4294966912}, {op_type = 3, u = {op = {constant = 1, var = 1, num = 1, hash = 25769803777, opline_num = 1, jmp_addr = 0x600000001, zv = 0x600000001, literal = 0x600000001, ptr = 0x600000001}, constant = {value = {lval = 25769803777, dval = 1.27319747462857e-313, str = {val = 0x600000001 <Address 0x600000001 out of bounds>, len = 0}, ht = 0x600000001, obj = {handle = 1, handlers = 0x7ffc00000000}}, refcount__gc = 4, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x600000001}, EA = 4294966944}, {op_type = 7, u = {op = {constant = 1, var = 1, num = 1, hash = 25769803777, opline_num = 1, jmp_addr = 0x600000001, zv = 0x600000001, literal = 0x600000001, ptr = 0x600000001}, constant = {value = {lval = 25769803777, dval = 1.27319747462857e-313, str = { val = 0x600000001 <Address 0x600000001 out of bounds>, len = 2}, ht = 0x600000001, obj = {handle = 1, handlers = 0x7ffc00000002}}, refcount__gc = 4, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x600000001}, EA = 4294966880}, {op_type = 3, u = {op = {constant = 1, var = 1, num = 1, hash = 25769803777, opline_num = 1, jmp_addr = 0x600000001, zv = 0x600000001, literal = 0x600000001, ptr = 0x600000001}, constant = {value = { lval = 25769803777, dval = 1.27319747462857e-313, str = {val = 0x600000001 <Address 0x600000001 out of bounds>, len = 2}, ht = 0x600000001, obj = {handle = 1, handlers = 0x7ffc00000002}}, refcount__gc = 1, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x600000001}, EA = 0}, {op_type = 3, u = {op = {constant = 1, var = 1, num = 1, hash = 4294967297, opline_num = 1, jmp_addr = 0x100000001, zv = 0x100000001, literal = 0x100000001, ptr = 0x100000001}, constant = {value = {lval = 4294967297, dval = 2.121995791459338e-314, str = {val = 0x100000001 <Address 0x100000001 out of bounds>, len = 0}, ht = 0x100000001, obj = { handle = 1, handlers = 0x7ffc00000000}}, refcount__gc = 1, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x100000001}, EA = 30347744}, {op_type = 3, u = {op = {constant = 1, var = 1, num = 1, hash = 4294967297, opline_num = 1, jmp_addr = 0x100000001, zv = 0x100000001, literal = 0x100000001, ptr = 0x100000001}, constant = {value = {lval = 4294967297, dval = 2.121995791459338e-314, str = { val = 0x100000001 <Address 0x100000001 out of bounds>, len = 1761801048}, ht = 0x100000001, obj = {handle = 1, handlers = 0x7ffc6902f358}}, refcount__gc = 16, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x100000001}, EA = 2}, {op_type = 4, u = {op = {constant = 1, var = 1, num = 1, hash = 25769803777, opline_num = 1, jmp_addr = 0x600000001, zv = 0x600000001, literal = 0x600000001, ptr = 0x600000001}, constant = {value = {lval = 25769803777, dval = 1.27319747462857e-313, str = {val = 0x600000001 <Address 0x600000001 out of bounds>, len = 16}, ht = 0x600000001, obj = {handle = 1, handlers = 0x7ffc00000010}}, refcount__gc = 4, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x600000001}, EA = 4294966656}, {op_type = 5, u = {op = {constant = 1, var = 1, num = 1, hash = 25769803777, opline_num = 1, jmp_addr = 0x600000001, zv = 0x600000001, literal = 0x600000001, ptr = 0x600000001}, constant = {value = {lval = 25769803777, dval = 1.27319747462857e-313, str = {val = 0x600000001 <Address 0x600000001 out of bounds>, len = 0}, ht = 0x600000001, obj = {handle = 1, handlers = 0x7ffc00000000}}, refcount__gc = 1, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x600000001}, EA = 30349200}, {op_type = 8, u = {op = {constant = 1, var = 1, num = 1, hash = 25769803777, opline_num = 1, jmp_addr = 0x600000001, zv = 0x600000001, literal = 0x600000001, ptr = 0x600000001}, constant = {value = {lval = 25769803777, dval = 1.27319747462857e-313, str = { val = 0x600000001 <Address 0x600000001 out of bounds>, len = 1761801048}, ht = 0x600000001, obj = {handle = 1, handlers = 0x7ffc6902f358}}, refcount__gc = 4, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x600000001}, EA = 4294966624}, {op_type = 5, u = {op = {constant = 1, var = 1, num = 1, hash = 25769803777, opline_num = 1, jmp_addr = 0x600000001, zv = 0x600000001, literal = 0x600000001, ptr = 0x600000001}, constant = {value = {lval = 25769803777, dval = 1.27319747462857e-313, str = {val = 0x600000001 <Address 0x600000001 out of bounds>, len = 2}, ht = 0x600000001, obj = {handle = 1, handlers = 0x7ffc00000002}}, refcount__gc = 1, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x600000001}, EA = 3}, {op_type = 26, u = {op = {constant = 1, var = 1, num = 1, hash = 25769803777, opline_num = 1, jmp_addr = 0x600000001, zv = 0x600000001, literal = 0x600000001, ptr = 0x600000001}, constant = {value = {lval = 25769803777, dval = 1.27319747462857e-313, str = {val = 0x600000001 <Address 0x600000001 out of bounds>, len = 1761801048}, ht = 0x600000001, obj = {handle = 1, handlers = 0x7ffc6902f358}}, refcount__gc = 1, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x600000001}, EA = 3}, {op_type = 26, u = {op = {constant = 1, var = 1, num = 1, hash = 25769803777, opline_num = 1, jmp_addr = 0x600000001, zv = 0x600000001, literal = 0x600000001, ptr = 0x600000001}, constant = {value = {lval = 25769803777, dval = 1.27319747462857e-313, str = { val = 0x600000001 <Address 0x600000001 out of bounds>, len = 1761801048}, ht = 0x600000001, obj = {handle = 1, handlers = 0x7ffc6902f358}}, refcount__gc = 1, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x600000001}, EA = 24}, {op_type = 1, u = {op = {constant = 1, var = 1, num = 1, hash = 4294967297, opline_num = 1, jmp_addr = 0x100000001, zv = 0x100000001, literal = 0x100000001, ptr = 0x100000001}, constant = {value = {lval = 4294967297, dval = 2.121995791459338e-314, str = {val = 0x100000001 <Address 0x100000001 out of bounds>, len = 32}, ht = 0x100000001, obj = {handle = 1, handlers = 0x20}}, refcount__gc = 1754095680, type = 252 '\374', is_ref__gc = 127 '\177'}, op_array = 0x100000001}, EA = 1836017711}, {op_type = 26232408, u = {op = {constant = 1600350572, var = 1600350572, num = 1600350572, hash = 7813028920183449964, opline_num = 1600350572, jmp_addr = 0x6c6d74685f63696c, zv = 0x6c6d74685f63696c, literal = 0x6c6d74685f63696c, ptr = 0x6c6d74685f63696c}, constant = {value = {lval = 7813028920183449964, dval = 1.9831784642033536e+214, str = {val = 0x6c6d74685f63696c <Address 0x6c6d74685f63696c out of bounds>, len = 1761799824}, ht = 0x6c6d74685f63696c, obj = {handle = 1600350572, handlers = 0x7ffc6902ee90}}, refcount__gc = 191, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x6c6d74685f63696c}, EA = 16}, {op_type = 0, u = {op = {constant = 30435184, var = 30435184, num = 30435184, hash = 30435184, opline_num = 30435184, jmp_addr = 0x1d06770, zv = 0x1d06770, literal = 0x1d06770, ptr = 0x1d06770}, constant = {value = {lval = 30435184, dval = 1.5036978839257173e-316, str = {val = 0x1d06770 "2>w\235\264D\017", len = 65536}, ht = 0x1d06770, obj = {handle = 30435184, handlers = 0x55000300010000}}, refcount__gc = 26214644, type = 44 ',', is_ref__gc = 2 '\002'}, op_array = 0x1d06770}, EA = 51774166}, {op_type = 62129052, u = { op = {constant = 64422866, var = 64422866, num = 64422866, hash = 251079342897431506, opline_num = 64422866, jmp_addr = 0x37c035503d703d2, zv = 0x37c035503d703d2, literal = 0x37c035503d703d2, ptr = 0x37c035503d703d2}, constant = {value = {lval = 251079342897431506, dval = 7.0178500359271837e-292, str = {val = 0x37c035503d703d2 <Address 0x37c035503d703d2 out of bounds>, len = 1159988132}, ht = 0x37c035503d703d2, obj = { handle = 64422866, handlers = 0x7fff452403a4}}, refcount__gc = 1, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x37c035503d703d2}, EA = 191}, {op_type = 1761799200, u = {op = {constant = 0, var = 0, num = 0, hash = 0, opline_num = 0, jmp_addr = 0x0, zv = 0x0, literal = 0x0, ptr = 0x0}, constant = {value = {lval = 0, dval = 0, str = {val = 0x0, len = 1757517482}, ht = 0x0, obj = {handle = 0, handlers = 0x7ffc68c196aa}}, refcount__gc = 1761625280, type = 252 '\374', is_ref__gc = 127 '\177'}, op_array = 0x0}, EA = 30176480}, {op_type = 1754319604, u = {op = {constant = 26232184, var = 26232184, num = 26232184, hash = 26232184, opline_num = 26232184, jmp_addr = 0x1904578, zv = 0x1904578, literal = 0x1904578, ptr = 0x1904578}, constant = {value = {lval = 26232184, dval = 1.2960420929786414e-316, str = {val = 0x1904578 "\300D", len = 2}, ht = 0x1904578, obj = {handle = 26232184, handlers = 0x100000002}}, refcount__gc = 30097440, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x1904578}, EA = 0}, {op_type = 26232184, u = {op = { constant = 1754319646, var = 1754319646, num = 1754319646, hash = 140722062805790, opline_num = 1754319646, jmp_addr = 0x7ffc6890cb1e, zv = 0x7ffc6890cb1e, literal = 0x7ffc6890cb1e, ptr = 0x7ffc6890cb1e}, constant = { value = {lval = 140722062805790, dval = 6.9525936844255095e-310, str = {val = 0x7ffc6890cb1e "H\205\333t\nHc\320\306C\024\aH\211\023[AU1\322\061\300\017\266\322ATUH\211\375SH\203\354\030\306D$\017", len = 26232184}, ht = 0x7ffc6890cb1e, obj = {handle = 1754319646, handlers = 0x1904578}}, refcount__gc = 1753966183, type = 252 '\374', is_ref__gc = 127 '\177'}, op_array = 0x7ffc6890cb1e}, EA = 117}, {op_type = 142, u = {op = { constant = 1757517482, var = 1757517482, num = 1757517482, hash = 140722066003626, opline_num = 1757517482, jmp_addr = 0x7ffc68c196aa, zv = 0x7ffc68c196aa, literal = 0x7ffc68c196aa, ptr = 0x7ffc68c196aa}, constant = { value = {lval = 140722066003626, dval = 6.9525938424196004e-310, str = {val = 0x7ffc68c196aa "rb", len = 0}, ht = 0x7ffc68c196aa, obj = {handle = 1757517482, handlers = 0x0}}, refcount__gc = 1757517482, type = 252 '\374', is_ref__gc = 127 '\177'}, op_array = 0x7ffc68c196aa}, EA = 128}, {op_type = 136, u = {op = {constant = 1754095680, var = 1754095680, num = 1754095680, hash = 140722062581824, opline_num = 1754095680, jmp_addr = 0x7ffc688d6040, zv = 0x7ffc688d6040, literal = 0x7ffc688d6040, ptr = 0x7ffc688d6040}, constant = {value = {lval = 140722062581824, dval = 6.9525936733601189e-310, str = { val = 0x7ffc688d6040 "H\213D$\b\353\231L\213\065\062\272q", len = 1757517482}, ht = 0x7ffc688d6040, obj = {handle = 1754095680, handlers = 0x7ffc68c196aa}}, refcount__gc = 26232440, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x7ffc688d6040}, EA = 30176480}, {op_type = 1753979573, u = {op = {constant = 1160019392, var = 1160019392, num = 1160019392, hash = 140734353407424, opline_num = 1160019392, jmp_addr = 0x7fff45247dc0, zv = 0x7fff45247dc0, literal = 0x7fff45247dc0, ptr = 0x7fff45247dc0}, constant = {value = {lval = 140734353407424, dval = 6.9532009208289175e-310, str = {val = 0x7fff45247dc0 "\340t\314\001", len = 1753980466}, ht = 0x7fff45247dc0, obj = {handle = 1160019392, handlers = 0x7ffc688b9e32}}, refcount__gc = 1160020656, type = 255 '\377', is_ref__gc = 127 '\177'}, op_array = 0x7fff45247dc0}, EA = 1160020640}, { op_type = 26232184, u = {op = {constant = 1753979573, var = 1753979573, num = 1753979573, hash = 140722062465717, opline_num = 1753979573, jmp_addr = 0x7ffc688b9ab5, zv = 0x7ffc688b9ab5, literal = 0x7ffc688b9ab5, ptr = 0x7ffc688b9ab5}, constant = {value = {lval = 140722062465717, dval = 6.9525936676236709e-310, str = {val = 0x7ffc688b9ab5 "\017\266S\f\205\300\017\224\301\301\341\002\203\342\373\tS\f[\303\017\037D", len = 30176480}, ht = 0x7ffc688b9ab5, obj = {handle = 1753979573, handlers = 0x1cc74e0}}, refcount__gc = 1753980203, type = 252 '\374', is_ref__gc = 127 '\177'}, op_array = 0x7ffc688b9ab5}, EA = 26232184}, { op_type = 9, u = {op = {constant = 1, var = 1, num = 1, hash = 1, opline_num = 1, jmp_addr = 0x1, zv = 0x1, literal = 0x1, ptr = 0x1}, constant = {value = {lval = 1, dval = 4.9406564584124654e-324, str = { val = 0x1 <Address 0x1 out of bounds>, len = 4064}, ht = 0x1, obj = {handle = 1, handlers = 0xfe0}}, refcount__gc = 0, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x1}, EA = 1753951945}, { op_type = 1160020640, u = {op = {constant = 26232184, var = 26232184, num = 26232184, hash = 26232184, opline_num = 26232184, jmp_addr = 0x1904578, zv = 0x1904578, literal = 0x1904578, ptr = 0x1904578}, constant = {value = { lval = 26232184, dval = 1.2960420929786414e-316, str = {val = 0x1904578 "\300D", len = 5788}, ht = 0x1904578, obj = {handle = 26232184, handlers = 0x169c}}, refcount__gc = 1754008024, type = 252 '\374', is_ref__gc = 127 '\177'}, op_array = 0x1904578}, EA = 0}, {op_type = 1160019560, u = {op = {constant = 0, var = 0, num = 0, hash = 0, opline_num = 0, jmp_addr = 0x0, zv = 0x0, literal = 0x0, ptr = 0x0}, constant = { value = {lval = 0, dval = 0, str = {val = 0x0, len = 5788}, ht = 0x0, obj = {handle = 0, handlers = 0x169c}}, refcount__gc = 2, type = 255 '\377', is_ref__gc = 127 '\177'}, op_array = 0x0}, EA = 1775226880}, { op_type = 208, u = {op = {constant = 1754095680, var = 1754095680, num = 1754095680, hash = 140722062581824, opline_num = 1754095680, jmp_addr = 0x7ffc688d6040, zv = 0x7ffc688d6040, literal = 0x7ffc688d6040, ptr = 0x7ffc688d6040}, constant = {value = {lval = 140722062581824, dval = 6.9525936733601189e-310, str = {val = 0x7ffc688d6040 "H\213D$\b\353\231L\213\065\062\272q", len = 1761801048}, ht = 0x7ffc688d6040, obj = { handle = 1754095680, handlers = 0x7ffc6902f358}}, refcount__gc = 26232576, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x7ffc688d6040}, EA = 4294966720}, {op_type = 30097440, u = {op = {constant = 118, var = 118, num = 118, hash = 118, opline_num = 118, jmp_addr = 0x76, zv = 0x76, literal = 0x76, ptr = 0x76}, constant = {value = {lval = 118, dval = 5.8299746209267092e-322, str = { val = 0x76 <Address 0x76 out of bounds>, len = 1761800752}, ht = 0x76, obj = {handle = 118, handlers = 0x7ffc6902f230}}, refcount__gc = 0, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x76}, EA = 74119597}, { op_type = 26232664, u = {op = {constant = 1754316790, var = 1754316790, num = 1754316790, hash = 140722062802934, opline_num = 1754316790, jmp_addr = 0x7ffc6890bff6, zv = 0x7ffc6890bff6, literal = 0x7ffc6890bff6, ptr = 0x7ffc6890bff6}, constant = {value = {lval = 140722062802934, dval = 6.9525936842844044e-310, str = {val = 0x7ffc6890bff6 "D\213\004$A\203\370\bA\211m\b\017\204%\002", len = 8}, ht = 0x7ffc6890bff6, obj = { handle = 1754316790, handlers = 0x2f726f6400000008}}, refcount__gc = 118, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x7ffc6890bff6}, EA = 173}, {op_type = 1160019744, u = {op = {constant = 1160019752, var = 1160019752, num = 1160019752, hash = 140734353407784, opline_num = 1160019752, jmp_addr = 0x7fff45247f28, zv = 0x7fff45247f28, literal = 0x7fff45247f28, ptr = 0x7fff45247f28}, constant = {value = { lval = 140734353407784, dval = 6.9532009208467038e-310, str = {val = 0x7fff45247f28 "", len = 30097440}, ht = 0x7fff45247f28, obj = {handle = 1160019752, handlers = 0x1cb4020}}, refcount__gc = 1761800480, type = 252 '\374', is_ref__gc = 127 '\177'}, op_array = 0x7fff45247f28}, EA = 118}, {op_type = 1753855855, u = {op = {constant = 36559472, var = 36559472, num = 36559472, hash = 36559472, opline_num = 36559472, jmp_addr = 0x22dda70, zv = 0x22dda70, literal = 0x22dda70, ptr = 0x22dda70}, constant = {value = {lval = 36559472, dval = 1.8062779145294969e-316, str = {val = 0x22dda70 "H\217\277\001", len = 1754099653}, ht = 0x22dda70, obj = {handle = 36559472, handlers = 0x7ffc688d6fc5}}, refcount__gc = 1, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x22dda70}, EA = 17453992}, {op_type = 1160019888, u = {op = {constant = 1, var = 1, num = 1, hash = 1, opline_num = 1, jmp_addr = 0x1, zv = 0x1, literal = 0x1, ptr = 0x1}, constant = {value = {lval = 1, dval = 4.9406564584124654e-324, str = {val = 0x1 <Address 0x1 out of bounds>, len = 26232832}, ht = 0x1, obj = {handle = 1, handlers = 0x1904800}}, refcount__gc = 1761798848, type = 252 '\374', is_ref__gc = 127 '\177'}, op_array = 0x1}, EA = 1761798936}, {op_type = 1, u = {op = { constant = 1160019888, var = 1160019888, num = 1160019888, hash = 140734353407920, opline_num = 1160019888, jmp_addr = 0x7fff45247fb0, zv = 0x7fff45247fb0, literal = 0x7fff45247fb0, ptr = 0x7fff45247fb0}, constant = { value = {lval = 140734353407920, dval = 6.9532009208534231e-310, str = {val = 0x7fff45247fb0 "\322\003\327\003U\003", len = 0}, ht = 0x7fff45247fb0, obj = {handle = 1160019888, handlers = 0x0}}, refcount__gc = 1754244526, type = 252 '\374', is_ref__gc = 127 '\177'}, op_array = 0x7fff45247fb0}, EA = 1761798848}, {op_type = 1761799824, u = {op = {constant = 195, var = 195, num = 195, hash = 195, opline_num = 195, jmp_addr = 0xc3, zv = 0xc3, literal = 0xc3, ptr = 0xc3}, constant = {value = {lval = 195, dval = 9.6342800939043076e-322, str = {val = 0xc3 <Address 0xc3 out of bounds>, len = 16}, ht = 0xc3, obj = {handle = 195, handlers = 0x10}}, refcount__gc = 0, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0xc3}, EA = 26408472}, {op_type = 65536, u = {op = {constant = 26214644, var = 26214644, num = 26214644, hash = 182116697959825652, opline_num = 26214644, jmp_addr = 0x287022c019000f4, zv = 0x287022c019000f4, literal = 0x287022c019000f4, ptr = 0x287022c019000f4}, constant = {value = {lval = 182116697959825652, dval = 1.7590666047741872e-296, str = {val = 0x287022c019000f4 <Address 0x287022c019000f4 out of bounds>, len = 51774166}, ht = 0x287022c019000f4, obj = {handle = 26214644, handlers = 0x374034d031602d6}}, refcount__gc = 62129052, type = 198 '\306', is_ref__gc = 3 '\003'}, op_array = 0x287022c019000f4}, EA = 64422866}, {op_type = 1160019968, u = {op = {constant = 0, var = 0, num = 0, hash = 0, opline_num = 0, jmp_addr = 0x0, zv = 0x0, literal = 0x0, ptr = 0x0}, constant = {value = {lval = 0, dval = 0, str = {val = 0x0, len = 195}, ht = 0x0, obj = {handle = 0, handlers = 0xc3}}, refcount__gc = 1761799200, type = 252 '\374', is_ref__gc = 127 '\177'}, op_array = 0x0}, EA = 0}, {op_type = 1757517482, u = {op = {constant = 1761625280, var = 1761625280, num = 1761625280, hash = 140722070111424, opline_num = 1761625280, jmp_addr = 0x7ffc690044c0, zv = 0x7ffc690044c0, literal = 0x7ffc690044c0, ptr = 0x7ffc690044c0}, constant = {value = {lval = 140722070111424, dval = 6.9525940453717876e-310, str = { val = 0x7ffc690044c0 "0\242\213h\374\177", len = 26350880}, ht = 0x7ffc690044c0, obj = {handle = 1761625280, handlers = 0x1921520}}, refcount__gc = 1754319604, type = 252 '\374', is_ref__gc = 127 '\177'}, op_array = 0x7ffc690044c0}, EA = 26232184}, {op_type = 2, u = {op = {constant = 30005976, var = 30005976, num = 30005976, hash = 30005976, opline_num = 30005976, jmp_addr = 0x1c9dad8, zv = 0x1c9dad8, literal = 0x1c9dad8, ptr = 0x1c9dad8}, constant = {value = {lval = 30005976, dval = 1.4824921911536944e-316, str = { val = 0x1c9dad8 "/**\n\t * Allowed permissions values.\n\t *\n\t * Possible options:\n\t * 0 => Remove.\n\t * 1 => Add.\n\t *\n\t * @var array\n\t */", len = 0}, ht = 0x1c9dad8, obj = {handle = 30005976, handlers = 0x0}}, refcount__gc = 26232184, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x1c9dad8}, EA = 1754319646}, {op_type = 26232184, u = {op = {constant = 1753966183, var = 1753966183, num = 1753966183, hash = 140722062452327, opline_num = 1753966183, jmp_addr = 0x7ffc688b6667, zv = 0x7ffc688b6667, literal = 0x7ffc688b6667, ptr = 0x7ffc688b6667}, constant = {value = {lval = 140722062452327, dval = 6.952593666962117e-310, str = {val = 0x7ffc688b6667 "H\307C@", len = 121}, ht = 0x7ffc688b6667, obj = {handle = 1753966183, handlers = 0x79}}, refcount__gc = 142, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x7ffc688b6667}, EA = 1757517482}, {op_type = 0, u = {op = {constant = 1757517482, var = 1757517482, num = 1757517482, hash = 140722066003626, opline_num = 1757517482, jmp_addr = 0x7ffc68c196aa, zv = 0x7ffc68c196aa, literal = 0x7ffc68c196aa, ptr = 0x7ffc68c196aa}, constant = {value = {lval = 140722066003626, dval = 6.9525938424196004e-310, str = {val = 0x7ffc68c196aa "rb", len = 128}, ht = 0x7ffc68c196aa, obj = {handle = 1757517482, handlers = 0x80}}, refcount__gc = 30005976, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x7ffc68c196aa}, EA = 1160021440}, {op_type = 1757517482, u = {op = {constant = 1753979573, var = 1753979573, num = 1753979573, hash = 140722062465717, opline_num = 1753979573, jmp_addr = 0x7ffc688b9ab5, zv = 0x7ffc688b9ab5, literal = 0x7ffc688b9ab5, ptr = 0x7ffc688b9ab5}, constant = {value = { lval = 140722062465717, dval = 6.9525936676236709e-310, str = {val = 0x7ffc688b9ab5 "\017\266S\f\205\300\017\224\301\301\341\002\203\342\373\tS\f[\303\017\037D", len = 26350880}, ht = 0x7ffc688b9ab5, obj = { handle = 1753979573, handlers = 0x1921520}}, refcount__gc = 1753979573, type = 252 '\374', is_ref__gc = 127 '\177'}, op_array = 0x7ffc688b9ab5}, EA = 1160020176}, {op_type = 1753980466, u = {op = { constant = 1160021440, var = 1160021440, num = 1160021440, hash = 140734353409472, opline_num = 1160021440, jmp_addr = 0x7fff452485c0, zv = 0x7fff452485c0, literal = 0x7fff452485c0, ptr = 0x7fff452485c0}, constant = { value = {lval = 140734353409472, dval = 6.9532009209301021e-310, str = {val = 0x7fff452485c0 "\b", len = 1160021424}, ht = 0x7fff452485c0, obj = {handle = 1160021440, handlers = 0x7fff452485b0}}, refcount__gc = 26232184, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x7fff452485c0}, EA = 1753979573}, {op_type = 26350880, u = {op = {constant = 1753980203, var = 1753980203, num = 1753980203, hash = 140722062466347, opline_num = 1753980203, jmp_addr = 0x7ffc688b9d2b, zv = 0x7ffc688b9d2b, literal = 0x7ffc688b9d2b, ptr = 0x7ffc688b9d2b}, constant = {value = {lval = 140722062466347, dval = 6.952593667654797e-310, str = {val = 0x7ffc688b9d2b "H\203\370\377H\211E\030\017\204", <incomplete sequence \312>, len = 26232184}, ht = 0x7ffc688b9d2b, obj = {handle = 1753980203, handlers = 0x1904578}}, refcount__gc = 9, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x7ffc688b9d2b}, EA = 1}, {op_type = 4064, u = {op = {constant = 0, var = 0, num = 0, hash = 0, opline_num = 0, jmp_addr = 0x0, zv = 0x0, literal = 0x0, ptr = 0x0}, constant = {value = {lval = 0, dval = 0, str = {val = 0x0, len = 1753951945}, ht = 0x0, obj = {handle = 0, handlers = 0x7ffc688b2ec9}}, refcount__gc = 1160021424, type = 255 '\377', is_ref__gc = 127 '\177'}, op_array = 0x0}, EA = 26232184}, {op_type = 891, u = {op = {constant = 1754008024, var = 1754008024, num = 1754008024, hash = 140722062494168, opline_num = 1754008024, jmp_addr = 0x7ffc688c09d8, zv = 0x7ffc688c09d8, literal = 0x7ffc688c09d8, ptr = 0x7ffc688c09d8}, constant = {value = {lval = 140722062494168, dval = 6.952593669029337e-310, str = { val = 0x7ffc688c09d8 "\205\300L\213D$\bu\274M\205\300t\bH\213D$\030I\211", len = 0}, ht = 0x7ffc688c09d8, obj = {handle = 1754008024, handlers = 0x0}}, refcount__gc = 1160020344, type = 255 '\377', is_ref__gc = 127 '\177'}, op_array = 0x7ffc688c09d8}, EA = 0}, {op_type = 891, u = {op = {constant = 2, var = 2, num = 2, hash = 140733193388034, opline_num = 2, jmp_addr = 0x7fff00000002, zv = 0x7fff00000002, literal = 0x7fff00000002, ptr = 0x7fff00000002}, constant = {value = {lval = 140733193388034, dval = 6.9531436082560066e-310, str = {val = 0x7fff00000002 <Address 0x7fff00000002 out of bounds>, len = 1775230976}, ht = 0x7fff00000002, obj = {handle = 2, handlers = 0x7ffc69cfe000}}, refcount__gc = 891, type = 0 '\000', is_ref__gc = 0 '\000'}, op_array = 0x7fff00000002}, EA = 1753866164}, {op_type = 1761799824, u = {op = { constant = 891, var = 891, num = 891, hash = 891, opline_num = 891, jmp_addr = 0x37b, zv = 0x37b, literal = 0x3