~ubuntu-branches/ubuntu/quantal/zeroc-ice/quantal

« back to all changes in this revision

Viewing changes to php/test/Ice/checksum/Client.php

  • Committer: Bazaar Package Importer
  • Author(s): Cleto Martín
  • Date: 2011-06-25 19:44:26 UTC
  • mfrom: (6.1.16 sid)
  • Revision ID: james.westby@ubuntu.com-20110625194426-9fip3u3hlwheohvl
Tags: 3.4.2-1
New upstream release (Closes: #631456).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?
2
2
// **********************************************************************
3
3
//
4
 
// Copyright (c) 2003-2010 ZeroC, Inc. All rights reserved.
 
4
// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
5
5
//
6
6
// This copy of Ice is licensed to you under the terms described in the
7
7
// ICE_LICENSE file included in this distribution.
17
17
}
18
18
 
19
19
$NS = function_exists("Ice\\initialize");
20
 
require ($NS ? 'Ice_ns.php' : 'Ice.php');
21
 
require 'Test.php';
22
 
require 'CTypes.php';
 
20
require_once ($NS ? 'Ice_ns.php' : 'Ice.php');
 
21
require_once 'Test.php';
 
22
require_once 'CTypes.php';
23
23
 
24
24
function test($b)
25
25
{