Home
last modified time | relevance | path

Searched refs:zend_call_method_with_0_params (Results 1 – 15 of 15) sorted by relevance

/PHP-5.6/Zend/
H A Dzend_interfaces.c125 …return zend_call_method_with_0_params(&object, ce, &ce->iterator_funcs.zf_new_iterator, "getiterat… in zend_user_it_new_iterator()
163zend_call_method_with_0_params(&object, iter->ce, &iter->ce->iterator_funcs.zf_valid, "valid", &mo… in zend_user_it_valid()
181zend_call_method_with_0_params(&object, iter->ce, &iter->ce->iterator_funcs.zf_current, "current",… in zend_user_it_get_current_data()
204zend_call_method_with_0_params(&object, iter->ce, &iter->ce->iterator_funcs.zf_key, "key", &retval… in zend_user_it_get_current_key()
224 zend_call_method_with_0_params(&object, iter->ce, &iter->ce->iterator_funcs.zf_next, "next", NULL); in zend_user_it_move_forward()
235zend_call_method_with_0_params(&object, iter->ce, &iter->ce->iterator_funcs.zf_rewind, "rewind", N… in zend_user_it_rewind()
406 zend_call_method_with_0_params(&object, ce, &ce->serialize_func, "serialize", &retval); in zend_user_serialize()
H A Dzend_objects.c123 zend_call_method_with_0_params(&obj, object->ce, &destructor, ZEND_DESTRUCTOR_FUNC_NAME, NULL); in zend_objects_destroy_object()
212zend_call_method_with_0_params(&new_obj, old_object->ce, &old_object->ce->clone, ZEND_CLONE_FUNC_N… in zend_objects_clone_members()
H A Dzend_interfaces.h43 #define zend_call_method_with_0_params(obj, obj_ce, fn_proxy, function_name, retval) \ macro
H A Dzend_object_handlers.c150 zend_call_method_with_0_params(&object, ce, &ce->__debugInfo, ZEND_DEBUGINFO_FUNC_NAME, &retval); in zend_std_get_debug_info()
1566 …(zend_call_method_with_0_params(&readobj, ce, &ce->__tostring, "__tostring", &retval) || EG(except… in zend_std_cast_object_tostring()
H A Dzend_exceptions.c916 zend_call_method_with_0_params(&exception, ce_exception, NULL, "__tostring", &str); in zend_exception_error()
/PHP-5.6/ext/spl/
H A Dspl_iterators.c189 zend_call_method_with_0_params(&zthis, object->ce, &object->endIteration, "endIteration", NULL); in spl_recursive_it_valid_ex()
259 zend_call_method_with_0_params(&zobject, ce, NULL, "haschildren", &retval); in spl_recursive_it_move_forward_ex()
294 zend_call_method_with_0_params(&zthis, object->ce, &object->nextElement, "nextelement", NULL); in spl_recursive_it_move_forward_ex()
307 zend_call_method_with_0_params(&zthis, object->ce, &object->nextElement, "nextelement", NULL); in spl_recursive_it_move_forward_ex()
321 zend_call_method_with_0_params(&zobject, ce, NULL, "getchildren", &child); in spl_recursive_it_move_forward_ex()
374 zend_call_method_with_0_params(&zthis, object->ce, &object->endChildren, "endchildren", NULL); in spl_recursive_it_move_forward_ex()
405 zend_call_method_with_0_params(&zthis, object->ce, &object->endChildren, "endchildren", NULL); in spl_recursive_it_rewind_ex()
778 zend_call_method_with_0_params(&zobject, ce, NULL, "haschildren", &retval); in SPL_METHOD()
805 zend_call_method_with_0_params(&zobject, ce, NULL, "getchildren", &retval); in SPL_METHOD()
1851 zend_call_method_with_0_params(&zthis, intern->std.ce, NULL, "accept", &retval); in spl_filter_it_fetch()
[all …]
H A Dspl_observer.c1108zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_rewind, "rewi… in SPL_METHOD()
1131zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_next, "next",… in SPL_METHOD()
1161zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_valid, "valid… in SPL_METHOD()
1197zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_valid, "valid… in spl_multiple_iterator_get_all()
1208zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_current, "cur… in spl_multiple_iterator_get_all()
1210zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_key, "key… in spl_multiple_iterator_get_all()
H A Dspl_directory.c832zend_call_method_with_0_params(&this_ptr, Z_OBJCE_P(getThis()), &intern->u.dir.func_rewind, "rewin… in SPL_METHOD()
841zend_call_method_with_0_params(&this_ptr, Z_OBJCE_P(getThis()), &intern->u.dir.func_valid, "valid"… in SPL_METHOD()
851zend_call_method_with_0_params(&this_ptr, Z_OBJCE_P(getThis()), &intern->u.dir.func_next, "next", … in SPL_METHOD()
2205zend_call_method_with_0_params(&this_ptr, Z_OBJCE_P(getThis()), &intern->u.file.func_getCurr, "get… in spl_filesystem_file_read_line_ex()
H A Dspl_fixedarray.c559 zend_call_method_with_0_params(&object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_fixedarray_object_count_elements()
H A Dspl_heap.c504 zend_call_method_with_0_params(&object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_heap_object_count_elements()
H A Dspl_dllist.c488 zend_call_method_with_0_params(&object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_dllist_object_count_elements()
H A Dspl_array.c1433 zend_call_method_with_0_params(&object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_array_object_count_elements()
/PHP-5.6/ext/intl/calendar/
H A Dcalendar_methods.cpp1182 zend_call_method_with_0_params(&zv_datetime, php_date_get_date_ce(), in PHP_FUNCTION()
/PHP-5.6/ext/simplexml/
H A Dsimplexml.c1920 zend_call_method_with_0_params(&object, intern->zo.ce, &intern->fptr_count, "count", &rv); in sxe_count_elements()
/PHP-5.6/ext/standard/
H A Darray.c336 zend_call_method_with_0_params(&array, NULL, NULL, "count", &retval); in PHP_FUNCTION()

Completed in 80 milliseconds