summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_walk_error1.phpt
diff options
context:
space:
mode:
authorRaghubansh Kumar <kraghuba@php.net>2007-12-17 13:02:27 +0000
committerRaghubansh Kumar <kraghuba@php.net>2007-12-17 13:02:27 +0000
commitf5f92c19409634a9d7417b727fecdd8fab692317 (patch)
tree72da423043930d41cdb5dd4444b5b1e5e79ac67b /ext/standard/tests/array/array_walk_error1.phpt
parent4de3c0b9859dbb9a7cc35b0513033d456045fc6c (diff)
downloadphp-git-f5f92c19409634a9d7417b727fecdd8fab692317.tar.gz
fix tests
Diffstat (limited to 'ext/standard/tests/array/array_walk_error1.phpt')
-rw-r--r--ext/standard/tests/array/array_walk_error1.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/array/array_walk_error1.phpt b/ext/standard/tests/array/array_walk_error1.phpt
index ac64cbfd1f..39092c5261 100644
--- a/ext/standard/tests/array/array_walk_error1.phpt
+++ b/ext/standard/tests/array/array_walk_error1.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test array_walk() function : error conditions(Bug#43558)
+Test array_walk() function : error conditions
--FILE--
<?php
/* Prototype : bool array_walk(array $input, string $funcname [, mixed $userdata])
@@ -44,5 +44,5 @@ NULL
-- Testing array_walk() function with non existent callback function --
Warning: array_walk() expects parameter 2 to be valid callback, string given in %s on line %d
-bool(false)
+NULL
Done