File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Zend/tests/readonly_props Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22Readonly property cannot be reset twice during cloning
33--SKIPIF--
44<?php
5- if (function_exists ('opcache_get_status ' ) && opcache_get_status ()["jit " ]["enabled " ] ?? false ) {
5+ if (function_exists ('opcache_get_status ' ) && ( opcache_get_status ()["jit " ]["enabled " ] ?? false ) ) {
66 die ('skip Not yet implemented for JIT ' );
77}
88?>
Original file line number Diff line number Diff line change 22Readonly property can be reset once during cloning
33--SKIPIF--
44<?php
5- if (function_exists ('opcache_get_status ' ) && opcache_get_status ()["jit " ]["enabled " ] ?? false ) {
5+ if (function_exists ('opcache_get_status ' ) && ( opcache_get_status ()["jit " ]["enabled " ] ?? false ) ) {
66 die ('skip Not yet implemented for JIT ' );
77}
88?>
Original file line number Diff line number Diff line change 22__clone() can indirectly modify unlocked readonly properties
33--SKIPIF--
44<?php
5- if (function_exists ('opcache_get_status ' ) && opcache_get_status ()["jit " ]["enabled " ] ?? false ) {
5+ if (function_exists ('opcache_get_status ' ) && ( opcache_get_status ()["jit " ]["enabled " ] ?? false ) ) {
66 die ('skip Not yet implemented for JIT ' );
77}
88?>
You can’t perform that action at this time.
0 commit comments