Home
last modified time | relevance | path

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

12345678910>>...63

/PHP-5.5/
H A DCODING_STANDARDS32 2. Functions that are tightly integrated with other functions within the
43 4. When writing functions that deal with strings, be sure to remember
66 8. Do not define functions that are not available. For instance, if a
73 counterparts. These functions implement an internal "safety-net"
88 1. Function names for user-level functions should be enclosed with in
114 A family of 'foo' functions, for example:
125 3. Function names used by user functions should be prefixed
211 line between two functions, preferably two. Always prefer::
273 implementation of a new set of functions, it has been suggested
275 in the function directory, and that the functions follow the
[all …]
H A DINSTALL627 functions for Apache compatibility are also available. For support in
809 functions and uses them if available. If not, nsapi_virtual() is
924 listen on the localhost interface. If you use network functions,
1056 * If an extension was seemingly installed yet the functions are
1897 If your script uses the regular expression functions
H A DNEWS3140 functions. (Kalle)
3202 functions. Now the first arg_info for internal functions (which has special
3255 - Improved core functions:
3281 functions). (Pierre)
3376 - Improved filesystem functions:
3640 functions). (Pierre)
5798 related functions. (Pierre)
6114 prepending functions). (Scott)
9099 - Added new functions:
9289 current() functions). (Ilia)
[all …]
H A DREADME.EXT_SKEL9 and writing C code handling arguments passed to your functions from a simple
16 functions yourself, you can now do
28 libraries or functions in them, the module is already almost ready to be
40 functions it will contain, their return types and the arguments they take
53 Module functions (User functions) must be named
57 When you need to expose module functions to other modules, expose functions
145 best suited for quickly generating a wrapper for c-library functions you
H A DREADME.PARAMETER_PARSING_API1 New parameter parsing functions
5 Hence, borrowing from Python's example, there are now a set of functions
8 of the IS_* checks and convert_to_* conversions. The functions also
26 Both functions return SUCCESS or FAILURE depending on the result.
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES29 functions return NULL when no more data is available in the result set
30 (ext/mysql's functions return FALSE).
H A DREADME.REDIST.BINS132 The following php_mt_...() functions are based on a C++ class MTRand by
413 SIO stdio-replacement strx_* functions by Panos Tsirigotis
H A DREADME.SELF-CONTAINED-EXTENSIONS109 handling arguments passed to your functions. See README.EXT_SKEL for further
H A DREADME.STREAMS26 The main functions are:
42 These (should) behave in the same way as the ANSI stdio functions with similar
73 streams there are a range of functions to do this defined in php_streams.h.
74 A brief list of the most commonly used functions:
H A DREADME.SUBMITTING_PATCH38 Information on PHP internal C functions is at
103 Information on PHP internal C functions is at
H A DREADME.input_filter12 treat_data and post handler functions. To implement your own security
H A DREADME.namespaces91 3) inside namespace, calls to unqualified functions that are defined in
93 interpreted as calls to these namespace functions.
94 4) inside namespace, calls to unqualified functions that are not defined
99 internal PHP functions, however using \foo() you are able to call any
106 6) Calls to qualified functions are resolved at run-time. Call to
160 - calls to internal functions in namespaces are slower, because PHP first
H A DUPGRADING125 - MessageFormatter::format() and related functions now accepted named
128 - MessageFormatter::format() and related functions now don't error out
188 different lambda functions registered via spl_autoload_register().
H A DUPGRADING.INTERNALS58 The streams pooling API has been removed. The following functions no longer
70 The lowercasing functions in zend_operators.c were split into those that do
88 Internal engine lowercasing will be using ASCII-only rules. User-facing functions,
91 Two new functions - zend_binary_strncasecmp_l and zend_binary_strcasecmp_l - added as
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO107 No other reflection functions are currently implemented.
175 convert_to_* functions.
H A DZEND_CHANGES133 Old code that has no user-defined classes or functions named
163 Old code that has no user-defined classes or functions named
185 Old code that has no user-defined classes or functions named
307 Old code that has no user-defined classes or functions named
477 Old code that has no user-defined classes or functions
626 * Dereferencing objects returned from functions.
957 the printing functions (echo, print) but not for other functions
990 functions, classes and methods.
1085 functions before they're declared!
1124 member functions or from the global scope.
[all …]
H A DZend.m44 dnl This file contains Zend specific autoconf functions.
96 dnl Checks for library functions.
H A Dacinclude.m43 dnl This file contains local autoconf functions.
H A Dconfigure.in65 /* To enable the is_nan, is_infinite and is_finite PHP functions */
/PHP-5.5/Zend/RFCs/
H A D001.txt11 functions, objects are handled very similarly to the way other
36 sent to functions, assigned and copied it is only the handle which is
H A D002.txt13 being written; from simple functions and classes to entire application
20 functions, while only the global scope may contain constants and
H A D003.txt1 Title: Loose type requirements for functions
16 delevopers to know that the data passed to their functions is of the
26 and should work much like several of the is_* functions do now.
/PHP-5.5/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)

Completed in 76 milliseconds

12345678910>>...63