Home
last modified time | relevance | path

Searched refs:call (Results 201 – 225 of 443) sorted by relevance

12345678910>>...18

/php-src/Zend/tests/gh10168/
H A Dassign_prop_ref.phpt25 // Second call tests the cache slot path
H A Dassign_untyped_prop_ref.phpt25 // Second call tests the cache slot path
/php-src/Zend/
H A Dzend_vm_execute.h3802 EX(call) = call; in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
3855 EX(call) = call; in ZEND_INIT_DYNAMIC_CALL_SPEC_CONST_HANDLER()
3888 EX(call) = call; in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER()
3917 EX(call) = call; in ZEND_INIT_FCALL_SPEC_CONST_HANDLER()
3936 EX(call) = call; in ZEND_INIT_FCALL_OFFSET_SPEC_CONST_HANDLER()
4038 EX(call) = call; in ZEND_INIT_DYNAMIC_CALL_SPEC_TMPVAR_HANDLER()
4198 EX(call) = call; in ZEND_INIT_DYNAMIC_CALL_SPEC_CV_HANDLER()
7047 EX(call) = call; in ZEND_INIT_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
7180 EX(call) = call; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
7241 EX(call) = call; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER()
[all …]
/php-src/tests/lang/
H A Dfunc_get_arg.005.phpt3 During the call, the original variable is updated. This should not affect func_get_arg().
H A D044.phpt2 Dynamic call for static methods dynamically named
/php-src/ext/reflection/tests/
H A Dbug72174.phpt2 Bug #72174: ReflectionProperty#getValue() causes __isset call
/php-src/Zend/tests/
H A Dlsb_011.phpt2 ZE2 Late Static Binding call to static::method() from internal function (array)
H A Dlsb_012.phpt2 ZE2 Late Static Binding call to static::method() from internal function (string)
H A Dgh11735_2.phpt16 Warning: fopen(foo://bar): Failed to open stream: "FooWrapper::stream_open" call failed in %s on li…
H A Dindirect_call_array_005.phpt2 Dynamic static call to instance method should throw.
H A Dindirect_call_string_003.phpt2 Dynamic static call to instance method should throw.
/php-src/Zend/tests/stack_limit/
H A Dstack_limit_013.phpt121 Fatal error: Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack…
/php-src/Zend/tests/return_types/
H A Dvoid_disallowed2.phpt10 // Note the lack of function call: function validated at compile-time
/php-src/ext/session/tests/
H A Dbug70013.phpt2 Bug #70013 (Reference to $_SESSION is lost after a call to session_regenerate_id())
/php-src/ext/intl/tests/
H A Dbug62081.phpt14 Fatal error: Uncaught IntlException: IntlDateFormatter::__construct(): datefmt_create: cannot call
/php-src/ext/posix/tests/
H A Dposix_setrlimit.phpt8 // On FreeBSD the second call does not report an error, though the limit isn't changed either.
/php-src/ext/spl/tests/
H A Dbug41828.phpt2 Bug #41828 (Segfault if extended constructor of RecursiveIterator doesn't call its parent)
/php-src/ext/standard/tests/class_object/
H A Dforward_static_call_002.phpt21 Fatal error: Uncaught Error: Cannot call forward_static_call() when no class scope is active in %s:…
/php-src/Zend/tests/fibers/
H A Dmultiple-calls-to-ctor.phpt16 Fatal error: Uncaught FiberError: Cannot call constructor twice in %smultiple-calls-to-ctor.php:%d
/php-src/Zend/tests/readonly_props/
H A Dreadonly_clone_success3.phpt18 // First call fills the cache slot
/php-src/ext/dom/tests/manually_call_constructor/
H A Ddocumentfragment.phpt2 Manually call __construct() - document fragment variation
/php-src/ext/opcache/tests/jit/
H A Dassign_obj_op_001.phpt13 (function(){$this->y.=[];})->call($test);
H A Dinit_fcall_002.phpt2 JIT INIT_FCALL: 002 incorrect megamorphic call detection
/php-src/Zend/Optimizer/
H A Dsccp.c1071 zend_call_info *call; in sccp_visit_instr() local
1077 if (IS_TOP(op1) || !call || !call->caller_call_opline in sccp_visit_instr()
1082 opline = call->caller_call_opline; in sccp_visit_instr()
1649 zend_call_info *call; in sccp_visit_instr() local
1668 if (call->num_args > 3 || call->send_unpack || call->is_prototype || call->named_args) { in sccp_visit_instr()
1673 for (i = 0; i < call->num_args; i++) { in sccp_visit_instr()
2088 zend_call_info *call; in remove_call() local
2093 ZEND_ASSERT(call); in remove_call()
2099 for (i = 0; i < call->num_args; i++) { in remove_call()
2105 call->callee_func = NULL; in remove_call()
[all …]
/php-src/ext/mysqli/tests/
H A Dbug38003.phpt2 Bug #38003 (in classes inherited from MySQLi it's possible to call private constructors from invali…

Completed in 185 milliseconds

12345678910>>...18