Home
last modified time | relevance | path

Searched refs:library (Results 76 – 100 of 184) sorted by relevance

12345678

/PHP-7.4/ext/gd/tests/
H A Dimagelayereffect_basic.phpt2 Testing imagelayereffect() of GD library
H A Dimagelayereffect_error3.phpt2 Testing imagelayereffect() with invalid resource of GD library
H A Dlibgd00086_extern.phpt6 if (GD_BUNDLED) die("skip requires external GD library\n");
H A Dbug24155.phpt8 if (!function_exists("imagerotate")) die("skip requires bundled GD library\n");
H A Dimageantialias_error2.phpt2 Testing wrong parameter passing in imageantialias() of GD library
H A Dimagearc_variation1.phpt2 Testing passing negative end angle to imagearc() of GD library
H A Dimagearc_variation2.phpt2 Testing passing negative start angle to imagearc() of GD library
H A Dimageconvolution_basic.phpt2 Testing imageconvolution() of GD library
H A Dimageflip.phpt2 Testing imageflip() of GD library
H A Dbug77195.phpt16 Warning: imagecreatefromjpeg(): gd-jpeg: JPEG library reports unrecoverable error: JPEG datastream …
H A Dimagefilledarc_basic.phpt2 Testing imagefilledarc() of GD library
H A Dimagefilltoborder_basic.phpt2 Testing imagefilltoborder() of GD library
H A Dlibgd00101.phpt6 if (!GD_BUNDLED) die("skip requires bundled GD library\n");
H A Dimageconvolution_error2.phpt2 Testing wrong array size 2x3 in imageconvolution() of GD library
H A Dimageconvolution_error3.phpt2 Testing wrong array size 3x2 in imageconvolution() of GD library
H A Dimagecopymerge_basic.phpt2 Testing imagecopymerge() of GD library
H A Dimagegammacorrect_basic.phpt2 Testing imagegammacorrect() of GD library
/PHP-7.4/ext/mysqli/tests/
H A D013.phpt2 mysqli fetch mixed / mysql_query (may fail when using 4.1 library with 5.x server)
51 echo "error (4.1 library with 5.x server)";
/PHP-7.4/ext/pcre/tests/
H A Dinvalid_utf8_offset.phpt6 die('skip no utf8 support in PCRE library');
H A Dbug27103.phpt6 die('skip no utf8 support in PCRE library');
/PHP-7.4/ext/mysqli/
H A Dconfig.m462 dnl Check the library
74 …AC_MSG_ERROR([wrong mysql library version or lib not found. Check config.log for more information.…
79 dnl Check the library for mysql_stmt_next_result
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_phpinfo.phpt20 /* PDO Driver for MySQL, client library version => 6.0.3-alpha */
/PHP-7.4/ext/zlib/
H A Dphp_zlib.def2 ; zlib data compression library
/PHP-7.4/ext/bcmath/
H A Dconfig.w3212 AC_DEFINE('HAVE_BCMATH', 1, 'Have BCMATH library');
/PHP-7.4/ext/gd/libgd/
H A Dgdft.c120 FT_Library *library; member
130 FT_Library *library; member
204 static FT_Library library; variable
381 a->library = b->library;
458 err = FT_New_Face (*b->library, fullname, 0, &a->face);
771 FT_Done_FreeType(library);
798 if (FT_Init_FreeType(&library)) {
881 fontkey.library = &library;

Completed in 39 milliseconds

12345678