Home
last modified time | relevance | path

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

/PHP-7.1/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.c203 zend_call_method_with_1_params(object, ce, &ce->__get, ZEND_GET_FUNC_NAME, retval, member); in zend_std_call_getter()
251 zend_call_method_with_1_params(object, ce, &ce->__unset, ZEND_UNSET_FUNC_NAME, NULL, member); in zend_std_call_unsetter()
274 zend_call_method_with_1_params(object, ce, &ce->__isset, ZEND_ISSET_FUNC_NAME, retval, member); in zend_std_call_issetter()
804 zend_call_method_with_1_params(&tmp_object, ce, NULL, "offsetexists", rv, &tmp_offset); in zend_std_read_dimension()
819 zend_call_method_with_1_params(&tmp_object, ce, NULL, "offsetget", rv, &tmp_offset); in zend_std_read_dimension()
870 zend_call_method_with_1_params(&tmp_object, ce, NULL, "offsetexists", &retval, &tmp_offset); in zend_std_has_dimension()
875 zend_call_method_with_1_params(&tmp_object, ce, NULL, "offsetget", &retval, &tmp_offset); in zend_std_has_dimension()
1048 zend_call_method_with_1_params(&tmp_object, ce, NULL, "offsetunset", NULL, &tmp_offset); in zend_std_unset_dimension()
H A Dzend_interfaces.c454 zend_call_method_with_1_params(object, ce, &ce->unserialize_func, "unserialize", NULL, &zdata); in zend_user_unserialize()
/PHP-7.1/ext/spl/
H A Dspl_fixedarray.c351zend_call_method_with_1_params(object, intern->std.ce, &intern->fptr_offset_has, "offsetexists", r… in spl_fixedarray_object_read_dimension()
372zend_call_method_with_1_params(object, intern->std.ce, &intern->fptr_offset_get, "offsetGet", rv, … in spl_fixedarray_object_read_dimension()
466zend_call_method_with_1_params(object, intern->std.ce, &intern->fptr_offset_del, "offsetUnset", NU… in spl_fixedarray_object_unset_dimension()
516zend_call_method_with_1_params(object, intern->std.ce, &intern->fptr_offset_has, "offsetExists", &… in spl_fixedarray_object_has_dimension()
H A Dspl_array.c420zend_call_method_with_1_params(object, Z_OBJCE_P(object), &intern->fptr_offset_get, "offsetGet", r… in spl_array_read_dimension_ex()
537zend_call_method_with_1_params(object, Z_OBJCE_P(object), &intern->fptr_offset_del, "offsetUnset",… in spl_array_unset_dimension_ex()
622zend_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.c437 zend_call_method_with_1_params(NULL, NULL, NULL, "spl_autoload", NULL, class_name); in PHP_FUNCTION()
H A Dspl_observer.c123 zend_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.c444 zend_call_method_with_1_params(return_value, ce, &ce->constructor, "__construct", NULL, &arg1); in spl_filesystem_object_create_info()
489 zend_call_method_with_1_params(return_value, ce, &ce->constructor, "__construct", NULL, &arg1); in spl_filesystem_object_create_type()
H A Dspl_iterators.c2505zend_call_method_with_1_params(&intern->inner.zobject, intern->inner.ce, NULL, "seek", NULL, &zpos… in spl_limit_it_seek()
/PHP-7.1/sapi/cli/
H A Dphp_cli.c1108 zend_call_method_with_1_params(&ref, pce, &pce->constructor, "__construct", NULL, &arg); in do_cli()
1119 zend_call_method_with_1_params(NULL, reflection_ptr, NULL, "export", NULL, &ref); in do_cli()
/PHP-7.1/ext/intl/timezone/
H A Dtimezone_class.cpp99 zend_call_method_with_1_params(ret, NULL, NULL, "__construct", NULL, &arg); in timezone_convert_to_datetimezone()
/PHP-7.1/ext/intl/calendar/
H A Dcalendar_methods.cpp1139 zend_call_method_with_1_params(&zv_tmp, NULL, NULL, "__construct", NULL, zv_arg); in PHP_FUNCTION()
1270 zend_call_method_with_1_params(return_value, NULL, NULL, "settimezone", in PHP_FUNCTION()
/PHP-7.1/ext/phar/
H A Dphar_object.c1799 zend_call_method_with_1_params(&iteriter, spl_ce_RecursiveIteratorIterator, in PHP_METHOD()
2233 zend_call_method_with_1_params(&ret, ce, &ce->constructor, "__construct", NULL, &arg1); in phar_rename_archive()
4513 zend_call_method_with_1_params(zobj, Z_OBJCE_P(zobj), in PHP_METHOD()
/PHP-7.1/ext/dom/
H A Dphp_dom.c1547 zend_call_method_with_1_params(object, Z_OBJCE_P(object), NULL, "item", rv, &offset_copy); in dom_nodelist_read_dimension()

Completed in 113 milliseconds