We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74924ad commit 710294cCopy full SHA for 710294c
ext/zend_test/tests/observer_bug81430_1.phpt
@@ -1,7 +1,9 @@
1
--TEST--
2
Bug #81430 (Attribute instantiation frame accessing invalid frame pointer)
3
---EXTENSIONS--
4
-zend_test
+--SKIPIF--
+<?php
5
+if (!extension_loaded("zend-test")) die("skip zend_test extension not available");
6
+?>
7
--INI--
8
memory_limit=20M
9
zend_test.observer.enabled=1
ext/zend_test/tests/observer_bug81430_2.phpt
Bug #81430 (Attribute instantiation leaves dangling execute_data pointer)
0 commit comments