Home
last modified time | relevance | path

Searched refs:prototype (Results 1 – 25 of 34) sorted by last modified time

12

/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2721 -/* Placate GCC by offering a sacrificial previous prototype */
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c4075 zend_function *prototype = op_array->prototype; in preload_fix_trait_methods() local
4080 op_array->prototype = prototype; in preload_fix_trait_methods()
H A Dzend_file_cache.c441 SERIALIZE_PTR(op_array->prototype);
567 SERIALIZE_PTR(op_array->prototype);
1163 UNSERIALIZE_PTR(op_array->prototype);
1278 UNSERIALIZE_PTR(op_array->prototype);
H A Dzend_persist.c287 if (op_array->prototype) { in zend_persist_op_array_ex()
288 zend_function *ptr = zend_shared_alloc_get_xlat_entry(op_array->prototype); in zend_persist_op_array_ex()
291 op_array->prototype = ptr; in zend_persist_op_array_ex()
352 op_array->prototype = NULL; in zend_persist_op_array_ex()
583 if (op_array->prototype) { in zend_persist_class_method()
584 if ((persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->prototype))) { in zend_persist_class_method()
585 op_array->prototype = (zend_function*)persist_ptr; in zend_persist_class_method()
H A Dzend_accelerator_util_funcs.c198 if (IN_ARENA(new_entry->prototype)) { in zend_hash_clone_methods()
199 new_entry->prototype = ARENA_REALLOC(new_entry->prototype); in zend_hash_clone_methods()
/PHP-7.4/Zend/
H A Dzend_API.c2183 internal_function->prototype = NULL; in zend_register_functions()
H A Dzend_object_handlers.c1301 func->prototype = NULL; in zend_get_call_trampoline_func()
H A Dzend_inheritance.c717 (child->common.prototype && in emit_incompatible_method_error_or_warning()
718 (child->common.prototype->common.fn_flags & ZEND_ACC_ABSTRACT)) || in emit_incompatible_method_error_or_warning()
808 proto = parent->common.prototype ? in do_inheritance_check_on_method_ex()
809 parent->common.prototype : parent; in do_inheritance_check_on_method_ex()
820 if (!check_only && child->common.prototype != proto) { in do_inheritance_check_on_method_ex()
835 child->common.prototype = proto; in do_inheritance_check_on_method_ex()
1615 fn->common.prototype = NULL; in zend_add_trait_method()
H A Dzend_opcode.c72 op_array->prototype = NULL; in init_op_array()
H A Dzend_object_handlers.h195 ((fbc)->common.prototype ? (fbc)->common.prototype->common.scope : (fbc)->common.scope)
H A Dzend_compile.h421 zend_function *prototype; member
470 zend_function *prototype; member
493 zend_function *prototype; member
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c758 if (fptr->common.prototype && fptr->common.prototype->common.scope) { in _function_string()
759 …smart_str_append_printf(str, ", prototype %s", ZSTR_VAL(fptr->common.prototype->common.scope->name… in _function_string()
3468 if (!mptr->common.prototype) { in ZEND_METHOD()
3474 …reflection_method_factory(mptr->common.prototype->common.scope, mptr->common.prototype, NULL, retu… in ZEND_METHOD()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer.c1498 zend_function *prototype = op_array->prototype; in zend_optimize_script() local
1503 op_array->prototype = prototype; in zend_optimize_script()
/PHP-7.4/ext/ffi/
H A Dffi.c2069 func->common.prototype = NULL; in zend_ffi_cdata_get_closure()
2823 func->common.prototype = NULL; in zend_ffi_get_func()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c1306 func.prototype = NULL; in pdo_hash_methods()
/PHP-7.4/
H A DUPGRADING283 filter to images. This filter has the following prototype:
/PHP-7.4/ext/ffi/tests/
H A D027.phpt80 FFI\ParserException: '[*]' not allowed in other than function prototype scope at line 1
81 FFI\ParserException: '[*]' not allowed in other than function prototype scope at line 1
82 FFI\ParserException: '[*]' not allowed in other than function prototype scope at line 1
/PHP-7.4/sapi/cli/tests/
H A D005.phpt77 Method [ <internal:Core, prototype Throwable> final public method getMessage ] {
80 Method [ <internal:Core, prototype Throwable> final public method getCode ] {
83 Method [ <internal:Core, prototype Throwable> final public method getFile ] {
86 Method [ <internal:Core, prototype Throwable> final public method getLine ] {
89 Method [ <internal:Core, prototype Throwable> final public method getTrace ] {
92 Method [ <internal:Core, prototype Throwable> final public method getPrevious ] {
95 Method [ <internal:Core, prototype Throwable> final public method getTraceAsString ] {
98 Method [ <internal:Core, prototype Throwable> public method __toString ] {
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_toString_001.phpt51 Method [ <internal:Reflection, prototype Reflector> public method __toString ] {
H A Dbug74949.phpt24 Method Closure::__invoke does not have a prototype
H A DReflectionClass_toString_002.phpt2 ReflectionClass::__toString() - verify 'inherits', 'overwrites' and 'prototype' parts of method rep…
69 Method [ <user, overwrites A, prototype A> public method f ] {
93 Method [ <user, inherits B, prototype A> public method f ] {
117 Method [ <user, overwrites B, prototype A> public method f ] {
H A DReflectionClass_toString_003.phpt2 ReflectionClass::__toString() - verify 'inherits', 'overwrites' and 'prototype' parts of method rep…
H A D010.phpt17 Method [ <user, overwrites Foo, prototype Foo> public method func ] {
/PHP-7.4/Zend/tests/
H A Dargument_restriction_006.phpt2 Bug #60174 (Notice when array in method prototype error)
/PHP-7.4/ext/date/tests/
H A Dbug55407.phpt2 Bug #55407 (Impossible to prototype DateTime::createFromFormat)

Completed in 164 milliseconds

12