~ubuntu-branches/ubuntu/maverick/php5/maverick-proposed

« back to all changes in this revision

Viewing changes to ext/gd/tests/imageantialias_error2.phpt

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-08-01 11:58:54 UTC
  • mfrom: (1.1.19 upstream) (0.4.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20100801115854-30yqnnj2vx87v6no
Tags: 5.3.3-1ubuntu1
Merge from Debian experimental: 

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
--SKIPIF--
7
7
<?php 
8
8
if (!extension_loaded("gd")) die("skip GD not present");
 
9
if (!GD_BUNDLED) die("skip requires bundled GD library\n");
9
10
?>
10
11
--FILE--
11
12
<?php