Searched refs:library (Results 1 – 25 of 153) sorted by relevance
1234567
/PHP-8.2/ext/standard/tests/dir/ |
H A D | bug72625.phpt | 17 $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" 48 …library/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.2/ext/bcmath/libbcmath/ |
H A D | README.md | 1 # 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 D | LICENSE | 46 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.2/ext/skeleton/ |
H A D | config.m4.in | 24 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.2/ext/pcre/ |
H A D | config.w32 | 8 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.2/ext/pcre/tests/ |
H A D | skip.ini | 5 [No utf8 support in PCRE library] 13 [No support for \p support PCRE library]
|
H A D | invalid_utf8.phpt | 6 die('skip no utf8 support in PCRE library');
|
/PHP-8.2/ext/date/lib/ |
H A D | README.rst | 4 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.2/ext/mbstring/libmbfl/ |
H A D | LICENSE | 38 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.2/ext/mysqli/ |
H A D | config.w32 | 5 // client library to connect to the MySQL server, i.e. no external MySQL 6 // client library is needed to perform the build.
|
/PHP-8.2/sapi/embed/ |
H A D | config.m4 | 3 [EXPERIMENTAL: Enable building of embedded SAPI library TYPE is either 8 AC_MSG_CHECKING([for embedded SAPI library support])
|
H A D | config.w32 | 3 ARG_ENABLE('embed', 'Embedded SAPI library', 'no');
|
/PHP-8.2/ext/readline/ |
H A D | README.md | 10 C variables starting with `rl_*` are declared by the readline library 11 (or are macros referring to variables from the libedit library).
|
/PHP-8.2/ext/dba/tests/ |
H A D | dba_dbm.phpt | 16 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.2/ext/standard/tests/array/ |
H A D | uasort_variation8.phpt | 6 * Passing different built-in library functions in place of 'cmp_function' 16 // Testing library functions as comparison function
|
/PHP-8.2/ext/session/ |
H A D | config.m4 | 31 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.2/ext/intl/tests/ |
H A D | bug70451.phpt | 2 Bug #70451 IntlChar::charFromName() not consistent with C library or HHVM
|
/PHP-8.2/ext/gd/tests/ |
H A D | imagefontheight_basic.phpt | 2 Testing imagefontheight() of GD library
|
H A D | imageinterlace_basic.phpt | 2 Testing imageinterlace() of GD library
|
H A D | imagecolordeallocate_basic.phpt | 2 Testing imagecolordeallocate() of GD library
|
H A D | imageistruecolor_basic.phpt | 2 Testing imageistruecolor() of GD library
|
H A D | imagefontwidth_basic.phpt | 2 Testing imagefontwidth() of GD library
|
H A D | imagefilter_error13.phpt | 2 Testing wrong parameter value of COLORIZE in imagefilter() of GD library
|
H A D | imagecolormatch_basic.phpt | 2 Basic test imagecolormatch() of GD library
|
/PHP-8.2/ext/mysqli/tests/ |
H A D | mysqli_phpinfo.phpt | 23 if (!stristr($phpinfo, "client api library version")) 24 printf("[002] ext/mysqli should have exposed the library version.\n");
|
Completed in 33 milliseconds
1234567