Home
last modified time | relevance | path

Searched refs:call (Results 101 – 125 of 397) sorted by relevance

12345678910>>...16

/PHP-7.3/Zend/tests/
H A Dbug72854.phpt2 Bug #72854: PHP Crashes on duplicate destructor call
H A Dclosure_call_leak_with_exception.phpt2 Closure must not leak during a dynamic call interrupted by an exception
H A Ddynamic_fully_qualified_call.phpt2 Crash when using dynamic call syntax with fully qualified name in a namespace
H A Dindirect_method_call_001.phpt2 Testing indirect method call and exceptions
H A Dbug20242.phpt2 Bug #20242 (Method call in front of class definition)
H A Dindirect_call_from_constant.phpt2 Indirect call with constants.
H A Ddynamic_call_007.phpt16 Warning: Cannot call extract() dynamically in %s on line %d
H A Dindirect_method_call_003.phpt2 Testing indirect method call
H A Dinstanceof.phpt2 instanceof shouldn't call __autoload
H A Dbug69568.phpt2 Bug #69568: call a private function in closure failed
H A Dcatch.phpt2 catch shouldn't call __autoload
H A Dindirect_call_array_001.phpt2 Indirect method call by array - Invalid class name
H A Dbug72107.phpt12 Warning: Cannot call func_get_args() dynamically in %s on line %d
H A Dclass_alias_005.phpt2 Testing static call method using the original class name
H A Ddynamic_call_003.phpt2 Testing dynamic call with invalid method name
H A Dindirect_call_array_002.phpt2 Indirect method call by array - Invalid method name
/PHP-7.3/Zend/tests/arg_unpack/
H A Ddynamic.phpt2 Unpack arguments for dynamic call
/PHP-7.3/ext/curl/tests/
H A Dcurl_setopt_error.phpt10 echo "*** curl_setopt() call with incorrect parameters\n";
27 *** curl_setopt() call with incorrect parameters
/PHP-7.3/ext/pdo/
H A DREADME31 initiate a transaction. When your work is done, you then call $dbh->commit()
42 Some drivers will allow you to temporarily disable autocommit if you call
49 responsibility to call commit() when you are done making changes and
/PHP-7.3/ext/opcache/tests/
H A Dexit_in_call_arg.phpt2 exit() may occur in a call argument
/PHP-7.3/ext/reflection/tests/
H A Dbug79115.phpt2 Bug #79115: ReflectionClass::isCloneable call reflected class __destruct
/PHP-7.3/Zend/
H A Dzend_builtin_functions.c2211 p = ZEND_CALL_VAR_NUM(call, call->func->op_array.last_var + call->func->op_array.T); in debug_backtrace_get_args()
2273 call = ptr; in ZEND_FUNCTION()
2439 call = skip; in ZEND_FUNCTION()
2465 call = ptr; in zend_fetch_debug_backtrace()
2472 call = ptr; in zend_fetch_debug_backtrace()
2477 call = ptr; in zend_fetch_debug_backtrace()
2481 if (!call) { in zend_fetch_debug_backtrace()
2482 call = ptr; in zend_fetch_debug_backtrace()
2551 object = (call && (Z_TYPE(call->This) == IS_OBJECT)) ? Z_OBJ(call->This) : NULL; in zend_fetch_debug_backtrace()
2553 if (call && call->func) { in zend_fetch_debug_backtrace()
[all …]
/PHP-7.3/tests/lang/
H A Dbug23279.phpt2 Bug #23279 (exception handler stops after first function call)
H A D007.phpt2 Function call with global and static variables
/PHP-7.3/Zend/tests/varSyntax/
H A Dmethod_call_on_string_literal.phpt2 Method call on string literal

Completed in 93 milliseconds

12345678910>>...16