prototype 2164 Zend/zend_API.c internal_function->prototype = NULL; prototype 547 Zend/zend_closures.c zend_closure *closure = (zend_closure*)EX(func)->common.prototype; prototype 570 Zend/zend_closures.c closure->func.common.prototype = (zend_function*)closure; prototype 588 Zend/zend_closures.c closure->func.common.prototype = (zend_function*)closure; prototype 340 Zend/zend_compile.h zend_function *prototype; prototype 391 Zend/zend_compile.h zend_function *prototype; prototype 413 Zend/zend_compile.h union _zend_function *prototype; prototype 2544 Zend/zend_execute.c zend_object_release((zend_object *) call->func->common.prototype); prototype 849 Zend/zend_execute_API.c ZEND_ASSERT(GC_TYPE((zend_object*)func->op_array.prototype) == IS_OBJECT); prototype 850 Zend/zend_execute_API.c GC_REFCOUNT((zend_object*)func->op_array.prototype)++; prototype 93 Zend/zend_generators.c OBJ_RELEASE((zend_object *) EX(func)->common.prototype); prototype 514 Zend/zend_inheritance.c && parent->common.scope != (child->common.prototype ? child->common.prototype->common.scope : child->common.scope) prototype 519 Zend/zend_inheritance.c child->common.prototype ? ZSTR_VAL(child->common.prototype->common.scope->name) : ZSTR_VAL(child->common.scope->name)); prototype 556 Zend/zend_inheritance.c child->common.prototype = NULL; prototype 559 Zend/zend_inheritance.c child->common.prototype = parent; prototype 560 Zend/zend_inheritance.c } else if (!(parent->common.fn_flags & ZEND_ACC_CTOR) || (parent->common.prototype && (parent->common.prototype->common.scope->ce_flags & ZEND_ACC_INTERFACE))) { prototype 562 Zend/zend_inheritance.c child->common.prototype = parent->common.prototype ? parent->common.prototype : parent; prototype 565 Zend/zend_inheritance.c if (child->common.prototype && ( prototype 566 Zend/zend_inheritance.c child->common.prototype->common.fn_flags & (ZEND_ACC_ABSTRACT | ZEND_ACC_HAS_RETURN_TYPE) prototype 568 Zend/zend_inheritance.c if (UNEXPECTED(!zend_do_perform_implementation_check(child, child->common.prototype))) { prototype 569 Zend/zend_inheritance.c zend_string *method_prototype = zend_get_function_declaration(child->common.prototype); prototype 589 Zend/zend_inheritance.c zend_function *orig_prototype = func->common.prototype; prototype 592 Zend/zend_inheritance.c if (func->common.prototype != orig_prototype && prototype 600 Zend/zend_inheritance.c func->common.prototype = orig_prototype; prototype 1151 Zend/zend_inheritance.c fn->common.prototype = NULL; prototype 1055 Zend/zend_object_handlers.c func->prototype = fbc; prototype 161 Zend/zend_object_handlers.h ((fbc)->common.prototype ? (fbc)->common.prototype->common.scope : (fbc)->common.scope) prototype 79 Zend/zend_opcode.c op_array->prototype = NULL; prototype 2360 Zend/zend_vm_def.h OBJ_RELEASE((zend_object*)old_execute_data->func->op_array.prototype); prototype 2420 Zend/zend_vm_def.h OBJ_RELEASE((zend_object*)EX(func)->op_array.prototype); prototype 3280 Zend/zend_vm_def.h ZEND_ASSERT(GC_TYPE((zend_object*)fbc->common.prototype) == IS_OBJECT); prototype 3281 Zend/zend_vm_def.h GC_REFCOUNT((zend_object*)fbc->common.prototype)++; prototype 3416 Zend/zend_vm_def.h ZEND_ASSERT(GC_TYPE((zend_object*)func->common.prototype) == IS_OBJECT); prototype 3417 Zend/zend_vm_def.h GC_REFCOUNT((zend_object*)func->common.prototype)++; prototype 3727 Zend/zend_vm_def.h OBJ_RELEASE((zend_object*)fbc->op_array.prototype); prototype 4577 Zend/zend_vm_def.h OBJ_RELEASE((zend_object*)EX(call)->func->common.prototype); prototype 4624 Zend/zend_vm_def.h OBJ_RELEASE((zend_object*)EX(call)->func->common.prototype); prototype 4681 Zend/zend_vm_def.h OBJ_RELEASE((zend_object*)EX(call)->func->common.prototype); prototype 7879 Zend/zend_vm_def.h ZEND_ASSERT(zend_vm_calc_used_stack(2, fbc->common.prototype) <= (size_t)(((char*)EG(vm_stack_end)) - (char*)call)); prototype 7881 Zend/zend_vm_def.h call->func = fbc->common.prototype; prototype 478 Zend/zend_vm_execute.h OBJ_RELEASE((zend_object*)old_execute_data->func->op_array.prototype); prototype 538 Zend/zend_vm_execute.h OBJ_RELEASE((zend_object*)EX(func)->op_array.prototype); prototype 780 Zend/zend_vm_execute.h OBJ_RELEASE((zend_object*)fbc->op_array.prototype); prototype 1118 Zend/zend_vm_execute.h OBJ_RELEASE((zend_object*)EX(call)->func->common.prototype); prototype 1165 Zend/zend_vm_execute.h OBJ_RELEASE((zend_object*)EX(call)->func->common.prototype); prototype 1749 Zend/zend_vm_execute.h ZEND_ASSERT(zend_vm_calc_used_stack(2, fbc->common.prototype) <= (size_t)(((char*)EG(vm_stack_end)) - (char*)call)); prototype 1751 Zend/zend_vm_execute.h call->func = fbc->common.prototype; prototype 2026 Zend/zend_vm_execute.h ZEND_ASSERT(GC_TYPE((zend_object*)fbc->common.prototype) == IS_OBJECT); prototype 2027 Zend/zend_vm_execute.h GC_REFCOUNT((zend_object*)fbc->common.prototype)++; prototype 2449 Zend/zend_vm_execute.h ZEND_ASSERT(GC_TYPE((zend_object*)fbc->common.prototype) == IS_OBJECT); prototype 2450 Zend/zend_vm_execute.h GC_REFCOUNT((zend_object*)fbc->common.prototype)++; prototype 2705 Zend/zend_vm_execute.h ZEND_ASSERT(GC_TYPE((zend_object*)fbc->common.prototype) == IS_OBJECT); prototype 2706 Zend/zend_vm_execute.h GC_REFCOUNT((zend_object*)fbc->common.prototype)++; prototype 5770 Zend/zend_vm_execute.h ZEND_ASSERT(GC_TYPE((zend_object*)func->common.prototype) == IS_OBJECT); prototype 5771 Zend/zend_vm_execute.h GC_REFCOUNT((zend_object*)func->common.prototype)++; prototype 9516 Zend/zend_vm_execute.h ZEND_ASSERT(GC_TYPE((zend_object*)func->common.prototype) == IS_OBJECT); prototype 9517 Zend/zend_vm_execute.h GC_REFCOUNT((zend_object*)func->common.prototype)++; prototype 11339 Zend/zend_vm_execute.h ZEND_ASSERT(GC_TYPE((zend_object*)func->common.prototype) == IS_OBJECT); prototype 11340 Zend/zend_vm_execute.h GC_REFCOUNT((zend_object*)func->common.prototype)++; prototype 15369 Zend/zend_vm_execute.h OBJ_RELEASE((zend_object*)EX(call)->func->common.prototype); prototype 28910 Zend/zend_vm_execute.h OBJ_RELEASE((zend_object*)EX(call)->func->common.prototype); prototype 324 ext/opcache/zend_accelerator_util_funcs.c if (new_entry->prototype) { prototype 325 ext/opcache/zend_accelerator_util_funcs.c new_entry->prototype = ARENA_REALLOC(new_entry->prototype); prototype 471 ext/opcache/zend_file_cache.c SERIALIZE_PTR(op_array->prototype); prototype 1022 ext/opcache/zend_file_cache.c UNSERIALIZE_PTR(op_array->prototype); prototype 663 ext/opcache/zend_persist.c if (op_array->scope && op_array->prototype) { prototype 664 ext/opcache/zend_persist.c if ((persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->prototype))) { prototype 665 ext/opcache/zend_persist.c op_array->prototype = (union _zend_function*)persist_ptr; prototype 668 ext/opcache/zend_persist.c op_array->prototype = NULL; prototype 1303 ext/pdo/pdo_dbh.c func.prototype = NULL; prototype 822 ext/reflection/php_reflection.c if (fptr->common.prototype && fptr->common.prototype->common.scope) { prototype 823 ext/reflection/php_reflection.c string_printf(str, ", prototype %s", ZSTR_VAL(fptr->common.prototype->common.scope->name)); prototype 2262 ext/reflection/php_reflection.c ZVAL_OBJ(&closure, (zend_object *) ex->func->common.prototype); prototype 3628 ext/reflection/php_reflection.c if (!mptr->common.prototype) { prototype 3634 ext/reflection/php_reflection.c reflection_method_factory(mptr->common.prototype->common.scope, mptr->common.prototype, NULL, return_value); prototype 667 ext/soap/soap.c fe.prototype = NULL;