Home
last modified time | relevance | path

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

/PHP-5.5/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 DReflectionClass_toString_003.phpt2 ReflectionClass::__toString() - verify 'inherits', 'overwrites' and 'prototype' parts of method rep…
/PHP-5.5/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-5.5/Zend/tests/traits/
H A Dinheritance003.phpt2 Trait method overrides base class method and satisfies prototype
/PHP-5.5/Zend/
H A Dzend_object_handlers.h150 ((fbc)->common.prototype ? (fbc)->common.prototype->common.scope : (fbc)->common.scope)
H A Dzend_compile.h267 union _zend_function *prototype; member
324 union _zend_function *prototype; member
344 union _zend_function *prototype; member
H A Dzend_compile.c1567 op_array.prototype = NULL; in zend_do_begin_function_declaration()
3413 …&& parent->common.scope != (child->common.prototype ? child->common.prototype->common.scope : chil… in do_inheritance_check_on_method()
3418 …child->common.prototype ? child->common.prototype->common.scope->name : child->common.scope->name); in do_inheritance_check_on_method()
3455 child->common.prototype = NULL; in do_inheritance_check_on_method()
3458 child->common.prototype = parent; in do_inheritance_check_on_method()
3459 …ent->common.fn_flags & ZEND_ACC_CTOR) || (parent->common.prototype && (parent->common.prototype->c… in do_inheritance_check_on_method()
3461 child->common.prototype = parent->common.prototype ? parent->common.prototype : parent; in do_inheritance_check_on_method()
3464 if (child->common.prototype && (child->common.prototype->common.fn_flags & ZEND_ACC_ABSTRACT)) { in do_inheritance_check_on_method()
3465 if (!zend_do_perform_implementation_check(child, child->common.prototype TSRMLS_CC)) { in do_inheritance_check_on_method()
3466 …d), child->common.function_name, zend_get_function_declaration(child->common.prototype TSRMLS_CC)); in do_inheritance_check_on_method()
[all …]
H A Dzend_closures.c451 closure->func.common.prototype = NULL; in zend_create_closure()
H A Dzend_vm_def.h1843 if ((op_array->fn_flags & ZEND_ACC_CLOSURE) && op_array->prototype) { in ZEND_VM_HELPER()
1844 zval_ptr_dtor((zval**)&op_array->prototype); in ZEND_VM_HELPER()
2686 call->fbc->common.prototype = (zend_function*)function_name;
H A Dzend_API.c2068 internal_function->prototype = NULL; in zend_register_functions()
H A Dzend_vm_execute.h404 if ((op_array->fn_flags & ZEND_ACC_CLOSURE) && op_array->prototype) { in zend_leave_helper_SPEC()
405 zval_ptr_dtor((zval**)&op_array->prototype); in zend_leave_helper_SPEC()
1283 call->fbc->common.prototype = (zend_function*)function_name; in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1608 call->fbc->common.prototype = (zend_function*)function_name; in ZEND_INIT_FCALL_BY_NAME_SPEC_TMP_HANDLER()
1795 call->fbc->common.prototype = (zend_function*)function_name; in ZEND_INIT_FCALL_BY_NAME_SPEC_VAR_HANDLER()
2020 call->fbc->common.prototype = (zend_function*)function_name; in ZEND_INIT_FCALL_BY_NAME_SPEC_CV_HANDLER()
/PHP-5.5/ext/opcache/
H A Dzend_persist.c423 if (op_array->scope && op_array->prototype) {
424 if ((persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->prototype))) {
425 op_array->prototype = (union _zend_function*)persist_ptr;
427 op_array->prototype->op_array.refcount++;
430 op_array->prototype = NULL;
H A Dzend_accelerator_util_funcs.c486 if (new_entry->prototype) {
487 if (accel_xlat_get(new_entry->prototype, new_prototype) == SUCCESS) {
488 new_entry->prototype = *new_prototype;
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt15 * Updated filter_data prototype
321 The callback function's prototype is:
/PHP-5.5/
H A DCODING_STANDARDS240 prototype before it along with a brief one-line description of what the
267 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:
H A DNEWS3305 . Fixed bug #60174 (Notice when array in method prototype error).
6712 - Fixed bug #46157 (PDOStatement::fetchObject prototype error). (Felipe)
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c861 if (fptr->common.prototype && fptr->common.prototype->common.scope) { in _function_string()
862 string_printf(str, ", prototype %s", fptr->common.prototype->common.scope->name); in _function_string()
3248 if (!mptr->common.prototype) { in ZEND_METHOD()
3254 …reflection_method_factory(mptr->common.prototype->common.scope, mptr->common.prototype, NULL, retu… in ZEND_METHOD()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c1315 ifunc->prototype = NULL; in pdo_hash_methods()
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY765 st.h fix prototype for C++.
1778 2003/02/06: [impl] use P_() macro for function prototype.
/PHP-5.5/ext/soap/
H A Dsoap.c637 fe.prototype = NULL; in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog4503 9. The prototype for memmove() for systems that don't have it was using

Completed in 212 milliseconds