From 821e65d876cc0ce2b32471791b02d9f7cc784c99 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Fri, 16 Jan 2015 14:13:47 +0100 Subject: fixed typos in lambda function documentation --- documentation/lambda-functions.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/lambda-functions.html b/documentation/lambda-functions.html index 8014b2a..9278234 100644 --- a/documentation/lambda-functions.html +++ b/documentation/lambda-functions.html @@ -14,7 +14,7 @@ directly to a function).

-

<php
+
<?php
 // anonymous PHP function stored in the variable $f
 $f = function($a, $b) {
     
@@ -100,7 +100,7 @@ extern "C" {
     PHP array_map() function:
 

-

<php
+
<?php
 // function that iterates over an array, and calls a function on every
 // element in that array, it returns a new array with every item
 // replaced by the result of the callback
-- 
cgit v1.2.3