Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 5284) sorted by path

12345678910>>...212

/PHP-7.4/
H A D.appveyor.yml47 # the setup scripts have to be touched, once some other db version is used
H A D.gdbinit6 set the ts resource, it is impossible for gdb to
27 this also sets compiler_globals to $cg
521 Takes a pointer to an object's property and prints the property information
H A D.gitattributes10 # A custom merge driver to avoid automatic merges. These are manually merged.
H A D.gitignore2 # untracked to ignore by Git. For other development environment specific files,
3 # such as editor configuration, a good practice is to exclude them using the
13 # Patches downloaded to patch files or to apply open source contributions
16 # Swap files created by editors and tools to indicate a locked file
38 # Temporary library object files generated by compiler and libtool due to failure
53 # Helper(s) generated by *nix build system to save the last configure command
232 # Microsoft Access database created for passing to tests
276 # Special cases to invert previous ignore patterns
H A DCODING_STANDARDS.md6 features are going in that general direction. Many sections have been recoded to
13 2. Functions that are given pointers to resources should not free them.
15 For instance, `function int mail(char *to, char *from)` should NOT free to
64 use `function_exists()` to test for the existence of a function.
77 to survive between multiple requests.
83 delimited, with care taken to minimize the letter count. Abbreviations
236 to accept C++-style comments in C code.
238 2. Use K&R-style. Of course, we can't and don't want to force anybody to use a
256 to:
263 spaces. It is important to maintain consistency in indenture so that
[all …]
H A DCONTRIBUTING.md1 # Contributing to PHP
31 PHP welcomes pull requests to [add tests](#writing-tests), fix bugs and to
50 sent to the pull request mailing list. Sending a note to PHP Internals list
63 [guide to reporting a bug](https://bugs.php.net/how-to-report.php).
82 You may also want to read
107 There are two ways to contribute to the PHP manual. You can edit the manual and
116 If you are having trouble contributing to PHP, or just want to talk to a human
251 or pointer to the bug to pecl-dev@lists.php.net. Also CC the extension
299 with regards to Git usage will:
315 of the code you want to contribute to.
[all …]
H A DEXTENSIONS7 Odd Fixes: It has a maintainer but they don't have time to do
H A DLICENSE18 3. The name "PHP" must not be used to endorse or promote products
29 license from time to time. Each version will be given a
32 of the license, you may always continue to use it under the terms
33 of that version. You may also choose to use such covered code
36 the right to modify the terms applicable to covered code created
H A DNEWS37 . No source changes to this release.
279 . Fixed bug #80929 (Method name corruption related to repeated calls to
505 . Fixed bug #80368 (OpenSSL extension fails to build against LibreSSL due to
644 . Updated to PCRE 10.35. (cmb)
1179 to be used). (Laruence)
1511 100 to 1000, added crash handler to cleanly shutdown PHP request, added
1568 socket-to-stream). (Nikita)
1929 100 to 1000, added crash handler to cleanly shutdown PHP request, added
1936 socket-to-stream). (Nikita)
2171 . Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP).
[all …]
H A DREADME.REDIST.BINS27 and semantics are as close as possible to those of the Perl 5 language.
185 please refer to the comments in BF_set_key() and to the crypt(3) man page
308 Permission is granted to anyone to use this software for any purpose,
310 freely, subject to the following restrictions:
365 permit others to whom the Software is furnished to do so as well.
511 * Portions relating to JPEG and to color quantization copyright
518 * Portions relating to GIF compression copyright 1989 by Jef
539 not to interfere with your productive use of gd. If you have
547 particular purpose, with respect to this code and accompanying
551 authors wish to thank David Koblas, David Rowley, and Hutchison
[all …]
H A DREADME.md12 PHP is a popular general-purpose scripting language that is especially suited to
14 blog to the most popular websites in the world. PHP is distributed under the PHP
29 Prebuilt packages and binaries can be used to get up and running fast with PHP.
33 `*.exe` files are ready to use.
41 PHP uses autotools on Unix systems to configure the build:
63 successful compilation of the sources to run this test suite.
65 It is possible to run tests using multiple cores by setting `-jN` in
99 to the official PHP developer mailing list internals@lists.php.net.
113 deprecated warning. get_magic_quotes_gpc can be used to detect the
123 See further documents in the repository for more information on how to
[all …]
H A DUPGRADING11 9. Other Changes to Extensions
13 11. Changes to INI File Handling
15 13. Migration to pkg-config
43 implementations may need to implement the stream_set_option() method to
180 such as when trying to write to a read-only file resource.
270 need to be seekable.
461 continue to be allowed.
540 to another process.
559 . The interbase extension has been moved to PECL. Access to an InterBase
579 databases which allows to specify the mapsize. The parameter defaults to
[all …]
H A DUPGRADING.INTERNALS17 n. Assignments to references
27 x. php_error_docref0() renamed to php_error_docref()
88 it possible to return a temporary property table.
154 been changed from char to int. This allows to pass the new constant macro
155 PHP_CSV_NO_ESCAPE to this parameter, to disable PHP's proprietary escape
175 n. Assignments to references now need to ensure that they respect property
197 is expected to use this exclusion API to maintain as much safety as
209 assign values to references. For more information see
217 have to be replaced with standard types.
277 from RTLD_LAZY to RTLD_NOW
[all …]
/PHP-7.4/TSRM/
H A DLICENSE12 may be used to endorse or promote products derived from this software
H A Dthreads.m431 dnl Set some magic defines to achieve POSIX threads conformance.
38 AC_MSG_ERROR(host_alias is not set. Make sure to run config.guess)
92 dnl Try to find a way to enable POSIX threads.
H A Dtsrm.m433 …AC_MSG_ERROR([Sorry[,] I was unable to locate the State Threads header file. Please specify the p…
48 AC_MSG_ERROR(Your system seems to lack POSIX threads.)
51 AC_DEFINE(PTHREADS, 1, Whether to use Pthreads)
60 dnl For the thread implementations, we always use --with-* to maintain
/PHP-7.4/Zend/
H A DLICENSE18 3. The names "Zend" and "Zend Engine" must not be used to endorse
24 of the license from time to time. Each version will be given a
27 of the license, you may always continue to use it under the
28 terms of that version. You may also choose to use such covered
31 Technologies Ltd. has the right to modify the terms applicable
32 to covered code created under this License.
H A DREADME.md7 The goal of the new memory manager (available since PHP 5.2) is to reduce memory
26 Since PHP 5.3.11 it is possible to prevent shared extensions from unloading so
33 `ZEND_VM` architecture allows specializing opcode handlers according to
57 also you can use ANY mask to disable specialization according operand's op_type.
59 same as in old `zend_execute.c`, but now it uses macros to access opcode
62 You can see the conformity of new macros to old code in the following list:
135 to generate executor:
H A DZend.m4134 dnl Ugly hack to check if dlsym() requires a leading underscore in symbol name.
155 dnl Test whether double cast to long preserves least significant bits.
156 AC_MSG_CHECKING(whether double cast to long preserves least significant bits)
179 …AC_DEFINE([ZEND_DVAL_TO_LVAL_CAST_OK], 1, [Define if double cast to long preserves least significa…
206 AC_MSG_CHECKING(whether to enable thread-safety)
209 AC_MSG_CHECKING(whether to enable inline optimization for GCC)
212 AC_MSG_CHECKING(whether to enable Zend debugging)
305 [whether to enable zend signal handling])],
317 AC_MSG_CHECKING(whether to enable zend signal handling)
332 [whether to enable GCC global register variables])],
/PHP-7.4/Zend/tests/
H A D001.phpt50 Exception: Too few arguments to function test2(), 0 passed in %s001.php on line 18 and exactly 1 ex…
53 Exception: Too few arguments to function test3(), 1 passed in %s001.php on line 27 and exactly 2 ex…
H A D002.phpt57 Warning: func_get_arg(): Argument 0 not passed to function in %s on line %d
60 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
67 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
71 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
73 Exception: Too few arguments to function test2(), 0 passed in %s002.php on line %d and exactly 1 ex…
77 Warning: func_get_arg(): Argument 2 not passed to function in %s on line %d
83 Warning: func_get_arg(): Argument 0 not passed to function in %s on line %d
86 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
88 Exception: Too few arguments to function test3(), 1 passed in %s002.php on line %d and exactly 2 ex…
92 Warning: func_get_arg(): Argument 2 not passed to function in %s on line %d
[all …]
H A D003.phpt58 Exception: Too few arguments to function test2(), 0 passed in %s003.php on line %d and exactly 1 ex…
67 Exception: Too few arguments to function test3(), 1 passed in %s003.php on line %d and exactly 2 ex…
H A D004.phpt20 Warning: Length must be greater than or equal to 0 in %s on line %d
H A D006.phpt22 Warning: Length must be greater than or equal to 0 in %s on line %d
H A D007.phpt30 Warning: Variable passed to each() is not an array or object in %s on line %d
33 Warning: Variable passed to each() is not an array or object in %s on line %d

Completed in 72 milliseconds

12345678910>>...212