You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(gdb) run test.php
Starting program: /usr/bin/php test.php
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
spl_array_get_property_ptr_ptr (object=0x7ffff55facd8, name=0x7ffff555d500, type=1, cache_slot=0x0) at ./ext/spl/spl_array.c:849
849 ./ext/spl/spl_array.c: No such file or directory.
Description
Reproducible in PHP 8.3.20. Cannot be reproduced in PHP 8.3.19
The following code:
Resulted in this output:
But I expected this output instead:
https://3v4l.org/5qSOS
PHP Version
PHP 8.3.20 (cli) (built: Apr 14 2025 18:44:45) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.20, Copyright (c) Zend Technologies
with Zend OPcache v8.3.20, Copyright (c), by Zend Technologies
with Xdebug v3.4.2, Copyright (c) 2002-2025, by Derick Rethans
Operating System
Debian 11
The text was updated successfully, but these errors were encountered: