Home
last modified time | relevance | path

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

12345678

/PHP-7.3/sapi/phpdbg/
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()
H A Dphpdbg_frame.c61 if (op_array->scope) { in phpdbg_compile_stackframe()
62 smart_str_append(&s, op_array->scope->name); in phpdbg_compile_stackframe()
H A Dphpdbg_bp.c524 if (op_array->scope) { in phpdbg_resolve_op_array_break()
545 …if (op_array->scope != NULL && !(func_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD… in phpdbg_resolve_op_array_breaks()
595 …if (op_array->function_name == NULL && op_array->scope == NULL && new_break->class_len == ZSTR_LEN… in phpdbg_resolve_opline_break()
972 if (ops->scope) { in phpdbg_find_breakpoint_symbol()
994 zend_string *class_lcname = zend_string_tolower(ops->scope->name); in phpdbg_find_breakpoint_method()
1077 if (ops->scope) { in phpdbg_find_breakpoint_param()
1078 size_t lengths[2] = { strlen(param->method.class), ZSTR_LEN(ops->scope->name) }; in phpdbg_find_breakpoint_param()
1079 …if (lengths[0] == lengths[1] && memcmp(param->method.class, ops->scope->name, lengths[0]) == SUCCE… in phpdbg_find_breakpoint_param()
/PHP-7.3/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.3/Zend/tests/
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)
H A Dzend2.php.txt70 Example 3: Class constants and class scope
87 /* Call the static function and move into the ErrorCodes scope */
H A D002.phpt99 Warning: func_get_arg(): Called from the global scope - no function context in %s on line %d
/PHP-7.3/ext/oci8/tests/
H A Dconnect_scope1.phpt2 Test oci_connect end-of-scope when statement returned
H A Dconnect_scope2.phpt2 Test oci_pconnect end-of-scope when statement returned
H A Dconnect_scope_try1.phpt2 Check oci_connect try/catch end-of-scope with old_oci_close_semantics Off
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_try5.phpt2 Check oci_pconnect try/catch end-of-scope with old_oci_close_semantics Off
H A Dconnect_scope_try6.phpt2 Check oci_pconnect try/catch end-of-scope with old_oci_close_semantics On
/PHP-7.3/Zend/
H A Dzend_execute.c723 if (zf->common.scope) { in zend_verify_type_error_common()
991 EX(func)->common.scope ? ZSTR_VAL(EX(func)->common.scope->name) : "", in zend_missing_arg_error()
992 EX(func)->common.scope ? "::" : "", in zend_missing_arg_error()
1001 EX(func)->common.scope ? ZSTR_VAL(EX(func)->common.scope->name) : "", in zend_missing_arg_error()
1002 EX(func)->common.scope ? "::" : "", in zend_missing_arg_error()
1047 if (zf->common.scope) { in zend_verify_void_return_error()
1049 fclass = ZSTR_VAL(zf->common.scope->name); in zend_verify_void_return_error()
1368 fbc->common.scope ? ZSTR_VAL(fbc->common.scope->name) : "", in zend_deprecated_function()
1369 fbc->common.scope ? "::" : "", in zend_deprecated_function()
1648 func->common.scope ? ZSTR_VAL(func->common.scope->name) : "", in zend_param_must_be_ref()
[all …]
H A Dzend_compile.h397 zend_class_entry *scope; member
445 zend_class_entry *scope; member
457 …SCOPE_NAME(function) ((function) && (function)->common.scope ? ZSTR_VAL((function)->common.scope-…
468 zend_class_entry *scope; member
H A Dzend_opcode.c71 op_array->scope = NULL; in init_op_array()
118 !function->common.scope && function->common.arg_info) { in zend_function_dtor()
299 fn->common.scope == ce) { in destroy_zend_class()
301 fn->common.scope = NULL; in destroy_zend_class()
/PHP-7.3/
H A D.gdbinit57 variables of that scope. If no parameter is used it will use
58 current_execute_data for scope.
70 if $func->common.scope
71 printf "%s->", $func->common.scope->name->val
76 if $func->common.scope
77 printf "%s::", $func->common.scope->name->val
/PHP-7.3/ext/reflection/tests/
H A DReflectionMethod_invoke_error1.phpt70 string(86) "Trying to invoke private method TestClass::privateMethod() from scope ReflectionMethod"
H A DReflectionMethod_invokeArgs_error3.phpt114 string(86) "Trying to invoke private method TestClass::privateMethod() from scope ReflectionMethod"
/PHP-7.3/ext/spl/
H A Dspl_array.c223 if (intern->fptr_offset_get->common.scope == parent) { in spl_array_object_new_ex()
227 if (intern->fptr_offset_set->common.scope == parent) { in spl_array_object_new_ex()
231 if (intern->fptr_offset_has->common.scope == parent) { in spl_array_object_new_ex()
235 if (intern->fptr_offset_del->common.scope == parent) { in spl_array_object_new_ex()
239 if (intern->fptr_count->common.scope == parent) { in spl_array_object_new_ex()
254 …if (class_type->iterator_funcs_ptr->zf_rewind->common.scope != parent) intern->ar_flags |= SPL_AR… in spl_array_object_new_ex()
255 …if (class_type->iterator_funcs_ptr->zf_valid->common.scope != parent) intern->ar_flags |= SPL_AR… in spl_array_object_new_ex()
256 …if (class_type->iterator_funcs_ptr->zf_key->common.scope != parent) intern->ar_flags |= SPL_AR… in spl_array_object_new_ex()
257 …if (class_type->iterator_funcs_ptr->zf_current->common.scope != parent) intern->ar_flags |= SPL_AR… in spl_array_object_new_ex()
258 …if (class_type->iterator_funcs_ptr->zf_next->common.scope != parent) intern->ar_flags |= SPL_AR… in spl_array_object_new_ex()
/PHP-7.3/ext/standard/tests/class_object/
H A Dget_parent_class_variation_002.phpt6 * Description: Retrieves the parent class name for object or class or current scope.

Completed in 67 milliseconds

12345678