Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 25 of 1113) sorted by path

12345678910>>...45

/PHP-7.4/
H A DCODING_STANDARDS.md30 3. Functions that are tightly integrated with other functions within the same
40 5. When writing functions that deal with strings, be sure to remember that PHP
42 calculated with `strlen()`. Write your functions in such a way so that
67 counterparts. These functions implement an internal "safety-net" mechanism
79 ## User functions/methods naming conventions
81 1. Function names for user-level functions should be enclosed with in the
111 2. If they are part of a "parent set" of functions, that parent should be
115 A family of `foo` functions, for example:
248 line between two functions, preferably two. Always prefer:
313 ## New and experimental functions
[all …]
H A DCONTRIBUTING.md98 similar functions should not be tested. These parameter parsing APIs are already
229 For information on PHP internal C functions see
H A DNEWS824 . Fixed bug #79668 (get_defined_functions(true) may miss functions). (cmb,
964 . Fixed bug #79200 (Some iconv functions cut Windows-1258). (cmb)
1331 compiled functions). (Majkl578)
1475 . Fixed bug #78314 (missing freetype support/functions with external gd).
1517 . Fixed bug #77907 (mb-functions do not respect default_encoding). (Nikita)
2105 . Implemented FR #72777 (Implement regex stack limits for mbregex functions).
2270 . Fixed bug #77552 (Unintialized php_stream_statbuf in stat functions).
2400 . Fixed bug #77370 (Buffer overflow on mb regex functions - fetch_token).
2402 . Fixed bug #77371 (heap buffer overflow in mb regex functions
2508 . Fixed bug #33502 (Some nullary functions don't check the number of
[all …]
H A DREADME.REDIST.BINS26 PCRE2 is a library of functions to support regular expressions whose syntax
35 The basic library functions are written in C and are freestanding. Also
199 The following php_mt_...() functions are based on a C++ class MTRand by
454 SIO stdio-replacement strx_* functions by Panos Tsirigotis
H A DUPGRADING53 . BCMath functions will now warn if a non well-formed number is passed, such
142 * Other internal functions that iterate over an array, but which
206 . Added support for arrow functions with implicit by-value scope binding.
277 . A new extension which provides a simple way to call native functions, access
310 . The preg_replace_callback() and preg_replace_callback_array() functions now
465 . The get_magic_quotes_gpc() and get_magic_quotes_runtime() functions are
H A DUPGRADING.INTERNALS159 add_index*() or zend_hash_*() API functions instead.
199 Unix, however functions that may read the environment without exclusion
204 The above is not an exhaustive list of such functions, while getenv/putenv
286 - Obsolescant checks for headers and functions that are part of C89 have
297 - Remove unused functions checks: HAVE_MBSINIT, HAVE_MEMPCPY, HAVE_SETPGID,
323 functions and structures are private to the extension now.
/PHP-7.4/Zend/
H A DZend.m4148 dnl Checks for library functions.
/PHP-7.4/Zend/tests/
H A D017.phpt2 builtin functions tests
H A D019.phpt2 Test unset(), empty() and isset() functions
361 // because these are not functions but statements, it will result in syntax error.
H A Dbug24635.phpt2 Bug #24635 (crash on dtor calling other functions)
H A Dbug27304.phpt2 Bug #27304 (Static functions don't function properly)
H A Dbug30922.phpt2 Bug #30922 (reflective functions crash PHP when interfaces extend themselves)
H A Dbug33558.phpt2 Bug #33558 (warning with nested calls to functions returning by reference)
H A Dbug41026.phpt2 Bug #41026 (segfault when calling "self::method()" in shutdown functions)
26 Warning: (Registered shutdown functions) Unable to call self::on_shutdown() - function does not exi…
H A Dbug43450.phpt2 Bug #43450 (Memory leak on some functions with implicit object __toString() call)
H A Dbug46196.phpt10 * Alias to functions:
/PHP-7.4/Zend/tests/anon/
H A D007.phpt2 testing anon classes in functions outside of classes in namespaces
/PHP-7.4/Zend/tests/arg_unpack/
H A Dinternal.phpt2 Argument unpacking with internal functions
/PHP-7.4/Zend/tests/arrow_functions/
H A D001.phpt30 // Nested arrow functions closing over variable
H A D002.phpt2 Arrow functions implicit use must be throwing notices only upon actual use
H A D003.phpt2 Variable-variables inside arrow functions
H A D004.phpt2 Auto-globals in arrow functions
H A D006.phpt2 Arrow functions syntax variations
H A D007.phpt2 Pretty printing for arrow functions
H A D008.phpt2 Yield inside arrow functions

Completed in 83 milliseconds

12345678910>>...45