Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 6887) sorted by path

12345678910>>...276

/PHP-5.5/
H A D.gdbinit55 if $fst.function->common.function_name
60 if $fst.function.common.scope
61 printf "%s->", $fst.function.common.scope->name
93 if $fst.function.common.scope
94 printf "%s::", $fst.function.common.scope->name
98 printf "%s(", $fst.function->common.function_name
146 printf "%s() ", $fst.function->common.function_name
420 dumps a function table (HashTable)
H A DCODING_STANDARDS26 the function may free its arguments (if true - the function must free its
68 function, and do not raise a run-time error about the function not
70 existence of a function
92 readability of the function name itself::
203 indentation and comment styles and up to function declaration
239 the code, each user-level function should have its user-level function
241 function does. It would look like this::
254 the function you wish to work on. The }}} at the end of each function marks
260 messing up the function summary.
275 in the function directory, and that the functions follow the
[all …]
H A DINSTALL321 explicitly in a script using the dl() function.
805 The NSAPI module now supports the nsapi_virtual() function (alias:
807 in the web page. This function uses some undocumented features from the
1184 The phpinfo() function will display information about PHP. Consider
1239 To this php.ini file, or through the use of the dl() function.
1783 function, and review the resulting page. You can also access the values
1950 codes (the output of the phpinfo() function) then PHP is
1981 function) then PHP is working.
H A DNEWS1433 function). (Mike)
2808 function __memcmp). (Laruence)
4995 function aliases). (Felipe)
5010 from function). (Dmitry)
5324 calling function). (Felipe)
6069 mail() function. (Ilia)
6823 as function parameter. (Rob)
7404 within function). (Dmitry)
8967 function). (Dmitry)
9044 function will use. (Derick)
[all …]
H A DREADME.EXTENSIONS17 foo_functions, /* extension function list */
18 NULL, /* extension-wide startup function */
19 NULL, /* extension-wide shutdown function */
20 PHP_RINIT(foo), /* per-request startup function */
21 PHP_RSHUTDOWN(foo), /* per-request shutdown function */
22 PHP_MINFO(foo), /* information function */
34 foo_functions, /* extension function list */
35 NULL, /* extension-wide startup function */
37 PHP_RINIT(foo), /* per-request startup function */
38 PHP_RSHUTDOWN(foo), /* per-request shutdown function */
[all …]
H A DREADME.EXT_SKEL41 (a very good idea) and don't want to bother yourself with creating function
43 function definitions file, which you will give as an argument to ext_skel
58 strictly needed by others. Exposed internal function must be named
68 the function name, e.g.
72 but then you'll be left with an almost empty function body without any
75 Arguments are given in parenthesis after the function name, and are of
97 If possible, the function definition should also contain it's return type
111 function to help first time module writers to get started and testing
118 stubs with function value declarations and passed argument handling, and
119 function entries and definitions at the end of the file, for copying and
[all …]
H A DREADME.GIT-RULES88 immediately know what was modified. Definitely include the function name
94 6. If you modified a function that is callable from PHP, prepend PHP to
95 the function name as shown below.
H A DREADME.NEW-OUTPUT-API84 Registering a conflict checking function, which will be checked prior starting the handler:
88 …Registering a reverse conflict checking function, which will be checked prior starting the specifi…
H A DREADME.PARAMETER_PARSING_API4 It should be easier to parse input parameters to an extension function.
19 The zend_parse_parameters() function takes the number of parameters
20 passed to the extension function, the type specifier string, and the
23 be used as 'flags' to specify that the function should operate quietly
31 PHP 5.5 includes a new function:
35 This function behaves like zend_parse_parameters_ex() except that instead of
57 f - function or array containing php method call info (returned as
76 will not be touched by the parsing function if they are not
157 * The function expects a pointer to a integer in this case, not a long
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES101 function someMethod($p) {
116 function doFoo(){}
117 function hasFoo(){}
142 function assignNew($obj) {
H A DREADME.SELF-CONTAINED-EXTENSIONS108 in PHP for you and also writing basic function definitions and C code for
H A DREADME.STREAMS112 This function will try to use mmap where available to make the copying more
121 This function will set buf to the address of the buffer that it allocated,
126 As with copy_to_stream, this function will try use mmap where it can.
129 can use this function to copy the contents into a new stream that can
141 if the function succeeds.
145 function, as the php_stream_seek can emulate forward seeking when the
151 NOTE: If the origstream is network based, this function will block
154 NOTE: Never call this function with an origstream that is referenced
183 The show_err parameter, if non-zero, will cause the function to display an
195 If your system has the fopencookie function, php streams can synthesize a
[all …]
H A DREADME.input_filter19 original raw user data and adds a my_get_raw() function while the normal
H A DREADME.md24 After removing magic quotes, the get_magic_quotes_gpc function caused
H A DREADME.namespaces18 function connect() {
23 All class and function names inside are automatically prefixed with
60 namespace qualification. All class and function names started from \
75 function foo() {
100 function from the global namespace.
118 // then calls internal function "foo"
119 \foo(); // calls function "foo" defined in global scope
139 \B\foo(); // first tries to call function "foo" from namespace "B"
150 \A\foo(); // first tries to call function "foo" from namespace "A"
161 looks for such function in current namespace
[all …]
H A DUPGRADING27 - All internal case insensitivity handling for class, function and constant
51 - Add support for using empty() on the result of function calls and
53 for example. (http://php.net/manual/en/function.empty.php,
80 (http://php.net/manual/en/function.cli-set-process-title.php,
81 http://php.net/manual/en/function.cli-get-process-title.php,
204 unserialize() function, detailed below:
208 function, or extends such class, unserialize would fail.
H A DUPGRADING.INTERNALS32 * added EX(call) - pointer to a current calling function. Actually an
96 Added the function zend_qsort_r():
102 comparison function.
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO6 1. As a result of a function call. E.g.:
11 The function should create a new zval, create new object and get the
21 The create_object handler function should create a new zval, create
81 should set right type, function name and parameter mask for the
86 get_constructor performs the same function as get_method, but for the
90 passed like to any other Zend internal function.
187 for any other PHP internal function).
H A DREADME.ZEND_VM106 function handlers. By default Zend Engine II uses the specialized one but you
H A DZEND_CHANGES198 function dump();
232 function a(Foo $foo);
236 function b(Bar $bar);
240 function a(Foo $foo) {
244 function b(Bar $bar) {
267 function foo($object) {
356 function __clone() {
632 function draw() {
638 function draw() {
948 function Test() {
[all …]
/PHP-5.5/Zend/RFCs/
H A D001.txt59 3 function setMember($value)
64 8 function getMember()
70 14 function foo($obj)
83 as a reference, and when it is sent by value to the function foo, it
H A D002.txt18 class scope and the function scope. All scopes but classes may
48 Function: Namespace:function
58 Function: :function
72 Function: Name:Space:function
92 4 function Form() {
104 5 function Image($src) {
134 order: class, function, constant.
137 "class", "function", "variable" or "constant"):
H A D003.txt12 Many internal function of PHP will reject parameters because of their
13 type (the array and variable function come to mind). For userland
18 every function to check for the type of data.
38 function. Duplicating the functionallity of is_scalar, is_resource,
45 The current function syntax should be expanded to allow typing of
48 function foo ($var){
53 function foo (array $var){
60 the execution of a script as that function can not be run and code
/PHP-5.5/Zend/tests/
H A D001.phpt6 function test1() {
10 function test2($a) {
14 function test3($a, $b) {
28 static function test1($a) {
52 Warning: func_num_args(): Called from the global scope - no function context in %s on line %d
H A D002.phpt6 function test1() {
12 function test2($a) {
17 function test3($a, $b) {
34 static function test1($a) {
49 Warning: func_get_arg(): Argument 0 not passed to function in %s on line %d
52 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
59 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
63 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
68 Warning: func_get_arg(): Argument 0 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
[all …]

Completed in 71 milliseconds

12345678910>>...276