From 47236d7fc72d2cff442629c2ad94dba47bebcb57 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 23 Sep 2005 23:09:47 +0000 Subject: [PATCH] - Implemented filter_int, filter_float and filter_bool. --- ext/filter/filter_private.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ext/filter/filter_private.h b/ext/filter/filter_private.h index daf8349328..5d6b6e53e4 100644 --- a/ext/filter/filter_private.h +++ b/ext/filter/filter_private.h @@ -1,3 +1,21 @@ +/* + +----------------------------------------------------------------------+ + | PHP Version 5 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2005 The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 3.0 of the PHP license, | + | that is bundled with this package in the file LICENSE, and is | + | available through the world-wide-web at the following url: | + | http://www.php.net/license/3_0.txt. | + | If you did not receive a copy of the PHP license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@php.net so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Authors: Derick Rethans | + +----------------------------------------------------------------------+ +*/ + #define FILTER_FLAG_NONE 0x0000 #define FILTER_FLAG_ALLOW_OCTAL 0x0001 -- 2.50.1