From ebcddfa91d7fb9bb3dbb92faa8a2104f3da6e14e Mon Sep 17 00:00:00 2001 From: Shein Alexey Date: Thu, 20 Oct 2011 21:15:40 +0000 Subject: [PATCH] Fixed null to &null;. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318273 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/oci8/functions/oci-parse.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/oci8/functions/oci-parse.xml b/reference/oci8/functions/oci-parse.xml index ea4eb6f49f..38e5b5a2c3 100644 --- a/reference/oci8/functions/oci-parse.xml +++ b/reference/oci8/functions/oci-parse.xml @@ -22,7 +22,7 @@ Statement identifiers can be freed with oci_free_statement or by setting the - variable to null. + variable to &null;.