swoole / swoole-src

🚀 Coroutine-based concurrency library for PHP
https://www.swoole.com
Apache License 2.0
18.42k stars 3.16k forks source link

Swoole\Coroutine\Http\Client 443访问 有bug #4429

Closed Sgenmi closed 2 years ago

Sgenmi commented 2 years ago

Please answer these questions before submitting your issue. Thanks!

  1. What did you do? If possible, provide a simple script for reproducing the error.

    
    \Co\ run(function (){ 
            // curl是正常 ,swoole原生客户端 443访问有问题                                                                                                                                                                                                                                        
            $cli = new \Swoole\Coroutine\Http\Client('baidu.com','443',true);
              $cli->get('/');
              echo $cli->getBody();
              echo $cli->getStatusCode();
              $cli->close();
     });
  2. What did you expect to see? 结果应该是html代码

  3. What did you see instead?

      $ php t.php 
       [1]    69341 bus error  /Applications/MAMP/bin/php/php7.4.2/bin/php -c  t.php
  4. What version of Swoole are you using (show your php --ri swoole)?

    
    $ php --ri swoole

swoole

Swoole => enabled Author => Swoole Team team@swoole.com Version => 4.7.1 Built => Oct 12 2021 10:24:39 coroutine => enabled with thread context kqueue => enabled rwlock => enabled sockets => enabled openssl => OpenSSL 1.1.1l 24 Aug 2021 dtls => enabled http2 => enabled json => enabled curl-native => enabled pcre => enabled zlib => 1.2.11 mysqlnd => enabled async_redis => enabled

Directive => Local Value => Master Value swoole.enable_coroutine => On => On swoole.enable_library => On => On swoole.enable_preemptive_scheduler => Off => Off swoole.display_errors => On => On swoole.use_shortname => On => On swoole.unixsock_buffer_size => 262144 => 262144


