]> granicus.if.org Git - php/commitdiff
- Implemented filter_int, filter_float and filter_bool.
authorDerick Rethans <derick@php.net>
Fri, 23 Sep 2005 23:09:47 +0000 (23:09 +0000)
committerDerick Rethans <derick@php.net>
Fri, 23 Sep 2005 23:09:47 +0000 (23:09 +0000)
ext/filter/filter_private.h

index daf8349328d304ac9f23839619f14546e6dfb9ed..5d6b6e53e4918f802767000b0d4940bd6c2057d9 100644 (file)
@@ -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 <derick@php.net>                             |
+  +----------------------------------------------------------------------+
+*/
+
 #define FILTER_FLAG_NONE                    0x0000
 
 #define FILTER_FLAG_ALLOW_OCTAL             0x0001