Home
last modified time | relevance | path

Searched refs:prototype (Results 1 – 25 of 35) sorted by relevance

12

/PHP-7.0/sapi/cli/tests/
H A D005.phpt80 Method [ <internal:Core, prototype Throwable> final public method getMessage ] {
83 Method [ <internal:Core, prototype Throwable> final public method getCode ] {
86 Method [ <internal:Core, prototype Throwable> final public method getFile ] {
89 Method [ <internal:Core, prototype Throwable> final public method getLine ] {
92 Method [ <internal:Core, prototype Throwable> final public method getTrace ] {
95 Method [ <internal:Core, prototype Throwable> final public method getPrevious ] {
98 Method [ <internal:Core, prototype Throwable> final public method getTraceAsString ] {
101 Method [ <internal:Core, prototype Throwable> public method __toString ] {
/PHP-7.0/ext/reflection/tests/
H A DReflectionClass_toString_002.phpt2 ReflectionClass::__toString() - verify 'inherits', 'overwrites' and 'prototype' parts of method rep…
71 Method [ <user, overwrites A, prototype A> public method f ] {
95 Method [ <user, inherits B, prototype A> public method f ] {
119 Method [ <user, overwrites B, prototype A> public method f ] {
H A D010.phpt19 Method [ <user, overwrites Foo, prototype Foo> public method func ] {
H A Dbug74949.phpt24 Method Closure::__invoke does not have a prototype
H A DReflectionClass_toString_003.phpt2 ReflectionClass::__toString() - verify 'inherits', 'overwrites' and 'prototype' parts of method rep…
H A DReflectionClass_toString_001.phpt24 Method [ <internal:Reflection, prototype Reflector> static public method export ] {
51 Method [ <internal:Reflection, prototype Reflector> public method __toString ] {
/PHP-7.0/Zend/tests/
H A Dbug43200.phpt42 Method [ <user, prototype b> public method foo ] {
46 Method [ <user, inherits c, prototype a> public method bar ] {
H A Dargument_restriction_006.phpt2 Bug #60174 (Notice when array in method prototype error)
/PHP-7.0/ext/date/tests/
H A Dbug55407.phpt2 Bug #55407 (Impossible to prototype DateTime::createFromFormat)
/PHP-7.0/Zend/tests/variadic/
H A Dadding_additional_optional_parameter_error.phpt2 Additional optional parameters must have a matching prototype
/PHP-7.0/Zend/
H A Dzend_inheritance.c524 …&& parent->common.scope != (child->common.prototype ? child->common.prototype->common.scope : chil… in do_inheritance_check_on_method()
529 …child->common.prototype ? ZSTR_VAL(child->common.prototype->common.scope->name) : ZSTR_VAL(child->… in do_inheritance_check_on_method()
566 child->common.prototype = NULL; in do_inheritance_check_on_method()
569 child->common.prototype = parent; in do_inheritance_check_on_method()
572 child->common.prototype = parent->common.prototype ? parent->common.prototype : parent; in do_inheritance_check_on_method()
575 if (child->common.prototype && ( in do_inheritance_check_on_method()
578 parent = child->common.prototype; in do_inheritance_check_on_method()
586 if (child->common.prototype && ( in do_inheritance_check_on_method()
616 if (func->common.prototype != orig_prototype && in do_inherit_method()
624 func->common.prototype = orig_prototype; in do_inherit_method()
[all …]
H A Dzend_object_handlers.h162 ((fbc)->common.prototype ? (fbc)->common.prototype->common.scope : (fbc)->common.scope)
H A Dzend_closures.c550 zend_closure *closure = (zend_closure*)EX(func)->common.prototype; in zend_closure_internal_handler()
573 closure->func.common.prototype = (zend_function*)closure; in zend_create_closure()
591 closure->func.common.prototype = (zend_function*)closure; in zend_create_closure()
H A Dzend_compile.h340 zend_function *prototype; member
391 zend_function *prototype; member
413 union _zend_function *prototype; member
H A Dzend_vm_def.h2387 OBJ_RELEASE((zend_object*)old_execute_data->func->op_array.prototype);
2447 OBJ_RELEASE((zend_object*)EX(func)->op_array.prototype);
3311 GC_REFCOUNT((zend_object*)fbc->common.prototype)++;
3470 GC_REFCOUNT((zend_object*)func->common.prototype)++;
3481 zend_object_release((zend_object*)func->common.prototype);
3782 OBJ_RELEASE((zend_object*)fbc->op_array.prototype);
4634 OBJ_RELEASE((zend_object*)EX(call)->func->common.prototype);
4666 OBJ_RELEASE((zend_object*)EX(call)->func->common.prototype);
4716 OBJ_RELEASE((zend_object*)EX(call)->func->common.prototype);
7942 call->func = fbc->common.prototype;
[all …]
H A Dzend_execute_API.c851 ZEND_ASSERT(GC_TYPE((zend_object*)func->op_array.prototype) == IS_OBJECT); in zend_call_function()
852 GC_REFCOUNT((zend_object*)func->op_array.prototype)++; in zend_call_function()
/PHP-7.0/Zend/tests/traits/
H A Dinheritance003.phpt2 Trait method overrides base class method and satisfies prototype
/PHP-7.0/ext/opcache/
H A Dzend_persist.c675 if (op_array->scope && op_array->prototype) { in zend_persist_op_array_ex()
676 if ((persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->prototype))) { in zend_persist_op_array_ex()
677 op_array->prototype = (union _zend_function*)persist_ptr; in zend_persist_op_array_ex()
680 op_array->prototype = NULL; in zend_persist_op_array_ex()
H A Dzend_accelerator_util_funcs.c324 if (new_entry->prototype) { in zend_hash_clone_methods()
325 new_entry->prototype = ARENA_REALLOC(new_entry->prototype); in zend_hash_clone_methods()
H A Dzend_file_cache.c384 SERIALIZE_PTR(op_array->prototype); in zend_file_cache_serialize_op_array()
499 SERIALIZE_PTR(op_array->prototype); in zend_file_cache_serialize_op_array()
962 UNSERIALIZE_PTR(op_array->prototype); in zend_file_cache_unserialize_op_array()
1068 UNSERIALIZE_PTR(op_array->prototype); in zend_file_cache_unserialize_op_array()
/PHP-7.0/TSRM/m4/
H A Dgethostbyname.m484 # assuming an implicit prototype. In which case, we're out of luck.
/PHP-7.0/ext/filter/docs/
H A Dfilter.txt15 * Updated filter_data prototype
321 The callback function's prototype is:
/PHP-7.0/
H A DCODING_STANDARDS242 prototype before it along with a brief one-line description of what the
269 And yes, please keep the prototype on a single line, even if that line
H A DREADME.STREAMS178 The prototype is:
266 The prototype for php_stream_alloc is this:
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c299 fptr->common.prototype = NULL; in _fix_closure_prototype()
851 if (fptr->common.prototype && fptr->common.prototype->common.scope) { in _function_string()
852 string_printf(str, ", prototype %s", ZSTR_VAL(fptr->common.prototype->common.scope->name)); in _function_string()
2285 ZVAL_OBJ(&closure, (zend_object *) ex->func->common.prototype); in ZEND_METHOD()
3652 if (!mptr->common.prototype) { in ZEND_METHOD()
3658 …reflection_method_factory(mptr->common.prototype->common.scope, mptr->common.prototype, NULL, retu… in ZEND_METHOD()

Completed in 109 milliseconds

12