Home
last modified time | relevance | path

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

/PHP-5.3/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.c82 zend_call_method_with_1_params(&object, ce, &ce->__get, ZEND_GET_FUNC_NAME, &retval, member); in zend_std_call_getter()
134 zend_call_method_with_1_params(&object, ce, &ce->__unset, ZEND_UNSET_FUNC_NAME, NULL, member); in zend_std_call_unsetter()
153 zend_call_method_with_1_params(&object, ce, &ce->__isset, ZEND_ISSET_FUNC_NAME, &retval, member); in zend_std_call_issetter()
520 zend_call_method_with_1_params(&object, ce, NULL, "offsetget", &retval, offset); in zend_std_read_dimension()
568 zend_call_method_with_1_params(&object, ce, NULL, "offsetexists", &retval, offset); in zend_std_has_dimension()
573 zend_call_method_with_1_params(&object, ce, NULL, "offsetget", &retval, offset); in zend_std_has_dimension()
695 zend_call_method_with_1_params(&object, ce, NULL, "offsetunset", NULL, offset); in zend_std_unset_dimension()
H A Dzend_interfaces.c472 zend_call_method_with_1_params(object, ce, &ce->unserialize_func, "unserialize", NULL, zdata); in zend_user_unserialize()
/PHP-5.3/ext/spl/
H A Dspl_fixedarray.c369zend_call_method_with_1_params(&object, intern->std.ce, &intern->fptr_offset_get, "offsetGet", &rv… in spl_fixedarray_object_read_dimension()
470zend_call_method_with_1_params(&object, intern->std.ce, &intern->fptr_offset_del, "offsetUnset", N… in spl_fixedarray_object_unset_dimension()
520zend_call_method_with_1_params(&object, intern->std.ce, &intern->fptr_offset_has, "offsetExists", … in spl_fixedarray_object_has_dimension()
H A Dspl_array.c395zend_call_method_with_1_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_get, "offsetGet", … in spl_array_read_dimension_ex()
519zend_call_method_with_1_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_del, "offsetUnset"… in spl_array_unset_dimension_ex()
579zend_call_method_with_1_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_has, "offsetExists… in spl_array_has_dimension_ex()
1886 zend_call_method_with_1_params(object, ce, &ce->unserialize_func, "unserialize", NULL, zdata); in spl_array_unserialize()
H A Dphp_spl.c421 zend_call_method_with_1_params(NULL, NULL, NULL, "spl_autoload", NULL, class_name); in PHP_FUNCTION()
H A Dspl_directory.c455 zend_call_method_with_1_params(&return_value, ce, &ce->constructor, "__construct", NULL, arg1); in spl_filesystem_object_create_info()
499 zend_call_method_with_1_params(&return_value, ce, &ce->constructor, "__construct", NULL, arg1); in spl_filesystem_object_create_type()
H A Dspl_iterators.c2309zend_call_method_with_1_params(&intern->inner.zobject, intern->inner.ce, NULL, "seek", NULL, zpos); in spl_limit_it_seek()
/PHP-5.3/sapi/cli/
H A Dphp_cli.c1319 zend_call_method_with_1_params(&ref, pce, &pce->constructor, "__construct", NULL, arg); in WinMain()
1327 zend_call_method_with_1_params(NULL, reflection_ptr, NULL, "export", NULL, ref); in WinMain()
/PHP-5.3/ext/phar/
H A Dphar_object.c1862 zend_call_method_with_1_params(&iteriter, spl_ce_RecursiveIteratorIterator,
2279 zend_call_method_with_1_params(&ret, ce, &ce->constructor, "__construct", NULL, &arg1);
4542 zend_call_method_with_1_params(&zobj, Z_OBJCE_P(zobj),

Completed in 69 milliseconds