Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_interfaces.h45 #define zend_call_method_with_1_params(obj, obj_ce, fn_proxy, function_name, retval, arg1) \ macro
H A Dzend_object_handlers.c842 zend_call_method_with_1_params(&tmp_object, ce, NULL, "offsetexists", rv, &tmp_offset); in zend_std_read_dimension()
857 zend_call_method_with_1_params(&tmp_object, ce, NULL, "offsetget", rv, &tmp_offset); in zend_std_read_dimension()
906 zend_call_method_with_1_params(&tmp_object, ce, NULL, "offsetexists", &retval, &tmp_offset); in zend_std_has_dimension()
910 zend_call_method_with_1_params(&tmp_object, ce, NULL, "offsetget", &retval, &tmp_offset); in zend_std_has_dimension()
1054 zend_call_method_with_1_params(&tmp_object, ce, NULL, "offsetunset", NULL, &tmp_offset); in zend_std_unset_dimension()
H A Dzend_interfaces.c451 zend_call_method_with_1_params(object, ce, &ce->unserialize_func, "unserialize", NULL, &zdata); in zend_user_unserialize()
/PHP-7.3/ext/spl/
H A Dspl_fixedarray.c359zend_call_method_with_1_params(object, intern->std.ce, &intern->fptr_offset_get, "offsetGet", rv, … in spl_fixedarray_object_read_dimension()
452zend_call_method_with_1_params(object, intern->std.ce, &intern->fptr_offset_del, "offsetUnset", NU… in spl_fixedarray_object_unset_dimension()
504zend_call_method_with_1_params(object, intern->std.ce, &intern->fptr_offset_has, "offsetExists", &… in spl_fixedarray_object_has_dimension()
H A Dspl_array.c418zend_call_method_with_1_params(object, Z_OBJCE_P(object), &intern->fptr_offset_get, "offsetGet", r… in spl_array_read_dimension_ex()
532zend_call_method_with_1_params(object, Z_OBJCE_P(object), &intern->fptr_offset_del, "offsetUnset",… in spl_array_unset_dimension_ex()
617zend_call_method_with_1_params(object, Z_OBJCE_P(object), &intern->fptr_offset_has, "offsetExists"… in spl_array_has_dimension_ex()
H A Dspl_observer.c121 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.c468 zend_call_method_with_1_params(return_value, ce, &ce->constructor, "__construct", NULL, &arg1); in spl_filesystem_object_create_info()
513 zend_call_method_with_1_params(return_value, ce, &ce->constructor, "__construct", NULL, &arg1); in spl_filesystem_object_create_type()
H A Dspl_iterators.c2498zend_call_method_with_1_params(&intern->inner.zobject, intern->inner.ce, NULL, "seek", NULL, &zpos… in spl_limit_it_seek()
/PHP-7.3/sapi/cli/
H A Dphp_cli.c1115 zend_call_method_with_1_params(&ref, pce, &pce->constructor, "__construct", NULL, &arg); in do_cli()
1126 zend_call_method_with_1_params(NULL, reflection_ptr, NULL, "export", NULL, &ref); in do_cli()
/PHP-7.3/ext/intl/timezone/
H A Dtimezone_class.cpp101zend_call_method_with_1_params(ret, NULL, &Z_OBJCE_P(ret)->constructor, "__construct", NULL, &arg); in timezone_convert_to_datetimezone()
/PHP-7.3/ext/intl/calendar/
H A Dcalendar_methods.cpp1144zend_call_method_with_1_params(&zv_tmp, NULL, &Z_OBJCE(zv_tmp)->constructor, "__construct", NULL, … in PHP_FUNCTION()
1275 zend_call_method_with_1_params(return_value, NULL, NULL, "settimezone", in PHP_FUNCTION()
/PHP-7.3/ext/phar/
H A Dphar_object.c1764 zend_call_method_with_1_params(&iteriter, spl_ce_RecursiveIteratorIterator, in PHP_METHOD()
2240 zend_call_method_with_1_params(&ret, ce, &ce->constructor, "__construct", NULL, &arg1); in phar_rename_archive()
4497 zend_call_method_with_1_params(zobj, Z_OBJCE_P(zobj), in PHP_METHOD()
/PHP-7.3/ext/dom/
H A Dphp_dom.c1556 zend_call_method_with_1_params(object, Z_OBJCE_P(object), NULL, "item", rv, &offset_copy); in dom_nodelist_read_dimension()

Completed in 86 milliseconds