summaryrefslogtreecommitdiff
path: root/Zend/tests/bug70914.phpt
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-11-15 00:03:40 +0100
committerAnatol Belski <ab@php.net>2015-11-15 00:03:40 +0100
commit1934d6d9abc2c983d70e0a9f1d958a610aee165a (patch)
tree1756a7cfcfb44016ed384344a6318cdc59d37b8e /Zend/tests/bug70914.phpt
parente3d19e81a2498214f8d0309f22428e872c08c4c5 (diff)
downloadphp-git-1934d6d9abc2c983d70e0a9f1d958a610aee165a.tar.gz
fix test title
c/p mistake :)
Diffstat (limited to 'Zend/tests/bug70914.phpt')
-rw-r--r--Zend/tests/bug70914.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug70914.phpt b/Zend/tests/bug70914.phpt
index 7da64d7d92..e5f5d7460e 100644
--- a/Zend/tests/bug70914.phpt
+++ b/Zend/tests/bug70914.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #70895 null ptr deref and segfault with crafted callable
+Bug #70914 zend_throw_or_error() format string vulnerability
--SKIPIF--
<?php
if (!extension_loaded("pdo_sqlite")) {