Home
last modified time | relevance | path

Searched refs:scope (Results 126 – 150 of 197) sorted by relevance

12345678

/PHP-7.4/ext/reflection/
H A Dphp_reflection.c745 if (scope && fptr->common.scope) { in _function_string()
746 if (fptr->common.scope != scope) { in _function_string()
751 if (fptr->common.scope != overwrites->common.scope) { in _function_string()
779 if (fptr->common.scope) { in _function_string()
1138 intern->ce = fptr->common.scope; in reflection_parameter_factory()
1212 (method->common.scope && method->common.scope->trait_aliases) in reflection_method_factory()
2274 ce = fptr->common.scope; in ZEND_METHOD()
2476 if (!param->fptr->common.scope) { in ZEND_METHOD()
2496 if (param->fptr->common.scope) { in ZEND_METHOD()
3047 zend_create_fake_closure(return_value, mptr, mptr->common.scope, mptr->common.scope, NULL); in ZEND_METHOD()
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_info.c214 if (ops->scope) { in phpdbg_print_symbols()
215 …info", "method=\"%s::%s\" num=\"%d\"", "Variables in %s::%s() (%d)", ops->scope->name->val, ops->f… in phpdbg_print_symbols()
315 if (ops->scope) { in PHPDBG_INFO()
316 …method=\"%s::%s\" num=\"%d\"", "Literal Constants in %s::%s() (%d)", ops->scope->name->val, ops->f… in PHPDBG_INFO()
H A Dphpdbg_opcode.c183 cur->scope = op_array->scope; in phpdbg_print_opline_ex()
H A Dphpdbg_list.c201 zend_class_entry *scope = zend_get_executed_scope(); in phpdbg_list_function_byname() local
202 if (scope) { in phpdbg_list_function_byname()
206 func_table = &scope->function_table; in phpdbg_list_function_byname()
/PHP-7.4/Zend/tests/
H A Dclosure_058.phpt2 Closure 058: Closure scope and object
H A D003.phpt79 Warning: func_get_args(): Called from the global scope - no function context in %s on line %d
H A Ddynamic_call_006.phpt2 Dynamic calls to scope introspection functions are forbidden (function variations)
/PHP-7.4/Zend/
H A Dzend_object_handlers.h195 ((fbc)->common.prototype ? (fbc)->common.prototype->common.scope : (fbc)->common.scope)
227 ZEND_API int zend_check_protected(zend_class_entry *ce, zend_class_entry *scope);
H A Dzend_execute.c718 if (zf->common.scope) { in zend_verify_type_error_common()
1149 EX(func)->common.scope ? ZSTR_VAL(EX(func)->common.scope->name) : "", in zend_missing_arg_error()
1150 EX(func)->common.scope ? "::" : "", in zend_missing_arg_error()
1159 EX(func)->common.scope ? ZSTR_VAL(EX(func)->common.scope->name) : "", in zend_missing_arg_error()
1160 EX(func)->common.scope ? "::" : "", in zend_missing_arg_error()
1205 if (zf->common.scope) { in zend_verify_void_return_error()
1207 fclass = ZSTR_VAL(zf->common.scope->name); in zend_verify_void_return_error()
1547 fbc->common.scope ? ZSTR_VAL(fbc->common.scope->name) : "", in zend_deprecated_function()
1548 fbc->common.scope ? "::" : "", in zend_deprecated_function()
2046 func->common.scope ? ZSTR_VAL(func->common.scope->name) : "", in zend_param_must_be_ref()
[all …]
H A Dzend_compile.h420 zend_class_entry *scope; member
469 zend_class_entry *scope; member
481 …SCOPE_NAME(function) ((function) && (function)->common.scope ? ZSTR_VAL((function)->common.scope-…
492 zend_class_entry *scope; member
/PHP-7.4/Zend/tests/closures/
H A Dclosure_from_callable_error.phpt156 echo 'Function scope cannot closure over protected instance method'."\n";
168 echo 'Function scope cannot closure over private instance method'."\n";
210 Function scope cannot closure over protected instance method
211 Function scope cannot closure over private instance method
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_043.phpt46 Cannot access parent:: when current class scope has no parent
/PHP-7.4/ext/oci8/tests/
H A Dconnect_scope2.phpt2 Test oci_pconnect end-of-scope when statement returned
H A Dconnect_scope1.phpt2 Test oci_connect end-of-scope when statement returned
H A Dconnect_scope_try2.phpt2 Check oci_connect try/catch end-of-scope with old_oci_close_semantics On
H A Dconnect_scope_try3.phpt2 Check oci_new_connect try/catch end-of-scope with old_oci_close_semantics Off
H A Dconnect_scope_try4.phpt2 Check oci_new_connect try/catch end-of-scope with old_oci_close_semantics On
H A Dconnect_scope_try6.phpt2 Check oci_pconnect try/catch end-of-scope with old_oci_close_semantics On
H A Dconnect_scope_try1.phpt2 Check oci_connect try/catch end-of-scope with old_oci_close_semantics Off
H A Dconnect_scope_try5.phpt2 Check oci_pconnect try/catch end-of-scope with old_oci_close_semantics Off
/PHP-7.4/ext/zend_test/
H A Dtest.c151 fptr->scope = (*object)->ce; in zend_test_class_method_get()
167 fptr->scope = ce; in zend_test_class_static_method_get()
/PHP-7.4/ext/opcache/
H A Dzend_persist.c281 if (op_array->scope) { in zend_persist_op_array_ex()
282 zend_class_entry *scope = zend_shared_alloc_get_xlat_entry(op_array->scope); in zend_persist_op_array_ex() local
284 if (scope) { in zend_persist_op_array_ex()
285 op_array->scope = scope; in zend_persist_op_array_ex()
577 if (op_array->scope) { in zend_persist_class_method()
580 if ((persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->scope))) { in zend_persist_class_method()
581 op_array->scope = (zend_class_entry*)persist_ptr; in zend_persist_class_method()
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_invoke_error1.phpt70 string(86) "Trying to invoke private method TestClass::privateMethod() from scope ReflectionMethod"
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dparent_in_class.phpt43 Deprecated: Cannot use "parent" when current class scope has no parent in %s on line %d
/PHP-7.4/
H A D.gdbinit55 variables of that scope. If no parameter is used it will use
56 current_execute_data for scope.
68 if $func->common.scope
69 printf "%s->", $func->common.scope->name->val
74 if $func->common.scope
75 printf "%s::", $func->common.scope->name->val

Completed in 102 milliseconds

12345678