Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 6822) sorted by path

12345678910>>...273

/PHP-7.4/
H A D.gdbinit638 printf "looking ref %p in roots\n", $arg0
655 lookup a refcounted in root
H A D.gitignore4 # .git/info/exclude in the cloned repository or a global .gitignore file.
87 config.h.in
100 /main/php_config.h.in
H A DCODING_STANDARDS.md3 This file lists several standards that any programmer adding or changing code in
6 features are going in that general direction. Many sections have been recoded to
11 1. Document your code in source files and the manual. (tm)
42 calculated with `strlen()`. Write your functions in such a way so that
52 7. Use `PHP_*` macros in the PHP source, and `ZEND_*` macros in the Zend part of
59 commented out, especially in bundled libraries.
70 in debug mode.
81 1. Function names for user-level functions should be enclosed with in the
236 to accept C++-style comments in C code.
263 spaces. It is important to maintain consistency in indenture so that
[all …]
H A DCONTRIBUTING.md3 Anybody who programs in PHP can be a contributing member of the community that
69 Feature requests are generally submitted in the form of
78 can be found in the [EXTENSIONS](/EXTENSIONS) file in the PHP source code
130 several parts where maintenance is happening upstream in their respective
154 ├─ libbcmath/ # Forked and maintained in php-src
178 ├─ libmbfl/ # Forked and maintained in php-src
201 ├─ libxmlrpc/ # Forked and maintained in php-src
236 If you are fixing broken functionality in a [PECL](https://pecl.php.net)
318 fighting publicly - take it up in private email.
329 Currently we have the following branches in use:
[all …]
H A DEXTENSIONS8 much other than throw the odd patch in. See below.
H A DLICENSE6 Redistribution and use in source and binary forms, with or without
13 2. Redistributions in binary form must reproduce the above copyright
14 notice, this list of conditions and the following disclaimer in
23 may "PHP" appear in their name, without prior written permission
24 from group@php.net. You may indicate that your software works in
H A DNEWS321 operator in if-condition). (Nikita)
1222 . Fixed bug #78903 (Conflict in RTD key for closures results in crash).
1351 . Fixed bug #78212 (Segfault in built-in webserver). (cmb)
1384 . Fixed bug #78632 (method_exists() in php74 works differently from php73 in
1399 . The built-in CLI server now reports the request method in log files.
1908 . Fixed bug #78212 (Segfault in built-in webserver). (cmb)
1991 arrays in SCCP). (Nikita)
2083 . Fixed bug #77794 (Incorrect Date header format in built-in server).
2419 frees in one block). (Nikita)
2476 . Fixed bug #75683 (Memory leak in zend_register_functions() in ZTS mode).
[all …]
H A DREADME.REDIST.BINS33 testdata directory is not copyrighted and is in the public domain.
36 included in the distribution is a just-in-time compiler that can be used to
80 Redistribution and use in source and binary forms, with or without
161 Written by Solar Designer <solar at openwall.com> in 1998-2011.
186 included in the crypt_blowfish tarball.
288 in the software and related documentation as defined in the Federal
296 terms specified in this license.
314 in a product, an acknowledgment in the product documentation would be
399 Sponsored in part by the Defense Advanced Research Projects
514 G. Lane. This software is based in part on the work of the
[all …]
H A DREADME.md14 blog to the most popular websites in the world. PHP is distributed under the PHP
65 It is possible to run tests using multiple cores by setting `-jN` in
88 essential bundled extensions. Additional extensions can be found in the PHP
93 The PHP source code is located in the Git repository at
123 See further documents in the repository for more information on how to
H A DUPGRADING5 3. Changes in SAPI modules
39 `<? php` and resulted in a syntax error (with short_open_tag=1) or was
110 may be removed in the future.
174 substitution is supported, in which case it is equivalent to
188 characters instead of leaving behind holes in the token stream.
263 resulted in a fatal error. Existing recoverable fatals in string conversions
331 use of SQLite3 extended result codes in errorInfo().
353 which will be deprecated in the future.
386 3. Changes in SAPI modules
580 zero, in which case the compiled in default mapsize (usually 1048576) will
[all …]
H A DUPGRADING.INTERNALS57 check property_info->ce (in the same way as with methods).
90 get_properties() is still used in cases where none of the above purposes
163 about interfaces and traits is kept in zend_class_entry structure and
179 instructions as well as a compatibility shim in the wiki:
198 reasonable. This results in "thread safe" getenv/putenv in Windows and
205 will behave as if they are safe, care should still be taken in
212 t. convert_to_string() and zval_get_string() are now more likely to result in
221 ZEND_ASSIGN_STATIC_PROP in extended value, now we use ZEND_ASSIGN_OP,
223 ZEND_ADD (or other) in extended_value.
281 - PHP_PROG_RE2C is not called in the generated configure.ac for extensions
[all …]
/PHP-7.4/TSRM/
H A DLICENSE4 Redistribution and use in source and binary forms, with or without
H A Dthreads.m43 dnl Redistribution and use in source and binary forms, with or without
10 dnl 2. Redistributions in binary form must reproduce the above copyright
11 dnl notice, this list of conditions and the following disclaimer in
40 case $host_alias in
108 for flag in -kthread -pthread -pthreads -mthreads -Kthread -threads -mt -qthreaded; do
124 for lib in pthread pthreads c_r; do
H A Dtsrm.m418 AC_MSG_RESULT(yes - installed in $PTH_PREFIX)
H A Dtsrm_win32.c455 HANDLE in, out; in popen_ex() local
508 if (!type_len || !CreatePipe(&in, &out, &security, 2048L)) { in popen_ex()
526 in = dupHandle(in, FALSE); in popen_ex()
531 startup.hStdInput = in; in popen_ex()
581 fno = _open_osfhandle((tsrm_intptr_t)in, _O_RDONLY | mode); in popen_ex()
585 CloseHandle(in); in popen_ex()
/PHP-7.4/Zend/
H A DLICENSE6 Redistribution and use in source and binary forms, with or without
13 2. Redistributions in binary form must reproduce the above
15 disclaimer in the documentation and/or other materials provided
H A DREADME.md27 that valgrind can correctly track the memory leaks in shared extensions. For
37 method). As in most PHP applications raw execution speed isn't the limiting
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:
H A DZend.m4134 dnl Ugly hack to check if dlsym() requires a leading underscore in symbol name.
137 AC_MSG_CHECKING([whether dlsym() requires a leading underscore in symbol names])
142 …AC_DEFINE(DLSYM_NEEDS_UNDERSCORE, 1, [Define if dlsym() requires a leading underscore in symbol na…
477 dnl This is the most probable fallback so we assume yes in case of cross compile.
512 dnl This is the most probable fallback so we assume yes in case of cross compile.
/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…
57 Warning: func_num_args(): Called from the global scope - no function context in %s on line %d
H A D002.phpt54 Warning: func_get_arg(): The argument number should be >= 0 in %s on line %d
57 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
63 Warning: func_get_arg(): The argument number should be >= 0 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
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
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…
79 Warning: func_get_args(): Called from the global scope - no function context in %s on line %d
H A D004.phpt16 Warning: strncmp() expects exactly 3 parameters, 2 given in %s on line %d
20 Warning: Length must be greater than or equal to 0 in %s on line %d
H A D005.phpt18 Warning: strcasecmp() expects exactly 2 parameters, 1 given in %s on line %d
H A D006.phpt19 Warning: strncasecmp() expects exactly 3 parameters, 1 given in %s on line %d
22 Warning: Length must be greater than or equal to 0 in %s on line %d
H A D007.phpt25 Warning: each() expects exactly 1 parameter, 0 given in %s on line %d
28 Deprecated: The each() function is deprecated. This message will be suppressed on further calls in
30 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 53 milliseconds

12345678910>>...273