File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change 22GH-14639 (Member access within null pointer in ext/spl/spl_observer.c)
33--INI--
44memory_limit=2M
5- --SKIPIF--
6- <?php
7- if (getenv ("USE_ZEND_ALLOC " ) === "0 " ) {
8- die ("skip Zend MM disabled " );
9- }
10- $ tracing = extension_loaded ("Zend OPcache " )
11- && ($ conf = opcache_get_configuration ()["directives " ])
12- && array_key_exists ("opcache.jit " , $ conf )
13- && $ conf ["opcache.jit " ] === "tracing " ;
14- if (PHP_OS_FAMILY === "Windows " && PHP_INT_SIZE == 8 && $ tracing ) {
15- $ url = "https://github.com/php/php-src/pull/14919#issuecomment-2259003979 " ;
16- die ("xfail Test fails on Windows x64 (VS17) and tracing JIT; see $ url " );
17- }
18- ?>
195--FILE--
206<?php
217$ b = new SplObjectStorage ();
Original file line number Diff line number Diff line change @@ -5,14 +5,6 @@ Bug #45392 (ob_start()/ob_end_clean() and memory_limit)
55if (getenv ("USE_ZEND_ALLOC " ) === "0 " ) {
66 die ("skip Zend MM disabled " );
77}
8- $ tracing = extension_loaded ("Zend OPcache " )
9- && ($ conf = opcache_get_configuration ()["directives " ])
10- && array_key_exists ("opcache.jit " , $ conf )
11- && $ conf ["opcache.jit " ] === "tracing " ;
12- if (PHP_OS_FAMILY === "Windows " && PHP_INT_SIZE == 8 && $ tracing ) {
13- $ url = "https://github.com/php/php-src/pull/14919#issuecomment-2259003979 " ;
14- die ("xfail Test fails on Windows x64 (VS17) and tracing JIT; see $ url " );
15- }
168?>
179--FILE--
1810<?php
You can’t perform that action at this time.
0 commit comments