summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagealphablending_error1.phpt
blob: 6d49f32b071a98dd9628e1958de0c81fbf017177 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--TEST--
test imagealphablending without arguments

--CREDITS--
Marcelo Diniz <marcelo.leo27 [at] gmail [dot] com
‪#‎phpspMaisTestFest PHPSP on 2014-07-05

--SKIPIF--
<?php
    if (!extension_loaded('gd')) die("skip gd extension not available.");
?>

--FILE--
<?php
imagealphablending();
?>

--EXPECTF--
Warning: imagealphablending() expects exactly 2 parameters, 0 given in %s on line %d