From 17fdae93ba663348a57cf774873c989dd641d8c0 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 30 May 2003 18:07:51 +0000 Subject: [PATCH] Added {braces} and php tags to the examples. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129442 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/in-array.xml | 32 +++++++++++++++++--------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/reference/array/functions/in-array.xml b/reference/array/functions/in-array.xml index d0b91243c3..6299f1a1ed 100644 --- a/reference/array/functions/in-array.xml +++ b/reference/array/functions/in-array.xml @@ -1,5 +1,5 @@ - + @@ -42,6 +42,7 @@ <function>in_array</function> example ]]> @@ -70,10 +72,13 @@ Got Irix ]]> @@ -95,18 +100,23 @@ if (in_array(1.13, $a, TRUE)) - -// This will output: - -'ph' was found -'o' was found ]]>