-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
Description
Description
The following code:
git clone git@github.com:php/php-src.git
cd php-src
git checkout php-8.4.10
./buildconf
./buildconf --force
./configure --enable-debug
make -j$(nproc)
make -j$(nproc) test
Resulted in this output:
===================================================================== FAILED TEST SUMMARY --------------------------------------------------------------------- Bug #66338 (Optimization binding of class constants is not safely opcacheable) [ext/opcache/tests/bug66338.phpt] ===================================================================== ===================================================================== TEST RESULT SUMMARY --------------------------------------------------------------------- Exts skipped : 43 (exif, ftp, ffi, bz2, dba, mysqlnd, mbstring, sockets, pgsql, soap, snmp, bcmath, skeleton, gmp, enchant, sodium, sysvmsg, shmop, openssl, readline, com_dotnet, zip, sysvsem, tidy, pdo_mysql, curl, odbc, gd, calendar, zend_test, pdo_dblib, sysvshm, intl, zlib, dl_test, pdo_odbc, gettext, ldap, mysqli, pcntl, pdo_pgsql, pdo_firebird, xsl) Exts tested : 26 --------------------------------------------------------------------- Number of tests : 20376 14524 Tests skipped : 5852 ( 28.7%) -------- Tests warned : 0 ( 0.0%) ( 0.0%) Tests failed : 1 ( 0.0%) ( 0.0%) Expected fail : 8 ( 0.0%) ( 0.1%) Tests passed : 14515 ( 71.2%) ( 99.9%) --------------------------------------------------------------------- Time taken : 1444.263 seconds ===================================================================== ===================================================================== FAILED TEST SUMMARY --------------------------------------------------------------------- Bug #66338 (Optimization binding of class constants is not safely opcacheable) [ext/opcache/tests/bug66338.phpt] ===================================================================== ================================================================================ /home/rkc/.php/php-src/ext/opcache/tests/bug66338.phpt ================================================================================ Warning: file_put_contents(/home/rkc//php-src/ext/opcache/tests/bug66338-Officials.inc): Failed to open stream: No such file or directory in /home/rkc/.php/php-src/ext/opcache/tests/bug66338.php on line 5 Warning: file_put_contents(/home/rkc//php-src/ext/opcache/tests/bug66338-clientUS.php): Failed to open stream: No such file or directory in /home/rkc/.php/php-src/ext/opcache/tests/bug66338.php on line 9 Warning: file_put_contents(/home/rkc//php-src/ext/opcache/tests/bug66338-clientUK.php): Failed to open stream: No such file or directory in /home/rkc/.php/php-src/ext/opcache/tests/bug66338.php on line 15 Warning: file_get_contents(http://localhost:8964/bug66338-clientUS.php): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/rkc/.php/php-src/ext/opcache/tests/bug66338.php on line 26 Warning: file_get_contents(http://localhost:8964/bug66338-clientUK.php): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/rkc/.php/php-src/ext/opcache/tests/bug66338.php on line 27 Warning: unlink(/home/rkc//php-src/ext/opcache/tests/bug66338-Officials.inc): No such file or directory in /home/rkc/.php/php-src/ext/opcache/tests/bug66338.php on line 29 Warning: unlink(/home/rkc//php-src/ext/opcache/tests/bug66338-clientUS.php): No such file or directory in /home/rkc/.php/php-src/ext/opcache/tests/bug66338.php on line 30 Warning: unlink(/home/rkc//php-src/ext/opcache/tests/bug66338-clientUK.php): No such file or directory in /home/rkc/.php/php-src/ext/opcache/tests/bug66338.php on line 31 ================================================================================ 001- The President of the USA is Barack Hussein Obama II 002- The Prime Minister of the UK is David William Donald Cameron 001+ Warning: file_put_contents(/home/rkc//php-src/ext/opcache/tests/bug66338-Officials.inc): Failed to open stream: No such file or directory in /home/rkc/.php/php-src/ext/opcache/tests/bug66338.php on line 5 002+ 003+ Warning: file_put_contents(/home/rkc//php-src/ext/opcache/tests/bug66338-clientUS.php): Failed to open stream: No such file or directory in /home/rkc/.php/php-src/ext/opcache/tests/bug66338.php on line 9 004+ 005+ Warning: file_put_contents(/home/rkc//php-src/ext/opcache/tests/bug66338-clientUK.php): Failed to open stream: No such file or directory in /home/rkc/.php/php-src/ext/opcache/tests/bug66338.php on line 15 006+ 007+ Warning: file_get_contents(http://localhost:8964/bug66338-clientUS.php): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found 008+ in /home/rkc/.php/php-src/ext/opcache/tests/bug66338.php on line 26 009+ 010+ Warning: file_get_contents(http://localhost:8964/bug66338-clientUK.php): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found 011+ in /home/rkc/.php/php-src/ext/opcache/tests/bug66338.php on line 27 012+ 013+ Warning: unlink(/home/rkc//php-src/ext/opcache/tests/bug66338-Officials.inc): No such file or directory in /home/rkc/.php/php-src/ext/opcache/tests/bug66338.php on line 29 014+ 015+ Warning: unlink(/home/rkc//php-src/ext/opcache/tests/bug66338-clientUS.php): No such file or directory in /home/rkc/.php/php-src/ext/opcache/tests/bug66338.php on line 30 016+ 017+ Warning: unlink(/home/rkc//php-src/ext/opcache/tests/bug66338-clientUK.php): No such file or directory in /home/rkc/.php/php-src/ext/opcache/tests/bug66338.php on line 31 ================================================================================ ================================================================================ BUILD ENVIRONMENT ================================================================================ OS: Linux - Linux rkc-ThinkPad-T480 6.14.0-24-generic #24~24.04.3-Ubuntu SMP PREEMPT_DYNAMIC Mon Jul 7 16:39:17 UTC 2 x86_64 Autoconf: autoconf (GNU Autoconf) 2.71 Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later , This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David J. MacKenzie and Akim Demaille. Bundled Libtool: ltmain.sh (GNU libtool) 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) Copyright (C) 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. System Libtool: N/A Compiler: Using built-in specs. COLLECT_GCC=cc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) Bison: bison (GNU Bison) 3.8.2 Written by Robert Corbett and Richard Stallman. Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Libraries: linux-vdso.so.1 (0x00007e0ec3bc3000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007e0ec3ac2000) libxml2.so.2 => /lib/x86_64-linux-gnu/libxml2.so.2 (0x00007e0ec1e1e000) libsqlite3.so.0 => /lib/x86_64-linux-gnu/libsqlite3.so.0 (0x00007e0ec1cb6000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007e0ec1a00000) /lib64/ld-linux-x86-64.so.2 (0x00007e0ec3bc5000) libicuuc.so.74 => /lib/x86_64-linux-gnu/libicuuc.so.74 (0x00007e0ec1600000) libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007e0ec3aa4000) liblzma.so.5 => /lib/x86_64-linux-gnu/liblzma.so.5 (0x00007e0ec1c84000) libicudata.so.74 => /lib/x86_64-linux-gnu/libicudata.so.74 (0x00007e0ebf800000) libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007e0ebf400000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007e0ec1c56000) ================================================================================ PHPINFO ================================================================================ phpinfo() PHP Version => 8.4.10 System => Linux rkc-ThinkPad-T480 6.14.0-24-generic #24~24.04.3-Ubuntu SMP PREEMPT_DYNAMIC Mon Jul 7 16:39:17 UTC 2 x86_64 Build Date => Jul 23 2025 14:33:53 Build System => Linux rkc-ThinkPad-T480 6.14.0-24-generic #24~24.04.3-Ubuntu SMP PREEMPT_DYNAMIC Mon Jul 7 16:39:17 UTC 2 x86_64 x86_64 x86_64 GNU/Linux Configure Command => './configure' '--enable-debug' Server API => Command Line Interface Virtual Directory Support => disabled Configuration File (php.ini) Path => /usr/local/lib Loaded Configuration File => (none) Scan this dir for additional .ini files => (none) Additional .ini files parsed => (none) PHP API => 20240924 PHP Extension => 20240924 Zend Extension => 420240924 Zend Extension Build => API420240924,NTS,debug PHP Extension Build => API20240924,NTS,debug PHP Integer Size => 64 bits Debug Build => yes Thread Safety => disabled Zend Signal Handling => enabled Zend Memory Manager => enabled Zend Multibyte Support => disabled Zend Max Execution Timers => disabled IPv6 Support => enabled DTrace Support => disabled Registered PHP Streams => php, file, glob, data, http, ftp, phar Registered Stream Socket Transports => tcp, udp, unix, udg Registered Stream Filters => convert.iconv.*, string.rot13, string.toupper, string.tolower, convert.*, consumed, dechunk This program makes use of the Zend Scripting Language Engine: Zend Engine v4.4.10, Copyright (c) Zend Technologies _______________________________________________________________________ Configuration Core PHP Version => 8.4.10 Directive => Local Value => Master Value allow_url_fopen => On => On allow_url_include => Off => Off arg_separator.input => & => & arg_separator.output => & => & auto_append_file => no value => no value auto_globals_jit => On => On auto_prepend_file => no value => no value browscap => no value => no value default_charset => UTF-8 => UTF-8 default_mimetype => text/html => text/html disable_classes => no value => no value disable_functions => no value => no value display_errors => STDERR => STDERR display_startup_errors => On => On doc_root => no value => no value docref_ext => no value => no value docref_root => no value => no value enable_dl => On => On enable_post_data_reading => On => On error_append_string => no value => no value error_log => no value => no value error_log_mode => 0644 => 0644 error_prepend_string => no value => no value error_reporting => no value => no value expose_php => On => On extension_dir => /usr/local/lib/php/extensions/debug-non-zts-20240924 => /usr/local/lib/php/extensions/debug-non-zts-20240924 fiber.stack_size => no value => no value file_uploads => On => On hard_timeout => 2 => 2 highlight.comment => #FF8000 => #FF8000 highlight.default => #0000BB => #0000BB highlight.html => #000000 => #000000 highlight.keyword => #007700 => #007700 highlight.string => #DD0000 => #DD0000 html_errors => Off => Off ignore_repeated_errors => Off => Off ignore_repeated_source => Off => Off ignore_user_abort => Off => Off implicit_flush => On => On include_path => .: => .: input_encoding => no value => no value internal_encoding => no value => no value log_errors => Off => Off mail.add_x_header => Off => Off mail.force_extra_parameters => no value => no value mail.log => no value => no value mail.mixed_lf_and_crlf => Off => Off max_execution_time => 0 => 0 max_file_uploads => 20 => 20 max_input_nesting_level => 64 => 64 max_input_time => -1 => -1 max_input_vars => 1000 => 1000 max_multipart_body_parts => -1 => -1 memory_limit => 128M => 128M open_basedir => no value => no value output_buffering => 0 => 0 output_encoding => no value => no value output_handler => no value => no value post_max_size => 8M => 8M precision => 14 => 14 realpath_cache_size => 4096K => 4096K realpath_cache_ttl => 120 => 120 register_argc_argv => On => On report_memleaks => On => On report_zend_debug => Off => Off request_order => no value => no value sendmail_from => no value => no value sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i serialize_precision => -1 => -1 short_open_tag => On => On SMTP => localhost => localhost smtp_port => 25 => 25 sys_temp_dir => no value => no value syslog.facility => LOG_USER => LOG_USER syslog.filter => no-ctrl => no-ctrl syslog.ident => php => php unserialize_callback_func => no value => no value upload_max_filesize => 2M => 2M upload_tmp_dir => no value => no value user_dir => no value => no value user_ini.cache_ttl => 300 => 300 user_ini.filename => .user.ini => .user.ini variables_order => EGPCS => EGPCS xmlrpc_error_number => 0 => 0 xmlrpc_errors => Off => Off zend.assertions => 1 => 1 zend.detect_unicode => On => On zend.enable_gc => On => On zend.exception_ignore_args => Off => Off zend.exception_string_param_max_len => 15 => 15 zend.max_allowed_stack_size => 0 => 0 zend.multibyte => Off => Off zend.reserved_stack_size => 0 => 0 zend.script_encoding => no value => no value zend.signal_check => On => On ctype ctype functions => enabled date date/time support => enabled timelib version => 2022.12 "Olson" Timezone Database Version => 2025.2 Timezone Database => internal Default timezone => UTC Directive => Local Value => Master Value date.default_latitude => 31.7667 => 31.7667 date.default_longitude => 35.2333 => 35.2333 date.sunrise_zenith => 90.833333 => 90.833333 date.sunset_zenith => 90.833333 => 90.833333 date.timezone => UTC => UTC dom DOM/XML => enabled DOM/XML API Version => 20031129 libxml Version => 2.9.14 HTML Support => enabled XPath Support => enabled XPointer Support => enabled Schema Support => enabled RelaxNG Support => enabled fileinfo fileinfo support => enabled libmagic => 545 filter Input Validation and Filtering => enabled Directive => Local Value => Master Value filter.default => unsafe_raw => unsafe_raw filter.default_flags => no value => no value hash hash support => enabled Hashing Engines => md2 md4 md5 sha1 sha224 sha256 sha384 sha512/224 sha512/256 sha512 sha3-224 sha3-256 sha3-384 sha3-512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost gost-crypto adler32 crc32 crc32b crc32c fnv132 fnv1a32 fnv164 fnv1a64 joaat murmur3a murmur3c murmur3f xxh32 xxh64 xxh3 xxh128 haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 iconv iconv support => enabled iconv implementation => glibc iconv library version => 2.39 Directive => Local Value => Master Value iconv.input_encoding => no value => no value iconv.internal_encoding => no value => no value iconv.output_encoding => no value => no value json json support => enabled libxml libXML support => active libXML Compiled Version => 2.9.14 libXML Loaded Version => 20914 libXML streams => enabled pcre PCRE (Perl Compatible Regular Expressions) Support => enabled PCRE Library Version => 10.44 2024-06-07 PCRE Unicode Version => 15.0.0 PCRE JIT Support => enabled PCRE JIT Target => x86 64bit (little endian + unaligned) Directive => Local Value => Master Value pcre.backtrack_limit => 1000000 => 1000000 pcre.jit => On => On pcre.recursion_limit => 100000 => 100000 PDO PDO support => enabled PDO drivers => sqlite pdo_sqlite PDO Driver for SQLite 3.x => enabled SQLite Library => 3.45.1 Phar Phar: PHP Archive support => enabled Phar API version => 1.1.1 Phar-based phar archives => enabled Tar-based phar archives => enabled ZIP-based phar archives => enabled gzip compression => disabled (install ext/zlib) bzip2 compression => disabled (install ext/bz2) OpenSSL support => disabled (install ext/openssl) Phar based on pear/PHP_Archive, original concept by Davey Shafik. Phar fully realized by Gregory Beaver and Marcus Boerger. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle. Directive => Local Value => Master Value phar.cache_list => no value => no value phar.readonly => On => On phar.require_hash => On => On posix POSIX support => enabled random Version => 8.4.10 Reflection Reflection => enabled session Session Support => enabled Registered save handlers => files user Registered serializer handlers => php_serialize php php_binary Directive => Local Value => Master Value session.auto_start => Off => Off session.cache_expire => 180 => 180 session.cache_limiter => nocache => nocache session.cookie_domain => no value => no value session.cookie_httponly => Off => Off session.cookie_lifetime => 0 => 0 session.cookie_path => / => / session.cookie_samesite => no value => no value session.cookie_secure => Off => Off session.gc_divisor => 100 => 100 session.gc_maxlifetime => 1440 => 1440 session.gc_probability => 1 => 1 session.lazy_write => On => On session.name => PHPSESSID => PHPSESSID session.referer_check => no value => no value session.save_handler => files => files session.save_path => no value => no value session.serialize_handler => php => php session.sid_bits_per_character => 4 => 4 session.sid_length => 32 => 32 session.upload_progress.cleanup => On => On session.upload_progress.enabled => On => On session.upload_progress.freq => 1% => 1% session.upload_progress.min_freq => 1 => 1 session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS session.upload_progress.prefix => upload_progress_ => upload_progress_ session.use_cookies => On => On session.use_only_cookies => On => On session.use_strict_mode => Off => Off session.use_trans_sid => Off => Off SimpleXML SimpleXML support => enabled Schema support => enabled SPL SPL support => enabled Interfaces => OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject Classes => AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException sqlite3 SQLite3 support => enabled SQLite Library => 3.45.1 Directive => Local Value => Master Value sqlite3.defensive => On => On sqlite3.extension_dir => no value => no value standard Dynamic Library Support => enabled Path to sendmail => /usr/sbin/sendmail -t -i Directive => Local Value => Master Value assert.active => On => On assert.bail => Off => Off assert.callback => no value => no value assert.exception => On => On assert.warning => On => On auto_detect_line_endings => Off => Off default_socket_timeout => 60 => 60 from => no value => no value session.trans_sid_hosts => no value => no value session.trans_sid_tags => a=href,area=href,frame=src,form= => a=href,area=href,frame=src,form= unserialize_max_depth => 4096 => 4096 url_rewriter.hosts => no value => no value url_rewriter.tags => form= => form= user_agent => no value => no value tokenizer Tokenizer Support => enabled xml XML Support => active XML Namespace Support => active libxml2 Version => 2.9.14 xmlreader XMLReader => enabled xmlwriter XMLWriter => enabled Additional Modules Module Name Environment Variable => Value __MISE_ORIG_PATH => /home/rkc/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin LESSOPEN => | /usr/bin/lesspipe %s USER => rkc SSH_CLIENT => deleted __MISE_SESSION => eAFrX5OTn5iSmhJfkp+fUzxhHZSXnJ+XlplePPGmkn5Gfm6qflF2sr4eRFA/N7M4VR/C1ivJz81ZA2HHFySWZBRPWJyaV9awOCWzaBuSzoKMAv2CjALd4qLkNal5ZfFliUXxGYnFGRuSjC0NU9NMDZLMDZMNTS3M1uYklqQWl8SXFqQklqQeEWCAA8YZpi9zhQFswkHi XDG_SESSION_TYPE => wayland CLUTTER_DISABLE_MIPMAPPED_TEXT => 1 SHLVL => 2 TEST_PHP_SRCDIR => /home/rkc/.php/php-src HOME => /home/rkc OLDPWD => /home/rkc/.php DESKTOP_SESSION => ubuntu SSH_TTY => deleted GNOME_SHELL_SESSION_MODE => ubuntu GTK_MODULES => gail:atk-bridge __MISE_DIFF => eAFrXpyfk9KwOC+1vGFJQWJJxgQASssINA TEST_PHP_CGI_EXECUTABLE => /home/rkc/.php/php-src/sapi/cgi/php-cgi SYSTEMD_EXEC_PID => 2666 MAKEFLAGS => -j8 --jobserver-auth=3,4 GSM_SKIP_SSH_AGENT_WORKAROUND => true DBUS_SESSION_BUS_ADDRESS => unix:path=/run/user/1000/bus COLORTERM => truecolor MAKE_TERMERR => /dev/pts/3 DEBUGINFOD_URLS => https://debuginfod.ubuntu.com IM_CONFIG_PHASE => 1 WAYLAND_DISPLAY => wayland-0 LOGNAME => rkc TEST_PHP_EXECUTABLE => /home/rkc/.php/php-src/sapi/cli/php MISE_SHELL => bash _ => /home/rkc/.php/php-src/sapi/cli/php MEMORY_PRESSURE_WATCH => /sys/fs/cgroup/user.slice/user-1000.slice/user@1000.service/session.slice/org.gnome.Shell@wayland.service/memory.pressure XDG_SESSION_CLASS => user USERNAME => rkc TERM => xterm-256color GNOME_DESKTOP_SESSION_ID => this-is-deprecated PATH => /home/rkc/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin SESSION_MANAGER => local/rkc-ThinkPad-T480:@/tmp/.ICE-unix/2629,unix/rkc-ThinkPad-T480:/tmp/.ICE-unix/2629 TEST_PHP_CGI_EXECUTABLE_ESCAPED => '/home/rkc/.php/php-src/sapi/cgi/php-cgi' XDG_MENU_PREFIX => gnome- GNOME_TERMINAL_SCREEN => /org/gnome/Terminal/screen/220547ff_55b0_42f2_b56f_117c25d3492e GNOME_SETUP_DISPLAY => :1 MAKELEVEL => 1 XDG_RUNTIME_DIR => /run/user/1000 DISPLAY => :0 LANG => en_US.UTF-8 XDG_CURRENT_DESKTOP => ubuntu:GNOME XMODIFIERS => @im=ibus XDG_SESSION_DESKTOP => ubuntu XAUTHORITY => /run/user/1000/.mutter-Xwaylandauth.8OMNA3 LS_COLORS => rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=00:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.avif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:*~=00;90:*#=00;90:*.bak=00;90:*.crdownload=00;90:*.dpkg-dist=00;90:*.dpkg-new=00;90:*.dpkg-old=00;90:*.dpkg-tmp=00;90:*.old=00;90:*.orig=00;90:*.part=00;90:*.rej=00;90:*.rpmnew=00;90:*.rpmorig=00;90:*.rpmsave=00;90:*.swp=00;90:*.tmp=00;90:*.ucf-dist=00;90:*.ucf-new=00;90:*.ucf-old=00;90: GNOME_TERMINAL_SERVICE => :1.166 SSH_AUTH_SOCK => deleted TEST_PHPDBG_EXECUTABLE => /home/rkc/.php/php-src/sapi/phpdbg/phpdbg SHELL => /bin/bash TEST_PHP_EXECUTABLE_ESCAPED => '/home/rkc/.php/php-src/sapi/cli/php' QT_ACCESSIBILITY => 1 MAKE_TERMOUT => /dev/pts/3 GDMSESSION => ubuntu LESSCLOSE => /usr/bin/lesspipe %s %s QT_IM_MODULE => ibus PWD => /home/rkc/.php/php-src XDG_CONFIG_DIRS => /etc/xdg/xdg-ubuntu:/etc/xdg XDG_DATA_DIRS => /usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop SSH_CONNECTION => deleted CC => cc MFLAGS => -j8 --jobserver-auth=3,4 MEMORY_PRESSURE_WRITE => c29tZSAyMDAwMDAgMjAwMDAwMAA= VTE_VERSION => 7600 TEST_PHPDBG_EXECUTABLE_ESCAPED => '/home/rkc/.php/php-src/sapi/phpdbg/phpdbg' PHP Variables Variable => Value $_SERVER['__MISE_ORIG_PATH'] => /home/rkc/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin $_SERVER['LESSOPEN'] => | /usr/bin/lesspipe %s $_SERVER['USER'] => rkc $_SERVER['SSH_CLIENT'] => deleted $_SERVER['__MISE_SESSION'] => eAFrX5OTn5iSmhJfkp+fUzxhHZSXnJ+XlplePPGmkn5Gfm6qflF2sr4eRFA/N7M4VR/C1ivJz81ZA2HHFySWZBRPWJyaV9awOCWzaBuSzoKMAv2CjALd4qLkNal5ZfFliUXxGYnFGRuSjC0NU9NMDZLMDZMNTS3M1uYklqQWl8SXFqQklqQeEWCAA8YZpi9zhQFswkHi $_SERVER['XDG_SESSION_TYPE'] => wayland $_SERVER['CLUTTER_DISABLE_MIPMAPPED_TEXT'] => 1 $_SERVER['SHLVL'] => 2 $_SERVER['TEST_PHP_SRCDIR'] => /home/rkc/.php/php-src $_SERVER['HOME'] => /home/rkc $_SERVER['OLDPWD'] => /home/rkc/.php $_SERVER['DESKTOP_SESSION'] => ubuntu $_SERVER['SSH_TTY'] => deleted $_SERVER['GNOME_SHELL_SESSION_MODE'] => ubuntu $_SERVER['GTK_MODULES'] => gail:atk-bridge $_SERVER['__MISE_DIFF'] => eAFrXpyfk9KwOC+1vGFJQWJJxgQASssINA $_SERVER['TEST_PHP_CGI_EXECUTABLE'] => /home/rkc/.php/php-src/sapi/cgi/php-cgi $_SERVER['SYSTEMD_EXEC_PID'] => 2666 $_SERVER['MAKEFLAGS'] => -j8 --jobserver-auth=3,4 $_SERVER['GSM_SKIP_SSH_AGENT_WORKAROUND'] => true $_SERVER['DBUS_SESSION_BUS_ADDRESS'] => unix:path=/run/user/1000/bus $_SERVER['COLORTERM'] => truecolor $_SERVER['MAKE_TERMERR'] => /dev/pts/3 $_SERVER['DEBUGINFOD_URLS'] => https://debuginfod.ubuntu.com $_SERVER['IM_CONFIG_PHASE'] => 1 $_SERVER['WAYLAND_DISPLAY'] => wayland-0 $_SERVER['LOGNAME'] => rkc $_SERVER['TEST_PHP_EXECUTABLE'] => /home/rkc/.php/php-src/sapi/cli/php $_SERVER['MISE_SHELL'] => bash $_SERVER['_'] => /home/rkc/.php/php-src/sapi/cli/php $_SERVER['MEMORY_PRESSURE_WATCH'] => /sys/fs/cgroup/user.slice/user-1000.slice/user@1000.service/session.slice/org.gnome.Shell@wayland.service/memory.pressure $_SERVER['XDG_SESSION_CLASS'] => user $_SERVER['USERNAME'] => rkc $_SERVER['TERM'] => xterm-256color $_SERVER['GNOME_DESKTOP_SESSION_ID'] => this-is-deprecated $_SERVER['PATH'] => /home/rkc/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin $_SERVER['SESSION_MANAGER'] => local/rkc-ThinkPad-T480:@/tmp/.ICE-unix/2629,unix/rkc-ThinkPad-T480:/tmp/.ICE-unix/2629 $_SERVER['TEST_PHP_CGI_EXECUTABLE_ESCAPED'] => '/home/rkc/.php/php-src/sapi/cgi/php-cgi' $_SERVER['XDG_MENU_PREFIX'] => gnome- $_SERVER['GNOME_TERMINAL_SCREEN'] => /org/gnome/Terminal/screen/220547ff_55b0_42f2_b56f_117c25d3492e $_SERVER['GNOME_SETUP_DISPLAY'] => :1 $_SERVER['MAKELEVEL'] => 1 $_SERVER['XDG_RUNTIME_DIR'] => /run/user/1000 $_SERVER['DISPLAY'] => :0 $_SERVER['LANG'] => en_US.UTF-8 $_SERVER['XDG_CURRENT_DESKTOP'] => ubuntu:GNOME $_SERVER['XMODIFIERS'] => @im=ibus $_SERVER['XDG_SESSION_DESKTOP'] => ubuntu $_SERVER['XAUTHORITY'] => /run/user/1000/.mutter-Xwaylandauth.8OMNA3 $_SERVER['LS_COLORS'] => rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=00:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.avif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:*~=00;90:*#=00;90:*.bak=00;90:*.crdownload=00;90:*.dpkg-dist=00;90:*.dpkg-new=00;90:*.dpkg-old=00;90:*.dpkg-tmp=00;90:*.old=00;90:*.orig=00;90:*.part=00;90:*.rej=00;90:*.rpmnew=00;90:*.rpmorig=00;90:*.rpmsave=00;90:*.swp=00;90:*.tmp=00;90:*.ucf-dist=00;90:*.ucf-new=00;90:*.ucf-old=00;90: $_SERVER['GNOME_TERMINAL_SERVICE'] => :1.166 $_SERVER['SSH_AUTH_SOCK'] => deleted $_SERVER['TEST_PHPDBG_EXECUTABLE'] => /home/rkc/.php/php-src/sapi/phpdbg/phpdbg $_SERVER['SHELL'] => /bin/bash $_SERVER['TEST_PHP_EXECUTABLE_ESCAPED'] => '/home/rkc/.php/php-src/sapi/cli/php' $_SERVER['QT_ACCESSIBILITY'] => 1 $_SERVER['MAKE_TERMOUT'] => /dev/pts/3 $_SERVER['GDMSESSION'] => ubuntu $_SERVER['LESSCLOSE'] => /usr/bin/lesspipe %s %s $_SERVER['QT_IM_MODULE'] => ibus $_SERVER['PWD'] => /home/rkc/.php/php-src $_SERVER['XDG_CONFIG_DIRS'] => /etc/xdg/xdg-ubuntu:/etc/xdg $_SERVER['XDG_DATA_DIRS'] => /usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop $_SERVER['SSH_CONNECTION'] => deleted $_SERVER['CC'] => cc $_SERVER['MFLAGS'] => -j8 --jobserver-auth=3,4 $_SERVER['MEMORY_PRESSURE_WRITE'] => c29tZSAyMDAwMDAgMjAwMDAwMAA= $_SERVER['VTE_VERSION'] => 7600 $_SERVER['TEST_PHPDBG_EXECUTABLE_ESCAPED'] => '/home/rkc/.php/php-src/sapi/phpdbg/phpdbg' $_SERVER['PHP_SELF'] => $_SERVER['SCRIPT_NAME'] => $_SERVER['SCRIPT_FILENAME'] => $_SERVER['PATH_TRANSLATED'] => $_SERVER['DOCUMENT_ROOT'] => $_SERVER['REQUEST_TIME_FLOAT'] => 1753258735.79 $_SERVER['REQUEST_TIME'] => 1753258735 $_SERVER['argv'] => Array ( ) $_SERVER['argc'] => 0 $_ENV['__MISE_ORIG_PATH'] => /home/rkc/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin $_ENV['LESSOPEN'] => | /usr/bin/lesspipe %s $_ENV['USER'] => rkc $_ENV['SSH_CLIENT'] => deleted $_ENV['__MISE_SESSION'] => eAFrX5OTn5iSmhJfkp+fUzxhHZSXnJ+XlplePPGmkn5Gfm6qflF2sr4eRFA/N7M4VR/C1ivJz81ZA2HHFySWZBRPWJyaV9awOCWzaBuSzoKMAv2CjALd4qLkNal5ZfFliUXxGYnFGRuSjC0NU9NMDZLMDZMNTS3M1uYklqQWl8SXFqQklqQeEWCAA8YZpi9zhQFswkHi $_ENV['XDG_SESSION_TYPE'] => wayland $_ENV['CLUTTER_DISABLE_MIPMAPPED_TEXT'] => 1 $_ENV['SHLVL'] => 2 $_ENV['TEST_PHP_SRCDIR'] => /home/rkc/.php/php-src $_ENV['HOME'] => /home/rkc $_ENV['OLDPWD'] => /home/rkc/.php $_ENV['DESKTOP_SESSION'] => ubuntu $_ENV['SSH_TTY'] => deleted $_ENV['GNOME_SHELL_SESSION_MODE'] => ubuntu $_ENV['GTK_MODULES'] => gail:atk-bridge $_ENV['__MISE_DIFF'] => eAFrXpyfk9KwOC+1vGFJQWJJxgQASssINA $_ENV['TEST_PHP_CGI_EXECUTABLE'] => /home/rkc/.php/php-src/sapi/cgi/php-cgi $_ENV['SYSTEMD_EXEC_PID'] => 2666 $_ENV['MAKEFLAGS'] => -j8 --jobserver-auth=3,4 $_ENV['GSM_SKIP_SSH_AGENT_WORKAROUND'] => true $_ENV['DBUS_SESSION_BUS_ADDRESS'] => unix:path=/run/user/1000/bus $_ENV['COLORTERM'] => truecolor $_ENV['MAKE_TERMERR'] => /dev/pts/3 $_ENV['DEBUGINFOD_URLS'] => https://debuginfod.ubuntu.com $_ENV['IM_CONFIG_PHASE'] => 1 $_ENV['WAYLAND_DISPLAY'] => wayland-0 $_ENV['LOGNAME'] => rkc $_ENV['TEST_PHP_EXECUTABLE'] => /home/rkc/.php/php-src/sapi/cli/php $_ENV['MISE_SHELL'] => bash $_ENV['_'] => /home/rkc/.php/php-src/sapi/cli/php $_ENV['MEMORY_PRESSURE_WATCH'] => /sys/fs/cgroup/user.slice/user-1000.slice/user@1000.service/session.slice/org.gnome.Shell@wayland.service/memory.pressure $_ENV['XDG_SESSION_CLASS'] => user $_ENV['USERNAME'] => rkc $_ENV['TERM'] => xterm-256color $_ENV['GNOME_DESKTOP_SESSION_ID'] => this-is-deprecated $_ENV['PATH'] => /home/rkc/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin $_ENV['SESSION_MANAGER'] => local/rkc-ThinkPad-T480:@/tmp/.ICE-unix/2629,unix/rkc-ThinkPad-T480:/tmp/.ICE-unix/2629 $_ENV['TEST_PHP_CGI_EXECUTABLE_ESCAPED'] => '/home/rkc/.php/php-src/sapi/cgi/php-cgi' $_ENV['XDG_MENU_PREFIX'] => gnome- $_ENV['GNOME_TERMINAL_SCREEN'] => /org/gnome/Terminal/screen/220547ff_55b0_42f2_b56f_117c25d3492e $_ENV['GNOME_SETUP_DISPLAY'] => :1 $_ENV['MAKELEVEL'] => 1 $_ENV['XDG_RUNTIME_DIR'] => /run/user/1000 $_ENV['DISPLAY'] => :0 $_ENV['LANG'] => en_US.UTF-8 $_ENV['XDG_CURRENT_DESKTOP'] => ubuntu:GNOME $_ENV['XMODIFIERS'] => @im=ibus $_ENV['XDG_SESSION_DESKTOP'] => ubuntu $_ENV['XAUTHORITY'] => /run/user/1000/.mutter-Xwaylandauth.8OMNA3 $_ENV['LS_COLORS'] => rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=00:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.avif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:*~=00;90:*#=00;90:*.bak=00;90:*.crdownload=00;90:*.dpkg-dist=00;90:*.dpkg-new=00;90:*.dpkg-old=00;90:*.dpkg-tmp=00;90:*.old=00;90:*.orig=00;90:*.part=00;90:*.rej=00;90:*.rpmnew=00;90:*.rpmorig=00;90:*.rpmsave=00;90:*.swp=00;90:*.tmp=00;90:*.ucf-dist=00;90:*.ucf-new=00;90:*.ucf-old=00;90: $_ENV['GNOME_TERMINAL_SERVICE'] => :1.166 $_ENV['SSH_AUTH_SOCK'] => deleted $_ENV['TEST_PHPDBG_EXECUTABLE'] => /home/rkc/.php/php-src/sapi/phpdbg/phpdbg $_ENV['SHELL'] => /bin/bash $_ENV['TEST_PHP_EXECUTABLE_ESCAPED'] => '/home/rkc/.php/php-src/sapi/cli/php' $_ENV['QT_ACCESSIBILITY'] => 1 $_ENV['MAKE_TERMOUT'] => /dev/pts/3 $_ENV['GDMSESSION'] => ubuntu $_ENV['LESSCLOSE'] => /usr/bin/lesspipe %s %s $_ENV['QT_IM_MODULE'] => ibus $_ENV['PWD'] => /home/rkc/.php/php-src $_ENV['XDG_CONFIG_DIRS'] => /etc/xdg/xdg-ubuntu:/etc/xdg $_ENV['XDG_DATA_DIRS'] => /usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop $_ENV['SSH_CONNECTION'] => deleted $_ENV['CC'] => cc $_ENV['MFLAGS'] => -j8 --jobserver-auth=3,4 $_ENV['MEMORY_PRESSURE_WRITE'] => c29tZSAyMDAwMDAgMjAwMDAwMAA= $_ENV['VTE_VERSION'] => 7600 $_ENV['TEST_PHPDBG_EXECUTABLE_ESCAPED'] => '/home/rkc/.php/php-src/sapi/phpdbg/phpdbg' PHP License This program is free software; you can redistribute it and/or modify it under the terms of the PHP License as published by the PHP Group and included in the distribution in the file: LICENSE This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact license@php.net.
But I expected this output instead:
All tests passes or skipped or expected to fail.
PHP Version
PHP 8.4.10 (cli) (built: Jul 23 2025 14:34:18) (NTS DEBUG)
Copyright (c) The PHP Group
Zend Engine v4.4.10, Copyright (c) Zend Technologies
Operating System
Ubuntu 24.04