From: Jeroen van Wolffelaar Date: Fri, 5 Oct 2001 22:01:04 +0000 (+0000) Subject: Add test for array_search and in_array X-Git-Tag: PRE_PARAMETER_PARSING_API~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5541451085f088fe4e94f2b404291bd0ebe7499c;p=php Add test for array_search and in_array (should be expanded though) --- diff --git a/ext/standard/tests/array/array_search.phpt b/ext/standard/tests/array/array_search.phpt new file mode 100644 index 0000000000..caabaf2a2d --- /dev/null +++ b/ext/standard/tests/array/array_search.phpt @@ -0,0 +1,25 @@ +--TEST-- +search_array and in_array (including bug 13567) +--POST-- +--GET-- +--FILE-- +'d'); +$arr4 = array("a\0b"=>'e','key'=>'d', 'f'); + +$tests = <<