Home
last modified time | relevance | path

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

1234567

/PHP-8.3/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…
44 string(%d) "%s/_test/documents/projects/myproject/vendor/name/library/classpath"
46 string(%d) "%s\_test\documents\projects\myproject\vendor\name\library\classpath"
47 string(%d) "%s/_test/documents/projects/myproject/vendor/name/library"
48library/classpath/../../../../../../../../_test/documents/projects/myproject/vendor/name/library/.…
50 string(%d) "%s\_test\documents\projects\myproject\vendor\name\library\classpath"
51 string(%d) "%s/_test/documents/projects/myproject/vendor/name/library"
/PHP-8.3/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-8.3/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-8.3/ext/pcre/
H A Dconfig.w328 AC_DEFINE('HAVE_BUNDLED_PCRE', 1, 'Using bundled PCRE library');
9 AC_DEFINE('PCRE2_CODE_UNIT_WIDTH', 8, 'Have PCRE library');
17 AC_DEFINE('HAVE_PCRE_JIT_SUPPORT', 1, 'PCRE library');
/PHP-8.3/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-8.3/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-8.3/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-8.3/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.
/PHP-8.3/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-8.3/ext/readline/
H A DREADME.md10 C variables starting with `rl_*` are declared by the readline library
11 (or are macros referring to variables from the libedit library).
/PHP-8.3/ext/dba/tests/
H A Ddba_dbm.phpt16 set_up_db($handler, $db_name, false /* Locking done by the library */);
17 run_standard_tests($handler, $db_name, false /* Locking done by the library */);
/PHP-8.3/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-8.3/ext/standard/tests/array/
H A Duasort_variation8.phpt6 * Passing different built-in library functions in place of 'cmp_function'
16 // Testing library functions as comparison function
/PHP-8.3/ext/intl/tests/
H A Dbug70451.phpt2 Bug #70451 IntlChar::charFromName() not consistent with C library or HHVM
/PHP-8.3/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
/PHP-8.3/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");
/PHP-8.3/ext/ffi/tests/
H A Dffi_load_error.phpt2 Test that FFI::load returns a detailed error when failling to load a shared library

Completed in 37 milliseconds

1234567