5. What is your machine environment used (show your `uname -a` & `php -v` & `gcc -v`) ?
![image](https://user-images.githubusercontent.com/3337501/136882280-428fee4b-7bfc-4f84-a35c-e1ec8410b1d0.png)

```sh
  $ uname -a
Darwin Mac 20.6.0 Darwin Kernel Version 20.6.0: Wed Jun 23 00:26:31 PDT 2021; root:xnu-7195.141.2~5/RELEASE_X86_64 x86_64
  $ php -v
PHP 7.4.2 (cli) (built: Feb 17 2020 12:56:02) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
 $ gcc -v
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
Apple clang version 12.0.5 (clang-1205.0.22.11)
Target: x86_64-apple-darwin20.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bi
matyhtf commented 2 years ago

m1 平台吗?

Sgenmi commented 2 years ago

m1 平台吗?

Inter平台,centos 下 好像也有问题,虽然不报错,但还是走了80端口,未443

twose commented 2 years ago

Mac + intel + Swoole 4.7.2 + PHP 7.4 未复现

或许可以尝试brew update openssl然后重新编译Swoole

Sgenmi commented 2 years ago

Mac + intel + Swoole 4.7.2 + PHP 7.4 未复现

或许可以尝试brew update openssl然后重新编译Swoole

image

image

升了openssl 又重新编译,还是一样的。

我用的是MAMP 集成的php 之前一直用老版本,没有问题,MAC 10.16.3 升到 11.5 ,swoole也从4.6.x 升到 4.7.x

php的curl是正常的

Sgenmi commented 2 years ago
root@s222:~#     uname -a
Linux s222 3.10.0-1062.4.1.el7.x86_64 #1 SMP Fri Oct 18 17:15:30 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
root@s222:~#     php --ri swoole

swoole

Swoole => enabled
Author => Swoole Team <team@swoole.com>
Version => 4.6.7
Built => Jul  6 2021 14:17:24
coroutine => enabled with boost asm context
epoll => enabled
eventfd => enabled
signalfd => enabled
cpu_affinity => enabled
spinlock => enabled
rwlock => enabled
openssl => OpenSSL 1.0.2k-fips  26 Jan 2017
http2 => enabled
json => enabled
curl-native => enabled
pcre => enabled
zlib => 1.2.7
mutex_timedlock => enabled
pthread_barrier => enabled
futex => enabled
mysqlnd => enabled
async_redis => enabled

Directive => Local Value => Master Value
swoole.enable_coroutine => On => On
swoole.enable_library => On => On
swoole.enable_preemptive_scheduler => Off => Off
swoole.display_errors => On => On
swoole.use_shortname => On => On
swoole.unixsock_buffer_size => 8388608 => 8388608

image

是不是我用错了,奇怪了。

nginx 是这样搞了 if ($ssl_protocol = "") { return 301 https://$host$request_uri; }

matyhtf commented 2 years ago

试试

USE_ZEND_ALLOC=0 valgrind php your_file.php
Sgenmi commented 2 years ago

试试

USE_ZEND_ALLOC=0 valgrind php your_file.php

MAC:


 USE_ZEND_ALLOC=0 valgrind /Applications/MAMP/bin/php/php7.4.2/bin/php t.php
==38458== Memcheck, a memory error detector
==38458== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==38458== Using Valgrind-3.18.0.GIT-lbmacos and LibVEX; rerun with -h for copyright info
==38458== Command: /Applications/MAMP/bin/php/php7.4.2/bin/php t.php
==38458==
==38458== Warning: set address range perms: large range [0x7fff20104000, 0x80001ff04000) (defined)
==38458== Warning: set address range perms: large range [0x7fff20104000, 0x7fff7fedc000) (defined)
==38458== Warning: set address range perms: large range [0x7fff8e37c000, 0x7fffc0104000) (noaccess)
==38458== Warning: set address range perms: large range [0x7fffc0104000, 0x7fffe2fc8000) (defined)
==38458== Warning: set address range perms: large range [0x7fffe2fc8000, 0x7fffffe00000) (noaccess)
--38458-- UNKNOWN mach_msg unhandled MACH_SEND_TRAILER option
--38458-- UNKNOWN mach_msg unhandled MACH_SEND_TRAILER option (repeated 2 times)
--38458-- UNKNOWN mach_msg unhandled MACH_SEND_TRAILER option (repeated 4 times)
--38458-- UNKNOWN mach_msg unhandled MACH_SEND_TRAILER option (repeated 8 times)
==38458== Conditional jump or move depends on uninitialised value(s)
==38458==    at 0x1008EF294: .LL00 (in /Applications/MAMP/bin/php/php7.4.2/bin/php)
==38458==    by 0x1008EE405: zend_new_interned_string_permanent (in /Applications/MAMP/bin/php/php7.4.2/bin/php)
==38458==    by 0x10089695D: zend_declare_typed_property (in /Applications/MAMP/bin/php/php7.4.2/bin/php)
==38458==    by 0x1008975F7: zend_declare_property_ex (in /Applications/MAMP/bin/php/php7.4.2/bin/php)
==38458==    by 0x1008977F5: zend_declare_property (in /Applications/MAMP/bin/php/php7.4.2/bin/php)
==38458==    by 0x100897906: zend_declare_property_null (in /Applications/MAMP/bin/php/php7.4.2/bin/php)
==38458==    by 0x10035EF41: zm_startup_mysqli (in /Applications/MAMP/bin/php/php7.4.2/bin/php)
==38458==    by 0x10088BBE4: zend_startup_module_ex (in /Applications/MAMP/bin/php/php7.4.2/bin/php)
==38458==    by 0x10088C3FF: zend_startup_module_zval (in /Applications/MAMP/bin/php/php7.4.2/bin/php)
==38458==    by 0x1008B2E70: zend_hash_apply (in /Applications/MAMP/bin/php/php7.4.2/bin/php)
==38458==    by 0x10088C206: zend_startup_modules (in /Applications/MAMP/bin/php/php7.4.2/bin/php)
==38458==    by 0x10078F678: php_module_startup (in /Applications/MAMP/bin/php/php7.4.2/bin/php)
==38458==
==38458== Conditional jump or move depends on uninitialised value(s)
==38458==    at 0x7FFF20455B87: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2048DB12: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2048D4AC: ??? (in /dev/ttys003)
==38458==    by 0x7FFF20499805: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2049974E: ??? (in /dev/ttys003)
==38458==    by 0x7FFF204A170C: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2B72E1FD: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2B71816B: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2B717E6C: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2B717901: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2B7177D8: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2D7C3A53: ??? (in /dev/ttys003)
==38458==
==38458== Use of uninitialised value of size 8
==38458==    at 0x7FFF20455BA3: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2048DB12: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2048D4AC: ??? (in /dev/ttys003)
==38458==    by 0x7FFF20499805: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2049974E: ??? (in /dev/ttys003)
==38458==    by 0x7FFF204A170C: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2B72E1FD: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2B71816B: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2B717E6C: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2B717901: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2B7177D8: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2D7C3A53: ??? (in /dev/ttys003)
==38458==
==38458== Use of uninitialised value of size 8
==38458==    at 0x7FFF20455BA8: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2048DB12: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2048D4AC: ??? (in /dev/ttys003)
==38458==    by 0x7FFF20499805: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2049974E: ??? (in /dev/ttys003)
==38458==    by 0x7FFF204A170C: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2B72E1FD: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2B71816B: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2B717E6C: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2B717901: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2B7177D8: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2D7C3A53: ??? (in /dev/ttys003)
==38458==
==38458== Conditional jump or move depends on uninitialised value(s)
==38458==    at 0x7FFF2048DB15: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2048D4AC: ??? (in /dev/ttys003)
==38458==    by 0x7FFF20499805: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2049974E: ??? (in /dev/ttys003)
==38458==    by 0x7FFF204A170C: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2B72E1FD: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2B71816B: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2B717E6C: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2B717901: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2B7177D8: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2D7C3A53: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2D7C382B: ??? (in /dev/ttys003)
==38458==
UNKNOWN workq_ops option 1024
==38458== Thread 2:
==38458== Invalid write of size 8
==38458==    at 0x7FFF20277F1F: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2040F416: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2040E42E: ??? (in /dev/ttys003)
==38458==  Address 0x20 is not stack'd, malloc'd or (recently) free'd
==38458==
==38458==
==38458== Process terminating with default action of signal 11 (SIGSEGV)
==38458==  Access not within mapped region at address 0x20
==38458==    at 0x7FFF20277F1F: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2040F416: ??? (in /dev/ttys003)
==38458==    by 0x7FFF2040E42E: ??? (in /dev/ttys003)
==38458==  If you believe this happened as a result of a stack
==38458==  overflow in your program's main thread (unlikely but
==38458==  possible), you can try to increase the size of the
==38458==  main thread stack using the --main-stacksize= flag.
==38458==  The main thread stack size used in this run was 8388608.
--38458:0:schedule VG_(sema_down): read returned -4
==38458==
==38458== HEAP SUMMARY:
==38458==     in use at exit: 0 bytes in 0 blocks
==38458==   total heap usage: 0 allocs, 0 frees, 0 bytes allocated
==38458==
==38458== All heap blocks were freed -- no leaks are possible
==38458==
==38458== Use --track-origins=yes to see where uninitialised values come from
==38458== For lists of detected and suppressed errors, rerun with: -s
==38458== ERROR SUMMARY: 7 errors from 6 contexts (suppressed: 0 from 0)
[1]    38458 segmentation fault  USE_ZEND_ALLOC=0 valgrind /Applications/MAMP/bin/php/php7.4.2/bin/php t.php
Sgenmi commented 2 years ago

CentOS:

==31050== Memcheck, a memory error detector
==31050== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==31050== Using Valgrind-3.15.0 and LibVEX; rerun with -h for copyright info
==31050== Command: php t.php
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x7ADB90: zend_get_constant_impl (zend_constants.c:279)
==31050==    by 0x79057D: zend_ini_get_constant (zend_ini_parser.c:222)
==31050==    by 0x79057D: ini_parse (zend_ini_parser.c:1971)
==31050==    by 0x790C02: zend_parse_ini_file (zend_ini_parser.c:308)
==31050==    by 0x766221: php_init_config (php_ini.c:630)
==31050==    by 0x75FFCD: php_module_startup (main.c:2271)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7C950D: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7C950D: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7C950D: _zend_hash_add_or_update_i (zend_hash.c:729)
==31050==    by 0x7C950D: zend_hash_update (zend_hash.c:879)
==31050==    by 0x765A33: php_ini_parser_cb (php_ini.c:219)
==31050==    by 0x790706: ini_parse (zend_ini_parser.c:1720)
==31050==    by 0x790C02: zend_parse_ini_file (zend_ini_parser.c:308)
==31050==    by 0x766221: php_init_config (php_ini.c:630)
==31050==    by 0x75FFCD: php_module_startup (main.c:2271)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x7D513C: zend_register_ini_entries (zend_ini.c:251)
==31050==    by 0x75FFE2: php_module_startup (main.c:2276)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7D518E: zend_register_ini_entries (zend_ini.c:254)
==31050==    by 0x75FFE2: php_module_startup (main.c:2276)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7D518E: zend_register_ini_entries (zend_ini.c:254)
==31050==    by 0x75FFE7: php_module_startup (main.c:2279)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x7D513C: zend_register_ini_entries (zend_ini.c:251)
==31050==    by 0x75FFE7: php_module_startup (main.c:2279)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C1150: zend_register_functions (zend_API.c:2265)
==31050==    by 0x7C23BD: do_register_internal_class (zend_API.c:2708)
==31050==    by 0x7C291F: zend_register_internal_class (zend_API.c:2757)
==31050==    by 0x7C291F: zend_register_internal_class_ex (zend_API.c:2728)
==31050==    by 0x7DB2B3: zend_register_default_exception (zend_exceptions.c:837)
==31050==    by 0x7EF09D: zend_register_default_classes (zend_default_classes.c:32)
==31050==    by 0x7CFF0E: zm_startup_core (zend_builtin_functions.c:313)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C61C2: zval_make_interned_string (zend_API.c:3682)
==31050==    by 0x7C61C2: zend_declare_typed_property (zend_API.c:3712)
==31050==    by 0x7C670A: zend_declare_property_ex (zend_API.c:3931)
==31050==    by 0x7C670A: zend_declare_property (zend_API.c:3938)
==31050==    by 0x7C68B3: zend_declare_property_string (zend_API.c:3985)
==31050==    by 0x7DB2FC: zend_register_default_exception (zend_exceptions.c:841)
==31050==    by 0x7EF09D: zend_register_default_classes (zend_default_classes.c:32)
==31050==    by 0x7CFF0E: zm_startup_core (zend_builtin_functions.c:313)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C604C: zend_declare_typed_property (zend_API.c:3777)
==31050==    by 0x7C670A: zend_declare_property_ex (zend_API.c:3931)
==31050==    by 0x7C670A: zend_declare_property (zend_API.c:3938)
==31050==    by 0x7C68B3: zend_declare_property_string (zend_API.c:3985)
==31050==    by 0x7DB31D: zend_register_default_exception (zend_exceptions.c:842)
==31050==    by 0x7EF09D: zend_register_default_classes (zend_default_classes.c:32)
==31050==    by 0x7CFF0E: zm_startup_core (zend_builtin_functions.c:313)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C6159: zend_declare_typed_property (zend_API.c:3790)
==31050==    by 0x7C670A: zend_declare_property_ex (zend_API.c:3931)
==31050==    by 0x7C670A: zend_declare_property (zend_API.c:3938)
==31050==    by 0x7C68B3: zend_declare_property_string (zend_API.c:3985)
==31050==    by 0x7DB4A0: zend_register_default_exception (zend_exceptions.c:859)
==31050==    by 0x7EF09D: zend_register_default_classes (zend_default_classes.c:32)
==31050==    by 0x7CFF0E: zm_startup_core (zend_builtin_functions.c:313)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x7D513C: zend_register_ini_entries (zend_ini.c:251)
==31050==    by 0x461E1C: zm_startup_date (php_date.c:874)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C6A90: zval_make_interned_string (zend_API.c:3682)
==31050==    by 0x7C6A90: zend_declare_class_constant_ex (zend_API.c:4014)
==31050==    by 0x7C6C23: zend_declare_class_constant (zend_API.c:4050)
==31050==    by 0x7C6D9E: zend_declare_class_constant_stringl (zend_API.c:4097)
==31050==    by 0x461828: date_register_classes (php_date.c:2123)
==31050==    by 0x461E21: zm_startup_date (php_date.c:875)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x7D513C: zend_register_ini_entries (zend_ini.c:251)
==31050==    by 0x491FA0: zm_startup_openssl (openssl.c:1595)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7D518E: zend_register_ini_entries (zend_ini.c:254)
==31050==    by 0x491FA0: zm_startup_openssl (openssl.c:1595)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7D518E: zend_register_ini_entries (zend_ini.c:254)
==31050==    by 0x5106B3: zm_startup_zlib (zlib.c:1545)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x7D513C: zend_register_ini_entries (zend_ini.c:251)
==31050==    by 0x512B0D: zm_startup_bcmath (bcmath.c:167)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7D518E: zend_register_ini_entries (zend_ini.c:254)
==31050==    by 0x512B0D: zm_startup_bcmath (bcmath.c:167)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x7D513C: zend_register_ini_entries (zend_ini.c:251)
==31050==    by 0x517669: zm_startup_curl (interface.c:588)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7D518E: zend_register_ini_entries (zend_ini.c:254)
==31050==    by 0x517669: zm_startup_curl (interface.c:588)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x7BE2C6: zend_hash_find_ptr (zend_hash.h:813)
==31050==    by 0x7BE2C6: zend_startup_module_ex.part.13 (zend_API.c:1835)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x7C60B4: zend_hash_find_ptr (zend_hash.h:813)
==31050==    by 0x7C60B4: zend_declare_typed_property (zend_API.c:3740)
==31050==    by 0x7C670A: zend_declare_property_ex (zend_API.c:3931)
==31050==    by 0x7C670A: zend_declare_property (zend_API.c:3938)
==31050==    by 0x7C67E7: zend_declare_property_long (zend_API.c:3967)
==31050==    by 0x520F1C: zm_startup_dom (php_dom.c:618)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CAF1D: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CAF1D: zend_hash_del (zend_hash.c:1358)
==31050==    by 0x7C6272: zend_declare_typed_property (zend_API.c:3744)
==31050==    by 0x7C670A: zend_declare_property_ex (zend_API.c:3931)
==31050==    by 0x7C670A: zend_declare_property (zend_API.c:3938)
==31050==    by 0x7C67E7: zend_declare_property_long (zend_API.c:3967)
==31050==    by 0x520F1C: zm_startup_dom (php_dom.c:618)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7C9354: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7C9354: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7C9354: _zend_hash_add_or_update_i (zend_hash.c:729)
==31050==    by 0x7C9354: zend_hash_add (zend_hash.c:874)
==31050==    by 0x7685E2: zend_hash_add_mem (zend_hash.h:667)
==31050==    by 0x7685E2: sapi_register_post_entry (SAPI.c:952)
==31050==    by 0x768691: sapi_register_post_entries (SAPI.c:934)
==31050==    by 0x5C4CDA: OnUpdate_mbstring_encoding_translation (mbstring.c:1439)
==31050==    by 0x7D5098: zend_register_ini_entries (zend_ini.c:260)
==31050==    by 0x5C4FA6: zm_startup_mbstring (mbstring.c:1597)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x7D513C: zend_register_ini_entries (zend_ini.c:251)
==31050==    by 0x63CE92: zm_startup_session (session.c:2956)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7D518E: zend_register_ini_entries (zend_ini.c:254)
==31050==    by 0x63CE92: zm_startup_session (session.c:2956)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x7D513C: zend_register_ini_entries (zend_ini.c:251)
==31050==    by 0x6D07F4: zm_startup_file (file.c:179)
==31050==    by 0x6C7EDF: zm_startup_basic (basic_functions.c:3671)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x7D513C: zend_register_ini_entries (zend_ini.c:251)
==31050==    by 0x7104AD: zm_startup_url_scanner_ex (url_scanner_ex.c:1407)
==31050==    by 0x6C7FCD: zm_startup_basic (basic_functions.c:3704)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x7D513C: zend_register_ini_entries (zend_ini.c:251)
==31050==    by 0x758EED: zm_startup_mysqlnd (php_mysqlnd.c:226)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7D518E: zend_register_ini_entries (zend_ini.c:254)
==31050==    by 0x758EED: zm_startup_mysqlnd (php_mysqlnd.c:226)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C23E3: do_register_internal_class (zend_API.c:2712)
==31050==    by 0x5F9292: pdo_dbh_init (pdo_dbh.c:1394)
==31050==    by 0x5F5A88: zm_startup_pdo (pdo.c:338)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C23E3: do_register_internal_class (zend_API.c:2712)
==31050==    by 0x7C291F: zend_register_internal_class (zend_API.c:2757)
==31050==    by 0x7C291F: zend_register_internal_class_ex (zend_API.c:2728)
==31050==    by 0x62B787: phar_object_init (phar_object.c:5465)
==31050==    by 0x619DE4: zm_startup_phar (phar.c:3431)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C23E3: do_register_internal_class (zend_API.c:2712)
==31050==    by 0x6322DC: zm_startup_reflection (php_reflection.c:6850)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7D518E: zend_register_ini_entries (zend_ini.c:254)
==31050==    by 0x5E59FE: zm_startup_mysqli (mysqli.c:574)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x7D513C: zend_register_ini_entries (zend_ini.c:251)
==31050==    by 0x5E59FE: zm_startup_mysqli (mysqli.c:574)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7D518E: zend_register_ini_entries (zend_ini.c:254)
==31050==    by 0x653BC1: zm_startup_soap (soap.c:640)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x7D513C: zend_register_ini_entries (zend_ini.c:251)
==31050==    by 0x653BC1: zm_startup_soap (soap.c:640)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C23E3: do_register_internal_class (zend_API.c:2712)
==31050==    by 0x653BFD: zm_startup_soap (soap.c:648)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C23E3: do_register_internal_class (zend_API.c:2712)
==31050==    by 0x653C83: zm_startup_soap (soap.c:656)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C23E3: do_register_internal_class (zend_API.c:2712)
==31050==    by 0x653D10: zm_startup_soap (soap.c:664)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C23E3: do_register_internal_class (zend_API.c:2712)
==31050==    by 0x653D53: zm_startup_soap (soap.c:667)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C23E3: do_register_internal_class (zend_API.c:2712)
==31050==    by 0x72F110: zm_startup_xmlreader (php_xmlreader.c:1310)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C23E3: do_register_internal_class (zend_API.c:2712)
==31050==    by 0x738D38: zm_startup_xmlwriter (php_xmlwriter.c:1832)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C23E3: do_register_internal_class (zend_API.c:2712)
==31050==    by 0x19DE495D: zm_startup_redis (redis.c:836)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7AE497: zend_register_constant (zend_constants.c:501)
==31050==    by 0x7AE635: zend_register_long_constant (zend_constants.c:176)
==31050==    by 0x1A278C9A: zm_startup_mcrypt (mcrypt.c:380)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x7D513C: zend_register_ini_entries (zend_ini.c:251)
==31050==    by 0x1A6B4356: zm_startup_scws (php_scws.c:266)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x1AB2B2EA: zend_hash_find_ptr (zend_hash.h:813)
==31050==    by 0x1AB2B2EA: sw_zend_register_function_alias (php_swoole_private.h:671)
==31050==    by 0x1AB2B2EA: zm_startup_swoole(int, int) (php_swoole.cc:725)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB2B573: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB2B573: zm_startup_swoole(int, int) (php_swoole.cc:741)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB4A562: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB4A562: php_swoole_event_minit (swoole_event.cc:116)
==31050==    by 0x1AB2B590: zm_startup_swoole(int, int) (php_swoole.cc:745)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x1AB4A5DF: zend_hash_find_ptr (zend_hash.h:813)
==31050==    by 0x1AB4A5DF: sw_zend_register_function_alias (php_swoole_private.h:671)
==31050==    by 0x1AB4A5DF: php_swoole_event_minit (swoole_event.cc:119)
==31050==    by 0x1AB2B590: zm_startup_swoole(int, int) (php_swoole.cc:745)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x1AB4A6C4: zend_hash_find_ptr (zend_hash.h:813)
==31050==    by 0x1AB4A6C4: sw_zend_register_function_alias (php_swoole_private.h:671)
==31050==    by 0x1AB4A6C4: php_swoole_event_minit (swoole_event.cc:120)
==31050==    by 0x1AB2B590: zm_startup_swoole(int, int) (php_swoole.cc:745)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x1AB4A7A9: zend_hash_find_ptr (zend_hash.h:813)
==31050==    by 0x1AB4A7A9: sw_zend_register_function_alias (php_swoole_private.h:671)
==31050==    by 0x1AB4A7A9: php_swoole_event_minit (swoole_event.cc:121)
==31050==    by 0x1AB2B590: zm_startup_swoole(int, int) (php_swoole.cc:745)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x1AB4A88E: zend_hash_find_ptr (zend_hash.h:813)
==31050==    by 0x1AB4A88E: sw_zend_register_function_alias (php_swoole_private.h:671)
==31050==    by 0x1AB4A88E: php_swoole_event_minit (swoole_event.cc:122)
==31050==    by 0x1AB2B590: zm_startup_swoole(int, int) (php_swoole.cc:745)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x1AB4AA77: zend_hash_find_ptr (zend_hash.h:813)
==31050==    by 0x1AB4AA77: sw_zend_register_function_alias (php_swoole_private.h:671)
==31050==    by 0x1AB4AA77: php_swoole_event_minit (swoole_event.cc:124)
==31050==    by 0x1AB2B590: zm_startup_swoole(int, int) (php_swoole.cc:745)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x1AB4AB6A: zend_hash_find_ptr (zend_hash.h:813)
==31050==    by 0x1AB4AB6A: sw_zend_register_function_alias (php_swoole_private.h:671)
==31050==    by 0x1AB4AB6A: php_swoole_event_minit (swoole_event.cc:125)
==31050==    by 0x1AB2B590: zm_startup_swoole(int, int) (php_swoole.cc:745)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x1AB4AC5D: zend_hash_find_ptr (zend_hash.h:813)
==31050==    by 0x1AB4AC5D: sw_zend_register_function_alias (php_swoole_private.h:671)
==31050==    by 0x1AB4AC5D: php_swoole_event_minit (swoole_event.cc:126)
==31050==    by 0x1AB2B590: zm_startup_swoole(int, int) (php_swoole.cc:745)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x1AB4AD50: zend_hash_find_ptr (zend_hash.h:813)
==31050==    by 0x1AB4AD50: sw_zend_register_function_alias (php_swoole_private.h:671)
==31050==    by 0x1AB4AD50: php_swoole_event_minit (swoole_event.cc:127)
==31050==    by 0x1AB2B590: zm_startup_swoole(int, int) (php_swoole.cc:745)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x1AB4AE3A: zend_hash_find_ptr (zend_hash.h:813)
==31050==    by 0x1AB4AE3A: sw_zend_register_function_alias (php_swoole_private.h:671)
==31050==    by 0x1AB4AE3A: php_swoole_event_minit (swoole_event.cc:128)
==31050==    by 0x1AB2B590: zm_startup_swoole(int, int) (php_swoole.cc:745)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB32C0B: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB32C0B: php_swoole_atomic_minit (swoole_atomic.cc:246)
==31050==    by 0x1AB2B597: zm_startup_swoole(int, int) (php_swoole.cc:747)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB32D4B: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB32D4B: php_swoole_atomic_minit (swoole_atomic.cc:253)
==31050==    by 0x1AB2B597: zm_startup_swoole(int, int) (php_swoole.cc:747)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB6B3BA: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB6B3BA: php_swoole_lock_minit (swoole_lock.cc:115)
==31050==    by 0x1AB2B59E: zm_startup_swoole(int, int) (php_swoole.cc:748)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB7A893: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB7A893: php_swoole_process_minit (swoole_process.cc:260)
==31050==    by 0x1AB2B5A5: zm_startup_swoole(int, int) (php_swoole.cc:749)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB7CC94: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB7CC94: php_swoole_process_pool_minit (swoole_process_pool.cc:184)
==31050==    by 0x1AB2B5AC: zm_startup_swoole(int, int) (php_swoole.cc:750)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1ABB67C4: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1ABB67C4: php_swoole_table_minit (swoole_table.cc:303)
==31050==    by 0x1AB2B5B3: zm_startup_swoole(int, int) (php_swoole.cc:751)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1ABB8BDB: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1ABB8BDB: php_swoole_timer_minit (swoole_timer.cc:95)
==31050==    by 0x1AB2B5BA: zm_startup_swoole(int, int) (php_swoole.cc:752)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1ABB8CE6: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1ABB8CE6: php_swoole_timer_minit (swoole_timer.cc:98)
==31050==    by 0x1AB2B5BA: zm_startup_swoole(int, int) (php_swoole.cc:752)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x1ABB8D44: zend_hash_find_ptr (zend_hash.h:813)
==31050==    by 0x1ABB8D44: sw_zend_register_function_alias (php_swoole_private.h:671)
==31050==    by 0x1ABB8D44: php_swoole_timer_minit (swoole_timer.cc:105)
==31050==    by 0x1AB2B5BA: zm_startup_swoole(int, int) (php_swoole.cc:752)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x1ABB8E32: zend_hash_find_ptr (zend_hash.h:813)
==31050==    by 0x1ABB8E32: sw_zend_register_function_alias (php_swoole_private.h:671)
==31050==    by 0x1ABB8E32: php_swoole_timer_minit (swoole_timer.cc:106)
==31050==    by 0x1AB2B5BA: zm_startup_swoole(int, int) (php_swoole.cc:752)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x1ABB8F2E: zend_hash_find_ptr (zend_hash.h:813)
==31050==    by 0x1ABB8F2E: sw_zend_register_function_alias (php_swoole_private.h:671)
==31050==    by 0x1ABB8F2E: php_swoole_timer_minit (swoole_timer.cc:107)
==31050==    by 0x1AB2B5BA: zm_startup_swoole(int, int) (php_swoole.cc:752)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x1ABB9021: zend_hash_find_ptr (zend_hash.h:813)
==31050==    by 0x1ABB9021: sw_zend_register_function_alias (php_swoole_private.h:671)
==31050==    by 0x1ABB9021: php_swoole_timer_minit (swoole_timer.cc:108)
==31050==    by 0x1AB2B5BA: zm_startup_swoole(int, int) (php_swoole.cc:752)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x1ABB9122: zend_hash_find_ptr (zend_hash.h:813)
==31050==    by 0x1ABB9122: sw_zend_register_function_alias (php_swoole_private.h:671)
==31050==    by 0x1ABB9122: php_swoole_timer_minit (swoole_timer.cc:109)
==31050==    by 0x1AB2B5BA: zm_startup_swoole(int, int) (php_swoole.cc:752)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x1ABB9215: zend_hash_find_ptr (zend_hash.h:813)
==31050==    by 0x1ABB9215: sw_zend_register_function_alias (php_swoole_private.h:671)
==31050==    by 0x1ABB9215: php_swoole_timer_minit (swoole_timer.cc:110)
==31050==    by 0x1AB2B5BA: zm_startup_swoole(int, int) (php_swoole.cc:752)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x1ABB9311: zend_hash_find_ptr (zend_hash.h:813)
==31050==    by 0x1ABB9311: sw_zend_register_function_alias (php_swoole_private.h:671)
==31050==    by 0x1ABB9311: php_swoole_timer_minit (swoole_timer.cc:111)
==31050==    by 0x1AB2B5BA: zm_startup_swoole(int, int) (php_swoole.cc:752)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x1ABB9404: zend_hash_find_ptr (zend_hash.h:813)
==31050==    by 0x1ABB9404: sw_zend_register_function_alias (php_swoole_private.h:671)
==31050==    by 0x1ABB9404: php_swoole_timer_minit (swoole_timer.cc:112)
==31050==    by 0x1AB2B5BA: zm_startup_swoole(int, int) (php_swoole.cc:752)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB41A54: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB41A54: php_swoole_coroutine_minit (swoole_coroutine.cc:855)
==31050==    by 0x1AB2B5C1: zm_startup_swoole(int, int) (php_swoole.cc:754)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB419DF: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB419DF: php_swoole_coroutine_minit (swoole_coroutine.cc:859)
==31050==    by 0x1AB2B5C1: zm_startup_swoole(int, int) (php_swoole.cc:754)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB417B7: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB417B7: php_swoole_coroutine_minit (swoole_coroutine.cc:865)
==31050==    by 0x1AB2B5C1: zm_startup_swoole(int, int) (php_swoole.cc:754)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB4893A: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB4893A: php_swoole_coroutine_system_minit (swoole_coroutine_system.cc:54)
==31050==    by 0x1AB2B5C8: zm_startup_swoole(int, int) (php_swoole.cc:755)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB44CD1: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB44CD1: php_swoole_coroutine_scheduler_minit (swoole_coroutine_scheduler.cc:109)
==31050==    by 0x1AB2B5CF: zm_startup_swoole(int, int) (php_swoole.cc:756)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB3376E: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB3376E: php_swoole_channel_coro_minit (swoole_channel_coro.cc:127)
==31050==    by 0x1AB2B5D6: zm_startup_swoole(int, int) (php_swoole.cc:757)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB33869: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB33869: php_swoole_channel_coro_minit (swoole_channel_coro.cc:139)
==31050==    by 0x1AB2B5D6: zm_startup_swoole(int, int) (php_swoole.cc:757)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB97EAD: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB97EAD: php_swoole_runtime_minit (swoole_runtime.cc:163)
==31050==    by 0x1AB2B5DD: zm_startup_swoole(int, int) (php_swoole.cc:758)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AC196B4: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AC196B4: swoole_native_curl_minit (interface.cc:337)
==31050==    by 0x1AB980C7: php_swoole_runtime_minit (swoole_runtime.cc:185)
==31050==    by 0x1AB2B5DD: zm_startup_swoole(int, int) (php_swoole.cc:758)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1ABB2E06: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1ABB2E06: php_swoole_socket_coro_minit (swoole_socket_coro.cc:804)
==31050==    by 0x1AB2B5E4: zm_startup_swoole(int, int) (php_swoole.cc:760)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1ABB2E9C: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1ABB2E9C: php_swoole_socket_coro_minit (swoole_socket_coro.cc:822)
==31050==    by 0x1AB2B5E4: zm_startup_swoole(int, int) (php_swoole.cc:760)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB34C45: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB34C45: php_swoole_client_minit (swoole_client.cc:242)
==31050==    by 0x1AB2B5EB: zm_startup_swoole(int, int) (php_swoole.cc:761)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB3CFAA: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB3CFAA: php_swoole_client_coro_minit (swoole_client_coro.cc:170)
==31050==    by 0x1AB2B5F2: zm_startup_swoole(int, int) (php_swoole.cc:762)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB5FC04: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB5FC04: php_swoole_http_client_coro_minit (swoole_http_client_coro.cc:1700)
==31050==    by 0x1AB2B5F9: zm_startup_swoole(int, int) (php_swoole.cc:763)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB6C55A: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB6C55A: php_swoole_mysql_coro_minit (swoole_mysql_coro.cc:1682)
==31050==    by 0x1AB2B600: zm_startup_swoole(int, int) (php_swoole.cc:764)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB6C104: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB6C104: php_swoole_mysql_coro_minit (swoole_mysql_coro.cc:1696)
==31050==    by 0x1AB2B600: zm_startup_swoole(int, int) (php_swoole.cc:764)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB4D969: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB4D969: php_swoole_http2_client_coro_minit (swoole_http2_client_coro.cc:323)
==31050==    by 0x1AB2B60E: zm_startup_swoole(int, int) (php_swoole.cc:767)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB4DA66: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB4DA66: php_swoole_http2_client_coro_minit (swoole_http2_client_coro.cc:330)
==31050==    by 0x1AB2B60E: zm_startup_swoole(int, int) (php_swoole.cc:767)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB4DB8A: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB4DB8A: php_swoole_http2_client_coro_minit (swoole_http2_client_coro.cc:336)
==31050==    by 0x1AB2B60E: zm_startup_swoole(int, int) (php_swoole.cc:767)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB9EECC: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB9EECC: php_swoole_server_minit (swoole_server.cc:604)
==31050==    by 0x1AB2B615: zm_startup_swoole(int, int) (php_swoole.cc:770)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x1AB9EF98: zend_hash_find_ptr (zend_hash.h:813)
==31050==    by 0x1AB9EF98: sw_zend_register_function_alias (php_swoole_private.h:671)
==31050==    by 0x1AB9EF98: php_swoole_server_minit (swoole_server.cc:610)
==31050==    by 0x1AB2B615: zm_startup_swoole(int, int) (php_swoole.cc:770)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x1AB9F082: zend_hash_find_ptr (zend_hash.h:813)
==31050==    by 0x1AB9F082: sw_zend_register_function_alias (php_swoole_private.h:671)
==31050==    by 0x1AB9F082: php_swoole_server_minit (swoole_server.cc:611)
==31050==    by 0x1AB2B615: zm_startup_swoole(int, int) (php_swoole.cc:770)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x1AB9F162: zend_hash_find_ptr (zend_hash.h:813)
==31050==    by 0x1AB9F162: sw_zend_register_function_alias (php_swoole_private.h:671)
==31050==    by 0x1AB9F162: php_swoole_server_minit (swoole_server.cc:612)
==31050==    by 0x1AB2B615: zm_startup_swoole(int, int) (php_swoole.cc:770)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE6A4: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE6A4: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE6A4: zend_hash_find (zend_hash.c:2221)
==31050==    by 0x1AB9F257: zend_hash_find_ptr (zend_hash.h:813)
==31050==    by 0x1AB9F257: sw_zend_register_function_alias (php_swoole_private.h:671)
==31050==    by 0x1AB9F257: php_swoole_server_minit (swoole_server.cc:614)
==31050==    by 0x1AB2B615: zm_startup_swoole(int, int) (php_swoole.cc:770)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB9F3CB: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB9F3CB: php_swoole_server_minit (swoole_server.cc:617)
==31050==    by 0x1AB2B615: zm_startup_swoole(int, int) (php_swoole.cc:770)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1AB9FA18: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1AB9FA18: php_swoole_server_minit (swoole_server.cc:665)
==31050==    by 0x1AB2B615: zm_startup_swoole(int, int) (php_swoole.cc:770)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E32DE: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E32DE: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E32DE: zend_new_interned_string_permanent.part.4 (zend_string.c:194)
==31050==    by 0x7C2A80: zend_register_class_alias_ex (zend_API.c:2787)
==31050==    by 0x1ABACFF5: sw_zend_register_class_alias (php_swoole_private.h:704)
==31050==    by 0x1ABACFF5: php_swoole_server_port_minit (swoole_server_port.cc:166)
==31050==    by 0x1AB2B61C: zm_startup_swoole(int, int) (php_swoole.cc:771)
==31050==    by 0x7BE31C: zend_startup_module_ex.part.13 (zend_API.c:1860)
==31050==    by 0x7BE3E8: zend_startup_module_ex (zend_API.c:1872)
==31050==    by 0x7BE3E8: zend_startup_module_zval (zend_API.c:1875)
==31050==    by 0x7CCC2A: zend_hash_apply (zend_hash.c:1812)
==31050==    by 0x7C08F5: zend_startup_modules (zend_API.c:1986)
==31050==    by 0x760075: php_module_startup (main.c:2332)
==31050==    by 0x83C5CC: php_cli_startup (php_cli.c:410)
==31050==    by 0x461313: main (php_cli.c:1326)
==31050== 
==31050== 
==31050== More than 100 errors detected.  Subsequent errors
==31050== will still be recorded, but in less detail than before.
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E3102: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E3102: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E3102: zend_new_interned_string_request (zend_string.c:222)
==31050==    by 0x79C2F1: zval_make_interned_string (zend_compile.c:481)
==31050==    by 0x79C2F1: zend_insert_literal (zend_compile.c:493)
==31050==    by 0x79C2F1: zend_add_literal (zend_compile.c:514)
==31050==    by 0x79C400: zend_emit_op (zend_compile.c:1888)
==31050==    by 0x7A7C14: zend_compile_call (zend_compile.c:3900)
==31050==    by 0x7A708C: zend_compile_var (zend_compile.c:8743)
==31050==    by 0x7A4284: zend_compile_expr (zend_compile.c:8618)
==31050==    by 0x7AA4F2: zend_compile_stmt (zend_compile.c:8582)
==31050==    by 0x7AD59B: zend_compile_top_stmt (zend_compile.c:8472)
==31050==    by 0x7AD5E6: zend_compile_top_stmt (zend_compile.c:8458)
==31050==    by 0x784F6B: zend_compile (zend_language_scanner.c:614)
==31050==    by 0x78674B: compile_string (zend_language_scanner.c:779)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7E3196: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7E3196: zend_interned_string_ht_lookup (zend_string.c:154)
==31050==    by 0x7E3196: zend_new_interned_string_request (zend_string.c:228)
==31050==    by 0x79C2F1: zval_make_interned_string (zend_compile.c:481)
==31050==    by 0x79C2F1: zend_insert_literal (zend_compile.c:493)
==31050==    by 0x79C2F1: zend_add_literal (zend_compile.c:514)
==31050==    by 0x79C3E9: zend_emit_op (zend_compile.c:1884)
==31050==    by 0x7A7194: zend_compile_args (zend_compile.c:3100)
==31050==    by 0x7A7555: zend_compile_call_common (zend_compile.c:3141)
==31050==    by 0x7A7C35: zend_compile_call (zend_compile.c:3903)
==31050==    by 0x7A708C: zend_compile_var (zend_compile.c:8743)
==31050==    by 0x7A4284: zend_compile_expr (zend_compile.c:8618)
==31050==    by 0x7A64D6: zend_compile_short_circuiting (zend_compile.c:7417)
==31050==    by 0x7A3EF4: zend_compile_expr (zend_compile.c:8651)
==31050==    by 0x7AA4F2: zend_compile_stmt (zend_compile.c:8582)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x79FB03: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x79FB03: zend_string_equals (zend_string.h:319)
==31050==    by 0x79FB03: zend_is_assign_to_self (zend_compile.c:2741)
==31050==    by 0x7A9837: zend_compile_assign (zend_compile.c:2786)
==31050==    by 0x7A4464: zend_compile_expr (zend_compile.c:8621)
==31050==    by 0x7AA4F2: zend_compile_stmt (zend_compile.c:8582)
==31050==    by 0x7AB1E6: zend_compile_stmt_list (zend_compile.c:5271)
==31050==    by 0x7AA66B: zend_compile_stmt (zend_compile.c:8494)
==31050==    by 0x7AB543: zend_compile_func_decl (zend_compile.c:6066)
==31050==    by 0x7AA80B: zend_compile_stmt (zend_compile.c:8550)
==31050==    by 0x7AB1E6: zend_compile_stmt_list (zend_compile.c:5271)
==31050==    by 0x7AA66B: zend_compile_stmt (zend_compile.c:8494)
==31050==    by 0x7ABEB0: zend_compile_class_decl (zend_compile.c:6482)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7AB4CF: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7AB4CF: zend_string_equals (zend_string.h:319)
==31050==    by 0x7AB4CF: zend_compile_closure_uses (zend_compile.c:5699)
==31050==    by 0x7AB4CF: zend_compile_func_decl (zend_compile.c:6064)
==31050==    by 0x7A4334: zend_compile_expr (zend_compile.c:8721)
==31050==    by 0x7A713E: zend_compile_args (zend_compile.c:3064)
==31050==    by 0x7A7555: zend_compile_call_common (zend_compile.c:3141)
==31050==    by 0x7A7E38: zend_compile_static_call (zend_compile.c:4037)
==31050==    by 0x7A6FEC: zend_compile_var (zend_compile.c:8749)
==31050==    by 0x7A4284: zend_compile_expr (zend_compile.c:8618)
==31050==    by 0x7AA4F2: zend_compile_stmt (zend_compile.c:8582)
==31050==    by 0x7AB1E6: zend_compile_stmt_list (zend_compile.c:5271)
==31050==    by 0x7AA66B: zend_compile_stmt (zend_compile.c:8494)
==31050==    by 0x7AA1A3: zend_compile_foreach (zend_compile.c:4701)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE71D: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE71D: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE71D: _zend_hash_find_known_hash (zend_hash.c:2231)
==31050==    by 0x83895C: zend_hash_find_ex (zend_hash.h:186)
==31050==    by 0x83895C: ZEND_INIT_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:3029)
==31050==    by 0x83895C: execute_ex (zend_vm_execute.h:54013)
==31050==    by 0x83B8CA: zend_execute (zend_vm_execute.h:57993)
==31050==    by 0x7BDA3F: zend_execute_scripts (zend.c:1679)
==31050==    by 0x760967: php_execute_script (main.c:2621)
==31050==    by 0x83D626: do_cli (php_cli.c:964)
==31050==    by 0x461490: main (php_cli.c:1359)
==31050== 
==31050== Conditional jump or move depends on uninitialised value(s)
==31050==    at 0x7E3042: zend_string_equal_val (zend_string.c:403)
==31050==    by 0x7CE2C0: zend_string_equal_content (zend_string.h:314)
==31050==    by 0x7CE2C0: zend_hash_find_bucket (zend_hash.c:644)
==31050==    by 0x7CE2C0: _zend_hash_add_or_update_i (zend_hash.c:729)
==31050==    by 0x7CE2C0: zend_hash_merge (zend_hash.c:2144)
==31050==    by 0x1AB458D2: zim_swoole_coroutine_scheduler_set (swoole_coroutine_scheduler.cc:179)
==31050==    by 0x8391B4: ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER (zend_vm_execute.h:1618)
==31050==    by 0x8391B4: execute_ex (zend_vm_execute.h:53897)
==31050==    by 0x83B8CA: zend_execute (zend_vm_execute.h:57993)
==31050==    by 0x7BDA3F: zend_execute_scripts (zend.c:1679)
==31050==    by 0x760967: php_execute_script (main.c:2621)
==31050==    by 0x83D626: do_cli (php_cli.c:964)
==31050==    by 0x461490: main (php_cli.c:1359)
==31050== 
==31050== Warning: client switching stacks?  SP change: 0x1ffeffc960 --> 0x1cd68ff8
==31050==          to suppress, use: --max-stackframe=136938338664 or greater
==31050== Warning: client switching stacks?  SP change: 0x1ffeffc500 --> 0x1cd681f0
==31050==          to suppress, use: --max-stackframe=136938341136 or greater
==31050== Warning: client switching stacks?  SP change: 0x1cd68250 --> 0x1ffeffc500
==31050==          to suppress, use: --max-stackframe=136938341040 or greater
==31050==          further instances of this message will not be shown.
<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
301Array
(
    [server] => nginx
    [date] => Fri, 15 Oct 2021 01:30:41 GMT
    [content-type] => text/html
    [content-length] => 178
    [connection] => keep-alive
    [location] => https://www.swoole.com/
)
==31050== 
==31050== HEAP SUMMARY:
==31050==     in use at exit: 222,270 bytes in 516 blocks
==31050==   total heap usage: 59,944 allocs, 59,428 frees, 15,120,924 bytes allocated
==31050== 
==31050== LEAK SUMMARY:
==31050==    definitely lost: 5,304 bytes in 41 blocks
==31050==    indirectly lost: 82,306 bytes in 95 blocks
==31050==      possibly lost: 1,352 bytes in 18 blocks
==31050==    still reachable: 133,308 bytes in 362 blocks
==31050==                       of which reachable via heuristic:
==31050==                         newarray           : 1,536 bytes in 16 blocks
==31050==         suppressed: 0 bytes in 0 blocks
==31050== Rerun with --leak-check=full to see details of leaked memory
==31050== 
==31050== Use --track-origins=yes to see where uninitialised values come from
==31050== For lists of detected and suppressed errors, rerun with: -s
==31050== ERROR SUMMARY: 5837 errors from 106 contexts (suppressed: 0 from 0)
twose commented 2 years ago

image

是不是我用错了,奇怪了。

nginx 是这样搞了 if ($ssl_protocol = "") { return 301 https://$host$request_uri; }

这里是你用的有问题,你要setHeaders设置Host为www.swoole.com,否则就会被服务器重定向 这不是没有开启SSL,是你访问的域名错了

Sgenmi commented 2 years ago

这里是你用的有问题,你要setHeaders设置Host为www.swoole.com,否则就会被服务器重定向 这不是没有开启SSL,是你访问的域名错了

CentOS下 通过。

Sgenmi commented 2 years ago

我用了brew 安装了PHP,经过测试也是通过。 暂时我先关闭问题,可能是MAMP集成环境的PHP编译问题