File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Zend/tests/property_hooks Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2
2
Attempted read/write of backing value in a delegated method throws
3
3
--SKIPIF--
4
4
<?php
5
- if (getenv ( ' SKIP_ASAN ' )) die (' skip ASAN reports stack-overflow ' );
5
+ if (! function_exists ( ' zend_test_zend_call_stack_get ' )) die (" skip zend_test_zend_call_stack_get() is not available " );
6
6
?>
7
+ --EXTENSIONS--
8
+ zend_test
7
9
--INI--
8
10
; The test may use a large amount of memory on systems with a large stack limit
9
11
memory_limit=2G
Original file line number Diff line number Diff line change 2
2
Attempted read/write of backing value in sibling property hook fails
3
3
--SKIPIF--
4
4
<?php
5
- if (getenv ( ' SKIP_ASAN ' )) die (' skip ASAN reports stack-overflow ' );
5
+ if (! function_exists ( ' zend_test_zend_call_stack_get ' )) die (" skip zend_test_zend_call_stack_get() is not available " );
6
6
?>
7
+ --EXTENSIONS--
8
+ zend_test
7
9
--INI--
8
10
; The test may use a large amount of memory on systems with a large stack limit
9
11
memory_limit=2G
Original file line number Diff line number Diff line change 2
2
Attempted read/write of virtual property backing value throws
3
3
--SKIPIF--
4
4
<?php
5
- if (getenv ( ' SKIP_ASAN ' )) die (' skip ASAN reports stack-overflow ' );
5
+ if (! function_exists ( ' zend_test_zend_call_stack_get ' )) die (" skip zend_test_zend_call_stack_get() is not available " );
6
6
?>
7
+ --EXTENSIONS--
8
+ zend_test
7
9
--INI--
8
10
; The test may use a large amount of memory on systems with a large stack limit
9
11
memory_limit=2G
You can’t perform that action at this time.
0 commit comments