@@ -2143,6 +2143,7 @@ final class PhpStormStubsMap
2143
2143
'get_loaded_extensions' => 'Core/Core.php',
2144
2144
'get_magic_quotes_gpc' => 'standard/standard_3.php',
2145
2145
'get_magic_quotes_runtime' => 'standard/standard_3.php',
2146
+ 'get_mangled_object_vars' => 'standard/standard_9.php',
2146
2147
'get_meta_tags' => 'standard/standard_6.php',
2147
2148
'get_object_vars' => 'Core/Core.php',
2148
2149
'get_parent_class' => 'Core/Core.php',
@@ -2909,6 +2910,7 @@ final class PhpStormStubsMap
2909
2910
'mb_scrub' => 'mbstring/mbstring.php',
2910
2911
'mb_send_mail' => 'mbstring/mbstring.php',
2911
2912
'mb_split' => 'mbstring/mbstring.php',
2913
+ 'mb_str_split' => 'mbstring/mbstring.php',
2912
2914
'mb_strcut' => 'mbstring/mbstring.php',
2913
2915
'mb_strimwidth' => 'mbstring/mbstring.php',
2914
2916
'mb_stripos' => 'mbstring/mbstring.php',
@@ -3724,6 +3726,7 @@ final class PhpStormStubsMap
3724
3726
'openssl_x509_free' => 'openssl/openssl.php',
3725
3727
'openssl_x509_parse' => 'openssl/openssl.php',
3726
3728
'openssl_x509_read' => 'openssl/openssl.php',
3729
+ 'openssl_x509_verify' => 'openssl/openssl.php',
3727
3730
'ord' => 'standard/standard_2.php',
3728
3731
'output_add_rewrite_var' => 'standard/standard_9.php',
3729
3732
'output_cache_disable' => 'zend/zend.php',
@@ -3747,6 +3750,7 @@ final class PhpStormStubsMap
3747
3750
'parse_str' => 'standard/standard_2.php',
3748
3751
'parse_url' => 'standard/standard_2.php',
3749
3752
'passthru' => 'standard/standard_2.php',
3753
+ 'password_algos' => 'standard/password.php',
3750
3754
'password_get_info' => 'standard/password.php',
3751
3755
'password_hash' => 'standard/password.php',
3752
3756
'password_needs_rehash' => 'standard/password.php',
@@ -3768,6 +3772,7 @@ final class PhpStormStubsMap
3768
3772
'pcntl_sigtimedwait' => 'pcntl/pcntl.php',
3769
3773
'pcntl_sigwaitinfo' => 'pcntl/pcntl.php',
3770
3774
'pcntl_strerror' => 'pcntl/pcntl.php',
3775
+ 'pcntl_unshare' => 'pcntl/pcntl.php',
3771
3776
'pcntl_wait' => 'pcntl/pcntl.php',
3772
3777
'pcntl_waitpid' => 'pcntl/pcntl.php',
3773
3778
'pcntl_wexitstatus' => 'pcntl/pcntl.php',
@@ -5341,6 +5346,13 @@ final class PhpStormStubsMap
5341
5346
'CLD_KILLED' => 'pcntl/pcntl.php',
5342
5347
'CLD_STOPPED' => 'pcntl/pcntl.php',
5343
5348
'CLD_TRAPPED' => 'pcntl/pcntl.php',
5349
+ 'CLONE_NEWCGROUP' => 'pcntl/pcntl.php',
5350
+ 'CLONE_NEWIPC' => 'pcntl/pcntl.php',
5351
+ 'CLONE_NEWNET' => 'pcntl/pcntl.php',
5352
+ 'CLONE_NEWNS' => 'pcntl/pcntl.php',
5353
+ 'CLONE_NEWPID' => 'pcntl/pcntl.php',
5354
+ 'CLONE_NEWUSER' => 'pcntl/pcntl.php',
5355
+ 'CLONE_NEWUTS' => 'pcntl/pcntl.php',
5344
5356
'CLSCTX_ALL' => 'com_dotnet/com_dotnet.php',
5345
5357
'CLSCTX_INPROC_HANDLER' => 'com_dotnet/com_dotnet.php',
5346
5358
'CLSCTX_INPROC_SERVER' => 'com_dotnet/com_dotnet.php',
@@ -7302,6 +7314,7 @@ final class PhpStormStubsMap
7302
7314
'MB_CASE_TITLE_SIMPLE' => 'mbstring/mbstring.php',
7303
7315
'MB_CASE_UPPER' => 'mbstring/mbstring.php',
7304
7316
'MB_CASE_UPPER_SIMPLE' => 'mbstring/mbstring.php',
7317
+ 'MB_ONIGURUMA_VERSION' => 'mbstring/mbstring.php',
7305
7318
'MB_OVERLOAD_MAIL' => 'mbstring/mbstring.php',
7306
7319
'MB_OVERLOAD_REGEX' => 'mbstring/mbstring.php',
7307
7320
'MB_OVERLOAD_STRING' => 'mbstring/mbstring.php',
@@ -7362,6 +7375,7 @@ final class PhpStormStubsMap
7362
7375
'MHASH_ADLER32' => 'hash/hash.php',
7363
7376
'MHASH_CRC32' => 'hash/hash.php',
7364
7377
'MHASH_CRC32B' => 'hash/hash.php',
7378
+ 'MHASH_CRC32C' => 'hash/hash.php',
7365
7379
'MHASH_FNV132' => 'hash/hash.php',
7366
7380
'MHASH_FNV164' => 'hash/hash.php',
7367
7381
'MHASH_FNV1A32' => 'hash/hash.php',
@@ -9337,6 +9351,7 @@ final class PhpStormStubsMap
9337
9351
'PASSWORD_ARGON2_DEFAULT_MEMORY_COST' => 'standard/password.php',
9338
9352
'PASSWORD_ARGON2_DEFAULT_THREADS' => 'standard/password.php',
9339
9353
'PASSWORD_ARGON2_DEFAULT_TIME_COST' => 'standard/password.php',
9354
+ 'PASSWORD_ARGON2_PROVIDER' => 'standard/password.php',
9340
9355
'PASSWORD_BCRYPT' => 'standard/password.php',
9341
9356
'PASSWORD_BCRYPT_DEFAULT_COST' => 'standard/password.php',
9342
9357
'PASSWORD_DEFAULT' => 'standard/password.php',
@@ -9362,10 +9377,12 @@ final class PhpStormStubsMap
9362
9377
'PCNTL_ENOENT' => 'pcntl/pcntl.php',
9363
9378
'PCNTL_ENOEXEC' => 'pcntl/pcntl.php',
9364
9379
'PCNTL_ENOMEM' => 'pcntl/pcntl.php',
9380
+ 'PCNTL_ENOSPC' => 'pcntl/pcntl.php',
9365
9381
'PCNTL_ENOTDIR' => 'pcntl/pcntl.php',
9366
9382
'PCNTL_EPERM' => 'pcntl/pcntl.php',
9367
9383
'PCNTL_ESRCH' => 'pcntl/pcntl.php',
9368
9384
'PCNTL_ETXTBSY' => 'pcntl/pcntl.php',
9385
+ 'PCNTL_EUSERS' => 'pcntl/pcntl.php',
9369
9386
'PCRE_JIT_SUPPORT' => 'pcre/pcre.php',
9370
9387
'PCRE_VERSION' => 'pcre/pcre.php',
9371
9388
'PCRE_VERSION_MAJOR' => 'pcre/pcre.php',
@@ -9439,6 +9456,7 @@ final class PhpStormStubsMap
9439
9456
'PHP_BINARY' => 'standard/standard_defines.php',
9440
9457
'PHP_BINARY_READ' => 'sockets/sockets.php',
9441
9458
'PHP_BINDIR' => 'Core/Core_d.php',
9459
+ 'PHP_CLI_PROCESS_TITLE' => 'standard/standard_defines.php',
9442
9460
'PHP_CONFIG_FILE_PATH' => 'Core/Core_d.php',
9443
9461
'PHP_CONFIG_FILE_SCAN_DIR' => 'Core/Core_d.php',
9444
9462
'PHP_DATADIR' => 'Core/Core_d.php',
@@ -10508,10 +10526,13 @@ final class PhpStormStubsMap
10508
10526
'STREAM_CRYPTO_METHOD_TLSv1_1_SERVER' => 'openssl/openssl.php',
10509
10527
'STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT' => 'openssl/openssl.php',
10510
10528
'STREAM_CRYPTO_METHOD_TLSv1_2_SERVER' => 'openssl/openssl.php',
10529
+ 'STREAM_CRYPTO_METHOD_TLSv1_3_CLIENT' => 'openssl/openssl.php',
10530
+ 'STREAM_CRYPTO_METHOD_TLSv1_3_SERVER' => 'openssl/openssl.php',
10511
10531
'STREAM_CRYPTO_PROTO_SSLv3' => 'openssl/openssl.php',
10512
10532
'STREAM_CRYPTO_PROTO_TLSv1_0' => 'openssl/openssl.php',
10513
10533
'STREAM_CRYPTO_PROTO_TLSv1_1' => 'openssl/openssl.php',
10514
10534
'STREAM_CRYPTO_PROTO_TLSv1_2' => 'openssl/openssl.php',
10535
+ 'STREAM_CRYPTO_PROTO_TLSv1_3' => 'openssl/openssl.php',
10515
10536
'STREAM_ENFORCE_SAFE_MODE' => 'standard/standard_defines.php',
10516
10537
'STREAM_FILTER_ALL' => 'standard/standard_defines.php',
10517
10538
'STREAM_FILTER_READ' => 'standard/standard_defines.php',
@@ -10900,6 +10921,7 @@ final class PhpStormStubsMap
10900
10921
'T_ARRAY' => 'tokenizer/tokenizer.php',
10901
10922
'T_ARRAY_CAST' => 'tokenizer/tokenizer.php',
10902
10923
'T_AS' => 'tokenizer/tokenizer.php',
10924
+ 'T_BAD_CHARACTER' => 'tokenizer/tokenizer.php',
10903
10925
'T_BOOLEAN_AND' => 'tokenizer/tokenizer.php',
10904
10926
'T_BOOLEAN_OR' => 'tokenizer/tokenizer.php',
10905
10927
'T_BOOL_CAST' => 'tokenizer/tokenizer.php',
@@ -10912,6 +10934,7 @@ final class PhpStormStubsMap
10912
10934
'T_CLONE' => 'tokenizer/tokenizer.php',
10913
10935
'T_CLOSE_TAG' => 'tokenizer/tokenizer.php',
10914
10936
'T_COALESCE' => 'tokenizer/tokenizer.php',
10937
+ 'T_COALESCE_EQUAL' => 'tokenizer/tokenizer.php',
10915
10938
'T_COMMENT' => 'tokenizer/tokenizer.php',
10916
10939
'T_CONCAT_EQUAL' => 'tokenizer/tokenizer.php',
10917
10940
'T_CONST' => 'tokenizer/tokenizer.php',
@@ -10951,6 +10974,7 @@ final class PhpStormStubsMap
10951
10974
'T_FINALLY' => 'tokenizer/tokenizer.php',
10952
10975
'T_FMT' => 'standard/standard_defines.php',
10953
10976
'T_FMT_AMPM' => 'standard/standard_defines.php',
10977
+ 'T_FN' => 'tokenizer/tokenizer.php',
10954
10978
'T_FOR' => 'tokenizer/tokenizer.php',
10955
10979
'T_FOREACH' => 'tokenizer/tokenizer.php',
10956
10980
'T_FUNCTION' => 'tokenizer/tokenizer.php',
0 commit comments