Home
last modified time | relevance | path

Searched refs:call (Results 176 – 200 of 397) sorted by relevance

12345678910>>...16

/PHP-7.3/Zend/tests/return_types/
H A Dvoid_disallowed1.phpt10 // Note the lack of function call: function validated at compile-time
/PHP-7.3/ext/standard/tests/strings/
H A Dstrpos.phpt231 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
235 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
238 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
243 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
246 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
251 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
254 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
316 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
319 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
322 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
[all …]
H A Dstrtr_variation1.phpt49 //strtr() call in three args syntax form
52 //strtr() call in two args syntax form
H A Dstrtr_variation2.phpt53 //strtr() call in three args syntax form
56 //strtr() call in two args syntax form
H A Dstrrpos_offset.phpt30 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
38 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
/PHP-7.3/Zend/
H A Dzend_closures.c109 ZEND_METHOD(Closure, call) in ZEND_METHOD() argument
263 zend_internal_function call; in zend_create_closure_from_callable() local
280 memset(&call, 0, sizeof(zend_internal_function)); in zend_create_closure_from_callable()
281 call.type = ZEND_INTERNAL_FUNCTION; in zend_create_closure_from_callable()
282 call.fn_flags = mptr->common.fn_flags & ZEND_ACC_STATIC; in zend_create_closure_from_callable()
283 call.handler = zend_closure_call_magic; in zend_create_closure_from_callable()
284 call.function_name = mptr->common.function_name; in zend_create_closure_from_callable()
285 call.scope = mptr->common.scope; in zend_create_closure_from_callable()
288 mptr = (zend_function *) &call; in zend_create_closure_from_callable()
610 ZEND_ME(Closure, call, arginfo_closure_call, ZEND_ACC_PUBLIC)
/PHP-7.3/Zend/tests/
H A Dincompat_ctx_user.phpt2 Incompatible context call (non-internal function)
H A Ddynamic_call_freeing.phpt2 Freeing of function "name" when dynamic call fails
H A D028.phpt2 Testing function call through of array item
H A Dbug22725.phpt2 Bug #22725 (A derived class can call a parent's protected method that calls a private method)
H A Dbug62991.phpt21 return $closure; // if you return the $closure and call it outside this function it works.
H A Ddynamic_call_001.phpt2 Testing dynamic call to constructor (old-style)
H A Dbug70262.phpt20 $a->getObj($array) //use function call to get a refcount == 1 IS_VAR object
/PHP-7.3/ext/date/tests/
H A Dcall_function_from_method.phpt2 Call to date function from a method and call to date method from call_user_func
H A Dbug46268.phpt2 Bug #46268 (When call DateTime#setTime, it seems to be called the last modify method too)
/PHP-7.3/tests/classes/
H A Dabstract_user_call.phpt30 Warning: call_user_func() expects parameter 1 to be a valid callback, cannot call abstract method t…
H A Dabstract.phpt28 Fatal error: Uncaught Error: Cannot call abstract method fail::show() in %s:%d
/PHP-7.3/ext/intl/tests/
H A Dbug62081.phpt15 Fatal error: Uncaught IntlException: IntlDateFormatter::__construct(): datefmt_create: cannot call
/PHP-7.3/Zend/tests/generators/
H A Dgenerator_throwing_during_function_call.phpt2 Stack is cleaned up properly when an exception is thrown during a function call
/PHP-7.3/ext/zip/tests/
H A Dzip_entry_close.phpt2 zip_entry_close() function: simple and double call
/PHP-7.3/ext/mysqli/tests/
H A Dbug38003.phpt2 Bug #38003 (in classes inherited from MySQLi it's possible to call private constructors from invali…
/PHP-7.3/Zend/tests/try/
H A Dtry_finally_019.phpt2 Combination of foreach, finally and goto (call order)
H A Dtry_finally_020.phpt2 Combination of foreach, finally and exception (call order)
/PHP-7.3/tests/output/
H A Dob_implicit_flush_basic_001.phpt6 …escription: Turn implicit flush on/off and is equivalent to calling flush() after every output call
/PHP-7.3/ext/standard/tests/assert/
H A Dassert_basic2.phpt2 assert() - basic - correct call back values before and after assert.

Completed in 35 milliseconds

12345678910>>...16