--SKIPIF--
<?php
if (!extension_loaded('gd')) die('skip gd extension not available');
-if (!GD_BUNDLED) die('upstream bugfix has not been released');
+if (!GD_BUNDLED) die('skip upstream bugfix has not been released');
?>
--FILE--
<?php
--SKIPIF--
<?php
if (!extension_loaded('gd')) die('skip gd extension not available');
-if (!GD_BUNDLED) die('upstream bugfix has not been released');
+if (!GD_BUNDLED) die('skip upstream bugfix has not been released');
?>
--FILE--
<?php
--SKIPIF--
<?php
if (!extension_loaded('gd')) die('skip gd extension not available');
-if (!GD_BUNDLED) die('upstream bugfix has not been released');
+if (!GD_BUNDLED) die('skip upstream bugfix has not been released');
?>
--FILE--
<?php
--SKIPIF--
<?php
require_once(dirname(__FILE__).'/skipif.inc');
-if (!function_exists('snmp_set_enum_print')) die('This function is only available if using NET_SNMP');
+if (!function_exists('snmp_set_enum_print')) die('skip This function is only available if using NET_SNMP');
?>
--FILE--
<?php
--SKIPIF--
<?php
require_once(dirname(__FILE__).'/skipif.inc');
-if (!function_exists('snmp_set_oid_output_format')) die('This function is only available if using NET_SNMP');
+if (!function_exists('snmp_set_oid_output_format')) die('skip This function is only available if using NET_SNMP');
?>
--FILE--
<?php
skip_if_not_win();
-if (strlen(dirname(__FILE__)) > 259) die("Unsuitable starting path length");
+if (strlen(dirname(__FILE__)) > 259) die("skip Unsuitable starting path length");
?>
--FILE--
<?php