Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_interfaces.c129zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_valid,… in zend_user_it_valid()
145zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_curren… in zend_user_it_get_current_data()
156zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_key, "… in zend_user_it_get_current_key()
170zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_next, … in zend_user_it_move_forward()
181zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_rewind… in zend_user_it_rewind()
354 zend_call_method_with_0_params( in zend_user_serialize()
H A Dzend_interfaces.h43 #define zend_call_method_with_0_params(obj, obj_ce, fn_proxy, function_name, retval) \ macro
H A Dzend_vm_def.h8999 zend_call_method_with_0_params(zobj, NULL, NULL, "count", &retval);
H A Dzend_vm_execute.h10396 zend_call_method_with_0_params(zobj, NULL, NULL, "count", &retval); in ZEND_COUNT_SPEC_CONST_UNUSED_HANDLER()
17611 zend_call_method_with_0_params(zobj, NULL, NULL, "count", &retval); in ZEND_COUNT_SPEC_TMPVAR_UNUSED_HANDLER()
47986 zend_call_method_with_0_params(zobj, NULL, NULL, "count", &retval); in ZEND_COUNT_SPEC_CV_UNUSED_HANDLER()
/PHP-8.0/ext/spl/
H A Dspl_iterators.c191zend_call_method_with_0_params(Z_OBJ_P(zthis), object->ce, &object->endIteration, "endIteration", … in spl_recursive_it_valid_ex()
259 zend_call_method_with_0_params(Z_OBJ_P(zobject), ce, NULL, "haschildren", &retval); in spl_recursive_it_move_forward_ex()
294zend_call_method_with_0_params(Z_OBJ_P(zthis), object->ce, &object->nextElement, "nextelement", NU… in spl_recursive_it_move_forward_ex()
307zend_call_method_with_0_params(Z_OBJ_P(zthis), object->ce, &object->nextElement, "nextelement", NU… in spl_recursive_it_move_forward_ex()
321 zend_call_method_with_0_params(Z_OBJ_P(zobject), ce, NULL, "getchildren", &child); in spl_recursive_it_move_forward_ex()
371zend_call_method_with_0_params(Z_OBJ_P(zthis), object->ce, &object->endChildren, "endchildren", NU… in spl_recursive_it_move_forward_ex()
405zend_call_method_with_0_params(Z_OBJ_P(zthis), object->ce, &object->endChildren, "endchildren", NU… in spl_recursive_it_rewind_ex()
466 zend_call_method_with_0_params(obj, ce, getiterator_cache, "getiterator", retval); in spl_get_iterator_from_aggregate()
782 zend_call_method_with_0_params(Z_OBJ_P(zobject), ce, NULL, "haschildren", return_value); in PHP_METHOD()
806 zend_call_method_with_0_params(Z_OBJ_P(zobject), ce, NULL, "getchildren", return_value); in PHP_METHOD()
[all …]
H A Dspl_observer.c1032zend_call_method_with_0_params(Z_OBJ_P(it), Z_OBJCE_P(it), Z_OBJCE_P(it)->iterator_funcs_ptr ? &Z_… in PHP_METHOD()
1054zend_call_method_with_0_params(Z_OBJ_P(it), Z_OBJCE_P(it), Z_OBJCE_P(it)->iterator_funcs_ptr ? &Z_… in PHP_METHOD()
1083zend_call_method_with_0_params(Z_OBJ_P(it), Z_OBJCE_P(it), Z_OBJCE_P(it)->iterator_funcs_ptr ? &Z_… in PHP_METHOD()
1119zend_call_method_with_0_params(Z_OBJ_P(it), Z_OBJCE_P(it), Z_OBJCE_P(it)->iterator_funcs_ptr ? &Z_… in spl_multiple_iterator_get_all()
1130zend_call_method_with_0_params(Z_OBJ_P(it), Z_OBJCE_P(it), Z_OBJCE_P(it)->iterator_funcs_ptr ? &Z_… in spl_multiple_iterator_get_all()
1132zend_call_method_with_0_params(Z_OBJ_P(it), Z_OBJCE_P(it), Z_OBJCE_P(it)->iterator_funcs_ptr ? &Z_… in spl_multiple_iterator_get_all()
H A Dspl_directory.c843zend_call_method_with_0_params(Z_OBJ_P(ZEND_THIS), Z_OBJCE_P(ZEND_THIS), &intern->u.dir.func_rewin… in PHP_METHOD()
848zend_call_method_with_0_params(Z_OBJ_P(ZEND_THIS), Z_OBJCE_P(ZEND_THIS), &intern->u.dir.func_valid… in PHP_METHOD()
855zend_call_method_with_0_params(Z_OBJ_P(ZEND_THIS), Z_OBJCE_P(ZEND_THIS), &intern->u.dir.func_next,… in PHP_METHOD()
1959zend_call_method_with_0_params(Z_OBJ_P(this_ptr), Z_OBJCE_P(ZEND_THIS), &intern->u.file.func_getCu… in spl_filesystem_file_read_line_ex()
H A Dspl_fixedarray.c526 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.c475 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.c467 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.c1389 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_array_object_count_elements()
/PHP-8.0/ext/intl/calendar/
H A Dcalendar_methods.cpp980zend_call_method_with_0_params(date_obj, php_date_get_date_ce(), NULL, "gettimestamp", &zv_timesta… in PHP_FUNCTION()
/PHP-8.0/ext/simplexml/
H A Dsimplexml.c1949 zend_call_method_with_0_params(object, intern->zo.ce, &intern->fptr_count, "count", &rv); in sxe_count_elements()
/PHP-8.0/ext/standard/
H A Darray.c765 zend_call_method_with_0_params(Z_OBJ_P(array), NULL, NULL, "count", &retval); in PHP_FUNCTION()
/PHP-8.0/ext/soap/
H A Dsoap.c665 zend_call_method_with_0_params( in PHP_METHOD()

Completed in 214 milliseconds