Home
last modified time | relevance | path

Searched refs:imagestringup (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/ext/gd/tests/
H A Dimagestringup_error1.phpt2 Testing error on non-resource parameter 1 of imagestringup() of GD library
13 $result = imagestringup('string', 1, 5, 5, 'String', 1);
17 Warning: imagestringup() expects parameter 1 to be resource, %s given in %s on line %d
H A Dimagestringup_error2.phpt2 Testing error on non-image resource parameter 1 of imagestringup() of GD library
13 $result = imagestringup(tmpfile(), 1, 5, 5, 'String', 1);
17 Warning: imagestringup(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagestringup_error3.phpt2 Testing error on non-long parameter 2 of imagestringup() of GD library
13 $result = imagestringup($image, 'string', 5, 5, 'String', 1);
17 Warning: imagestringup() expects parameter 2 to be long, %s given in %s on line %d
H A Dimagestringup_error4.phpt2 Testing error on non-long parameter 3 of imagestringup() of GD library
13 $result = imagestringup($image, 1, 'string', 5, 'String', 1);
17 Warning: imagestringup() expects parameter 3 to be long, %s given in %s on line %d
H A Dimagestringup_error6.phpt2 Testing error on non-string parameter 5 of imagestringup() of GD library
13 $result = imagestringup($image, 1, 5, 5, $image, 1);
17 Warning: imagestringup() expects parameter 5 to be string%S, %s given in %s on line %d
H A Dimagestringup_error7.phpt2 Testing error on non-long parameter 6 of imagestringup() of GD library
13 $result = imagestringup($image, 1, 5, 5, 'String', 'font');
17 Warning: imagestringup() expects parameter 6 to be long, %s given in %s on line %d
H A Dimagestringup_basic.phpt2 Testing imagestringup() of GD library
15 $result = imagestringup($image, 1, 5, 25, 'Str', $white);
/PHP-5.5/ext/gd/
H A Dphp_gd.h182 PHP_FUNCTION(imagestringup);
H A Dgd.c986 PHP_FE(imagestringup, arginfo_imagestringup)
3598 PHP_FUNCTION(imagestringup) in PHP_FUNCTION() argument

Completed in 24 milliseconds