Home
last modified time | relevance | path

Searched refs:scope (Results 151 – 175 of 186) sorted by relevance

12345678

/PHP-7.3/Zend/
H A Dzend_constants.h81 ZEND_API zval *zend_get_constant_ex(zend_string *name, zend_class_entry *scope, uint32_t flags);
H A Dzend_vm_def.h4569 EX(call)->func->common.scope ? ZSTR_VAL(EX(call)->func->common.scope->name) : "",
5004 zend_class_entry *ce, *scope; variable
5051 scope = EX(func)->op_array.scope;
5053 … %s::__clone() from context '%s'", ZSTR_VAL(clone->common.scope->name), scope ? ZSTR_VAL(scope->na…
5061 scope = EX(func)->op_array.scope;
5063 … %s::__clone() from context '%s'", ZSTR_VAL(clone->common.scope->name), scope ? ZSTR_VAL(scope->na…
5095 zend_class_entry *ce, *scope; variable
5137 scope = EX(func)->op_array.scope;
5409 new_op_array->scope = EX(func)->op_array.scope;
7670 scope = EX(func)->op_array.scope;
[all …]
H A Dzend_ast.h270 ZEND_API int ZEND_FASTCALL zend_ast_evaluate(zval *result, zend_ast *ast, zend_class_entry *scope);
H A Dzend_execute.h139 ZEND_API int zval_update_constant_ex(zval *pp, zend_class_entry *scope);
H A Dzend_vm_execute.h3129 scope = EX(func)->op_array.scope;
3139 scope = EX(func)->op_array.scope;
5455 scope = EX(func)->op_array.scope;
12432 scope = EX(func)->op_array.scope;
12442 scope = EX(func)->op_array.scope;
23687 scope = EX(func)->op_array.scope;
30534 scope = EX(func)->op_array.scope;
30544 scope = EX(func)->op_array.scope;
30596 scope = EX(func)->op_array.scope;
32120 scope = EX(func)->op_array.scope;
[all …]
/PHP-7.3/ext/spl/
H A Dspl_dllist.c429 if (intern->fptr_offset_get->common.scope == parent) { in spl_dllist_object_new_ex()
433 if (intern->fptr_offset_set->common.scope == parent) { in spl_dllist_object_new_ex()
437 if (intern->fptr_offset_has->common.scope == parent) { in spl_dllist_object_new_ex()
441 if (intern->fptr_offset_del->common.scope == parent) { in spl_dllist_object_new_ex()
445 if (intern->fptr_count->common.scope == parent) { in spl_dllist_object_new_ex()
H A Dspl_iterators.c417 …if (!EG(exception) && (!object->endChildren || object->endChildren->common.scope != spl_ce_Recursi… in spl_recursive_it_rewind_ex()
555 if (intern->beginIteration->common.scope == ce_base) { in spl_recursive_it_it_construct()
559 if (intern->endIteration->common.scope == ce_base) { in spl_recursive_it_it_construct()
563 if (intern->callHasChildren->common.scope == ce_base) { in spl_recursive_it_it_construct()
567 if (intern->callGetChildren->common.scope == ce_base) { in spl_recursive_it_it_construct()
571 if (intern->beginChildren->common.scope == ce_base) { in spl_recursive_it_it_construct()
575 if (intern->endChildren->common.scope == ce_base) { in spl_recursive_it_it_construct()
579 if (intern->nextElement->common.scope == ce_base) { in spl_recursive_it_it_construct()
H A Dspl_heap.c421 if (intern->fptr_cmp->common.scope == parent) { in spl_heap_object_new_ex()
425 if (intern->fptr_count->common.scope == parent) { in spl_heap_object_new_ex()
H A Dspl_directory.c466 if (ce->constructor->common.scope != spl_ce_SplFileInfo) { in spl_filesystem_object_create_info()
511 if (ce->constructor->common.scope != spl_ce_SplFileInfo) { in spl_filesystem_object_create_type()
535 if (ce->constructor->common.scope != spl_ce_SplFileObject) { in spl_filesystem_object_create_type()
2158 …->flags, SPL_FILE_OBJECT_READ_CSV) || intern->u.file.func_getCurr->common.scope != spl_ce_SplFileO… in spl_filesystem_file_read_line_ex()
/PHP-7.3/ext/opcache/Optimizer/
H A Dssa_integrity.c96 op_array->scope ? ZSTR_VAL(op_array->scope->name) : "", \
H A Dzend_call_graph.c70 if (op_array->scope == ce) { in zend_foreach_op_array()
H A Dzend_dump.c855 if (op_array->scope && op_array->scope->name) { in zend_dump_op_array_name()
856 fprintf(stderr, "%s::%s", op_array->scope->name->val, op_array->function_name->val); in zend_dump_op_array_name()
H A Dzend_inference.c2999 if (op_array->scope) { in zend_update_type_info()
3000 UPDATE_SSA_OBJ_TYPE(op_array->scope, 0, ssa_ops[i].result_def); in zend_update_type_info()
3006 if (op_array->scope && op_array->scope->parent) { in zend_update_type_info()
3007 UPDATE_SSA_OBJ_TYPE(op_array->scope->parent, 0, ssa_ops[i].result_def); in zend_update_type_info()
3341 UPDATE_SSA_OBJ_TYPE(op_array->scope, 1, ssa_ops[i].result_def); in zend_update_type_info()
4436 if (op_array->scope != ce && ce->default_properties_count) { in zend_may_throw()
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_util_funcs.c267 if ((void*)new_entry->scope >= ZCG(current_persistent_script)->arena_mem && in zend_hash_clone_methods()
268 …(void*)new_entry->scope < (void*)((char*)ZCG(current_persistent_script)->arena_mem + ZCG(current_p… in zend_hash_clone_methods()
270 new_entry->scope = ARENA_REALLOC(new_entry->scope); in zend_hash_clone_methods()
H A Dzend_persist.c572 if (op_array->scope) { in zend_persist_op_array_ex()
573 op_array->scope = zend_shared_alloc_get_xlat_entry(op_array->scope); in zend_persist_op_array_ex()
611 if (op_array->scope && op_array->prototype) { in zend_persist_op_array_ex()
H A Dzend_file_cache.c386 if (op_array->scope && !IS_SERIALIZED(op_array->opcodes)) {
396 SERIALIZE_PTR(op_array->scope);
533 SERIALIZE_PTR(op_array->scope);
1035 UNSERIALIZE_PTR(op_array->scope);
1158 UNSERIALIZE_PTR(op_array->scope);
/PHP-7.3/ext/oci8/tests/
H A Dedition_2.phpt143 echo "\n\n**Test 1.8 - Test setting the attribute with scope ends*******\n";
243 **Test 1.8 - Test setting the attribute with scope ends*******
/PHP-7.3/tests/lang/
H A Dbug20175.phpt38 * after the function call bar_global() is done in current local scope.
/PHP-7.3/ext/com_dotnet/
H A Dcom_handlers.c281 f.scope = obj->ce; in com_method_get()
404 f.scope = obj->ce; \ in com_constructor_get()
/PHP-7.3/ext/tokenizer/tests/
H A Dtoken_get_all_variation13.phpt14 * scope related :
/PHP-7.3/ext/mbstring/libmbfl/
H A DLICENSE143 covered by this License; they are outside its scope. The act of
209 the scope of this License.
244 therefore falls outside the scope of this License.
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_watch.c1297 zend_class_entry *scope = zend_get_executed_scope(); local
1301 if (scope && len >= 5 && !memcmp("$this", input, 5)) {
H A Dphpdbg.c696 } else if (cur->function_name != last_function || cur->scope != last_scope) { in PHP_FUNCTION()
699 last_scope = cur->scope; in PHP_FUNCTION()
/PHP-7.3/ext/odbc/
H A Dphp_odbc.c291 ZEND_ARG_INFO(0, scope)
3688 SQLUSMALLINT type, scope, nullable; in PHP_FUNCTION() local
3697 scope = (SQLUSMALLINT) vscope; in PHP_FUNCTION()
3724 scope, in PHP_FUNCTION()
/PHP-7.3/ext/standard/
H A Dbasic_functions.c3912 zend_class_entry *scope; in PHP_FUNCTION() local
3918 scope = zend_get_executed_scope(); in PHP_FUNCTION()
3919 c = zend_get_constant_ex(const_name, scope, ZEND_FETCH_CLASS_SILENT); in PHP_FUNCTION()
3923 if (UNEXPECTED(zval_update_constant_ex(return_value, scope) != SUCCESS)) { in PHP_FUNCTION()
4967 if (!EX(prev_execute_data)->func->common.scope) {

Completed in 376 milliseconds

12345678