Home
last modified time | relevance | path

Searched refs:zend_call_method_with_1_params (Results 1 – 13 of 13) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_interfaces.h46 #define zend_call_method_with_1_params(obj, obj_ce, fn_proxy, function_name, retval, arg1) \ macro
H A Dzend_object_handlers.c158 zend_call_method_with_1_params(&object, ce, &ce->__get, ZEND_GET_FUNC_NAME, &retval, member); in zend_std_call_getter()
210 zend_call_method_with_1_params(&object, ce, &ce->__unset, ZEND_UNSET_FUNC_NAME, NULL, member); in zend_std_call_unsetter()
229 zend_call_method_with_1_params(&object, ce, &ce->__isset, ZEND_ISSET_FUNC_NAME, &retval, member); in zend_std_call_issetter()
646 zend_call_method_with_1_params(&object, ce, NULL, "offsetget", &retval, offset); in zend_std_read_dimension()
694 zend_call_method_with_1_params(&object, ce, NULL, "offsetexists", &retval, offset); in zend_std_has_dimension()
699 zend_call_method_with_1_params(&object, ce, NULL, "offsetget", &retval, offset); in zend_std_has_dimension()
865 zend_call_method_with_1_params(&object, ce, NULL, "offsetunset", NULL, offset); in zend_std_unset_dimension()
H A Dzend_interfaces.c446 zend_call_method_with_1_params(object, ce, &ce->unserialize_func, "unserialize", NULL, zdata); in zend_user_unserialize()
/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c386zend_call_method_with_1_params(&object, intern->std.ce, &intern->fptr_offset_get, "offsetGet", &rv… in spl_fixedarray_object_read_dimension()
487zend_call_method_with_1_params(&object, intern->std.ce, &intern->fptr_offset_del, "offsetUnset", N… in spl_fixedarray_object_unset_dimension()
537zend_call_method_with_1_params(&object, intern->std.ce, &intern->fptr_offset_has, "offsetExists", … in spl_fixedarray_object_has_dimension()
H A Dspl_array.c389zend_call_method_with_1_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_get, "offsetGet", … in spl_array_read_dimension_ex()
513zend_call_method_with_1_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_del, "offsetUnset"… in spl_array_unset_dimension_ex()
600zend_call_method_with_1_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_has, "offsetExists… in spl_array_has_dimension_ex()
H A Dphp_spl.c452 zend_call_method_with_1_params(NULL, NULL, NULL, "spl_autoload", NULL, class_name); in PHP_FUNCTION()
H A Dspl_observer.c122zend_call_method_with_1_params(&this, intern->std.ce, &intern->fptr_get_hash, "getHash", &rv, obj); in spl_object_storage_get_hash()
H A Dspl_directory.c457 zend_call_method_with_1_params(&return_value, ce, &ce->constructor, "__construct", NULL, arg1); in spl_filesystem_object_create_info()
501 zend_call_method_with_1_params(&return_value, ce, &ce->constructor, "__construct", NULL, arg1); in spl_filesystem_object_create_type()
H A Dspl_iterators.c2486zend_call_method_with_1_params(&intern->inner.zobject, intern->inner.ce, NULL, "seek", NULL, zpos); in spl_limit_it_seek()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c1129 zend_call_method_with_1_params(&ref, pce, &pce->constructor, "__construct", NULL, arg); in do_cli()
1137 zend_call_method_with_1_params(NULL, reflection_ptr, NULL, "export", NULL, ref); in do_cli()
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp100 zend_call_method_with_1_params(&ret, NULL, NULL, "__construct", in timezone_convert_to_datetimezone()
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.cpp1164 zend_call_method_with_1_params(&zv_datetime, NULL, NULL, "__construct", in PHP_FUNCTION()
1295 zend_call_method_with_1_params(&return_value, NULL, NULL, "settimezone", in PHP_FUNCTION()
/PHP-5.5/ext/phar/
H A Dphar_object.c1793 zend_call_method_with_1_params(&iteriter, spl_ce_RecursiveIteratorIterator, in PHP_METHOD()
2214 zend_call_method_with_1_params(&ret, ce, &ce->constructor, "__construct", NULL, &arg1); in phar_rename_archive()
4502 zend_call_method_with_1_params(&zobj, Z_OBJCE_P(zobj), in PHP_METHOD()

Completed in 82 milliseconds