Home
last modified time | relevance | path

Searched refs:library (Results 1 – 25 of 184) sorted by relevance

12345678

/PHP-7.4/ext/standard/tests/dir/
H A Dbug72625.phpt17 $f0 = "$base/_test/documents/projects/myproject/vendor/name/library/classpath";
18 …nts/projects/myproject/vendor/name/library/../../../../../../../_test/documents/projects/myproject…
45 string(%d) "%s/_test/documents/projects/myproject/vendor/name/library/classpath"
47 string(%d) "%s\_test\documents\projects\myproject\vendor\name\library\classpath"
48 string(%d) "%s/_test/documents/projects/myproject/vendor/name/library"
49library/classpath/../../../../../../../../_test/documents/projects/myproject/vendor/name/library/.…
51 string(%d) "%s\_test\documents\projects\myproject\vendor\name\library\classpath"
52 string(%d) "%s/_test/documents/projects/myproject/vendor/name/library"
/PHP-7.4/ext/bcmath/libbcmath/
H A DREADME.md1 # The bcmath library
3 This is a fork of the bcmath library initially created by Phil Nelson in May
6 Bcmath is a library of arbitrary precision math routines. These routines, in a
10 This library is provided to make these routines useful in a larger context with
13 These routines do not duplicate functionality of the GNU gmp library. The gmp
14 library is similar, but the actual computation is different.
16 Initial library (version 0.1) has been created in 2000-05-21 and then forked and
23 The math routines of GNU bc become more generally useful in a library form. By
24 separating the BCMATH library from GNU bc, GNU bc can be under the GPL and
41 Phil Nelson (philnelson@acm.org) wrote bcmath library.
[all …]
H A DLICENSE46 with the library after making changes to the library and recompiling
51 permission to copy, distribute and/or modify the library.
54 there is no warranty for the free library. Also, if the library is
80 the library.
113 "work based on the library" and a "work that uses the library". The
115 be combined with the library in order to run.
143 and installation of the library.
170 a) The modified work must itself be a software library.
228 the Library into a program that is not a library.
337 Library side-by-side in a single library together with other library
[all …]
/PHP-7.4/ext/pcre/
H A Dconfig.w328 AC_DEFINE('HAVE_BUNDLED_PCRE', 1, 'Using bundled PCRE library');
9 AC_DEFINE('HAVE_PCRE', 1, 'Have PCRE library');
10 AC_DEFINE('PCRE2_CODE_UNIT_WIDTH', 8, 'Have PCRE library');
18 AC_DEFINE('HAVE_PCRE_JIT_SUPPORT', 1, 'PCRE library');
H A Dconfig0.m41 dnl By default we'll compile and link against the bundled PCRE library. If
5 [Use external library for PCRE support])],
61 AC_MSG_CHECKING([for PCRE library to use])
/PHP-7.4/ext/skeleton/
H A Dconfig.m4.in24 dnl Remove this code block if the library does not support pkg-config.
29 dnl If you need to check for a particular library version using PKG_CHECK_MODULES,
35 dnl Remove this code block if the library supports pkg-config.
56 dnl Remove this code block if the library supports pkg-config.
60 dnl Remove this code block if the library supports pkg-config.
65 dnl If you need to check for a particular library function (e.g. a conditional
71 dnl AC_MSG_ERROR([FEATURE not supported by your %EXTNAME% library.])
76 dnl If you need to check for a particular library function (e.g. a conditional
83 dnl AC_MSG_ERROR([FEATURE not supported by your %EXTNAME% library.])
/PHP-7.4/ext/mysqli/
H A Dconfig.w325 // client library to connect to the MySQL server, i.e. no external MySQL
6 // client library is needed to perform the build.
26 AC_DEFINE('HAVE_MYSQLILIB', 1, 'Have MySQLi library');
36 AC_DEFINE('HAVE_MYSQLILIB', 1, 'Have MySQLi library');
/PHP-7.4/ext/date/lib/
H A DREADME.rst4 Timelib is a timezone and date/time library that can calculate local time,
8 It is the library supporting PHP's Date/Time extension and MongoDB's time zone
/PHP-7.4/ext/pcre/tests/
H A Dskip.ini5 [No utf8 support in PCRE library]
13 [No support for \p support PCRE library]
H A Dinvalid_utf8.phpt6 die('skip no utf8 support in PCRE library');
/PHP-7.4/sapi/embed/
H A Dconfig.m43 [EXPERIMENTAL: Enable building of embedded SAPI library TYPE is either
8 AC_MSG_CHECKING([for embedded SAPI library support])
H A Dconfig.w323 ARG_ENABLE('embed', 'Embedded SAPI library', 'no');
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE38 you if you distribute copies of the library or if you modify it.
45 with the library after making changes to the library and recompiling
50 permission to copy, distribute and/or modify the library.
53 there is no warranty for the free library. Also, if the library is
79 the library.
111 "work based on the library" and a "work that uses the library". The
113 be combined with the library in order to run.
140 and installation of the library.
167 a) The modified work must itself be a software library.
225 the Library into a program that is not a library.
[all …]
/PHP-7.4/tests/run-test/
H A Dbug75042-3.phpt12 PHP Warning: PHP Startup: Unable to load dynamic library '%snonexistentsharedmodule.%s' %A
/PHP-7.4/ext/session/
H A Dconfig.m431 AC_MSG_ERROR(cannot find mm library)
35 dnl The mm library is not thread-safe, and mod_mm.c refuses to compile.
/PHP-7.4/ext/intl/tests/
H A Dbug70451.phpt2 Bug #70451 IntlChar::charFromName() not consistent with C library or HHVM
/PHP-7.4/ext/gd/tests/
H A Dimagefontheight_basic.phpt2 Testing imagefontheight() of GD library
H A Dimageinterlace_basic.phpt2 Testing imageinterlace() of GD library
H A Dimagecolordeallocate_basic.phpt2 Testing imagecolordeallocate() of GD library
H A Dimageistruecolor_basic.phpt2 Testing imageistruecolor() of GD library
H A Dimagefontwidth_basic.phpt2 Testing imagefontwidth() of GD library
H A Dimagefilter_error13.phpt2 Testing wrong parameter value of COLORIZE in imagefilter() of GD library
H A Dimagecreatetruecolor_basic.phpt2 Testing imagecreatetruecolor() of GD library
/PHP-7.4/ext/sodium/
H A Dconfig.w328 AC_DEFINE('HAVE_LIBSODIUMLIB', 1 , 'Have the Sodium library');
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_phpinfo.phpt23 if (!stristr($phpinfo, "client api library version"))
24 printf("[002] ext/mysqli should have exposed the library version.\n");

Completed in 55 milliseconds

12345678