diff options
Diffstat (limited to 'php/test/Ice/exceptions')
-rw-r--r-- | php/test/Ice/exceptions/Client.php | 9 | ||||
-rw-r--r-- | php/test/Ice/exceptions/Test.ice | 2 | ||||
-rw-r--r-- | php/test/Ice/exceptions/junk.php | 9 | ||||
-rwxr-xr-x | php/test/Ice/exceptions/run.py | 2 |
4 files changed, 20 insertions, 2 deletions
diff --git a/php/test/Ice/exceptions/Client.php b/php/test/Ice/exceptions/Client.php index 739b246f0e1..89355953d25 100644 --- a/php/test/Ice/exceptions/Client.php +++ b/php/test/Ice/exceptions/Client.php @@ -1,3 +1,12 @@ +<!-- ********************************************************************** --> +<!-- --> +<!-- Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. --> +<!-- --> +<!-- This copy of Ice is licensed to you under the terms described in the --> +<!-- ICE_LICENSE file included in this distribution. --> +<!-- --> +<!-- ********************************************************************** --> + <? error_reporting(E_ALL | E_STRICT); diff --git a/php/test/Ice/exceptions/Test.ice b/php/test/Ice/exceptions/Test.ice index d1758c231a5..ef3994fdab6 100644 --- a/php/test/Ice/exceptions/Test.ice +++ b/php/test/Ice/exceptions/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. diff --git a/php/test/Ice/exceptions/junk.php b/php/test/Ice/exceptions/junk.php index 3aa5c90d843..c80de7c276e 100644 --- a/php/test/Ice/exceptions/junk.php +++ b/php/test/Ice/exceptions/junk.php @@ -1,3 +1,12 @@ +<!-- ********************************************************************** --> +<!-- --> +<!-- Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. --> +<!-- --> +<!-- This copy of Ice is licensed to you under the terms described in the --> +<!-- ICE_LICENSE file included in this distribution. --> +<!-- --> +<!-- ********************************************************************** --> + <? echo "value = ",PHP_CONFIG_FILE_PATH,"\n"; ?> diff --git a/php/test/Ice/exceptions/run.py b/php/test/Ice/exceptions/run.py index 2691cd92bb4..ce3212a3fd2 100755 --- a/php/test/Ice/exceptions/run.py +++ b/php/test/Ice/exceptions/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. # # This copy of Ice is licensed to you under the terms described in the # ICE_LICENSE file included in this distribution. |