Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 25 of 84) sorted by path

1234

/PHP-5.5/
H A DNEWS257 method calls). (Stas)
1591 . Fixed bug #65490 (Duplicate calls to get lineno & filename for
1813 . Added support for using empty() on the result of function calls and
2851 . Fixed bug #61359 (json_encode() calls too many reallocs). (Stas)
2987 . Fixed bug #61461 (missing checks around malloc() calls). (Ilia)
3264 . Added support for object references in recursive serialize() calls.
6116 calls the constructor). (Scott)
6237 multiple calls). (Ilia)
6403 - Fixed bug #47937 (system() calls sapi_flush() regardless of output
6720 multiple calls). (Ilia)
[all …]
H A DREADME.SELF-CONTAINED-EXTENSIONS83 macro calls.
H A DREADME.STREAMS193 if you mix ANSI stdio calls on the FILE* with php stream calls on the stream.
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
118 // then calls internal function "foo"
119 \foo(); // calls function "foo" defined in global scope
138 // then calls method "foo" of internal class "B"
140 // then calls method "foo" of class "B" from global scope
149 // then calls method "foo" of internal class "A"
151 // then calls method "foo" of class "A" from global scope
160 - calls to internal functions in namespaces are slower, because PHP first
[all …]
H A DUPGRADING51 - Add support for using empty() on the result of function calls and
H A DUPGRADING.INTERNALS31 nested calls (e.g. foo(bar())). It's preallocated together with execute_data.
/PHP-5.5/TSRM/
H A Dthreads.m466 dnl Check whether the current setup can use POSIX threads calls
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO186 call_method - calls the method (parameters should be put on stack like
H A DREADME.ZEND_VM9 factor but system calls and database calls are, your mileage with this patch
H A DZEND_CHANGES392 calls the parent constructor has to be modified.
739 * Method calls and property accesses can be overloaded
926 $obj[0] = 'bla'; // calls offsetSet(0,'bla')
927 $obj[] = 42; // calls offsetSet(NULL, 42)
928 $x = $obj[0]; // calls offsetGet(0)
929 $b = isset($obj[0]); // calls offsetExists(0)
930 unset($obj[0]); // calls offsetUnset(0)
/PHP-5.5/Zend/tests/
H A D019.phpt279 * Following calls will restore the previous value of a variable.
H A D025.phpt2 Testing dynamic calls
H A D027.phpt2 Testing dynamic calls using variable variables with curly syntax
H A Danonymous_func_001.phpt2 Testing calls to anonymous function
H A Dbug19859.phpt2 Bug #19859 (__call() does not catch call_user_func_array() calls)
H A Dbug20240.phpt2 Bug #20240 (order of destructor calls)
H A Dbug22725.phpt2 Bug #22725 (A derived class can call a parent's protected method that calls a private method)
H A Dbug33558.phpt2 Bug #33558 (warning with nested calls to functions returning by reference)
H A Dbug43426.phpt2 Bug #43426 (crash on nested call_user_func calls)
H A Dbug47771.phpt2 Bug #47771 (Exception during object construction from arg call calls object's destructor)
H A Dbug48215.phpt2 Bug #48215 - parent::method() calls __construct
H A Dbug48215_2.phpt2 Bug #48215 - parent::method() calls __construct, case sensitive test
H A Dbug55247.phpt2 Request #55247 (Parser problem with static calls using string method name)
H A Dclosure_010.phpt2 Closure 010: Closure calls itself
H A Ddereference_002.phpt2 Testing array dereference on method calls

Completed in 132 milliseconds

1234