Home
last modified time | relevance | path

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

/PHP-8.2/ext/spl/
H A Dspl_iterators.c236zend_call_method_with_0_params(Z_OBJ_P(zthis), object->ce, &object->endIteration, "endIteration", … in spl_recursive_it_valid_ex()
307 zend_call_method_with_0_params(obj, ce, cache, "haschildren", &retval); in spl_recursive_it_move_forward_ex()
342zend_call_method_with_0_params(Z_OBJ_P(zthis), object->ce, &object->nextElement, "nextelement", NU… in spl_recursive_it_move_forward_ex()
355zend_call_method_with_0_params(Z_OBJ_P(zthis), object->ce, &object->nextElement, "nextelement", NU… in spl_recursive_it_move_forward_ex()
371 zend_call_method_with_0_params(obj, ce, cache, "getchildren", &child); in spl_recursive_it_move_forward_ex()
431zend_call_method_with_0_params(Z_OBJ_P(zthis), object->ce, &object->endChildren, "endchildren", NU… in spl_recursive_it_move_forward_ex()
465zend_call_method_with_0_params(Z_OBJ_P(zthis), object->ce, &object->endChildren, "endchildren", NU… in spl_recursive_it_rewind_ex()
475zend_call_method_with_0_params(Z_OBJ_P(zthis), object->ce, &object->beginIteration, "beginIteratio… in spl_recursive_it_rewind_ex()
526 zend_call_method_with_0_params(obj, ce, getiterator_cache, "getiterator", retval); in spl_get_iterator_from_aggregate()
1673 zend_call_method_with_0_params(Z_OBJ_P(zthis), intern->std.ce, NULL, "accept", &retval); in spl_filter_it_fetch()
[all …]
H A Dspl_directory.c862zend_call_method_with_0_params(Z_OBJ_P(ZEND_THIS), Z_OBJCE_P(ZEND_THIS), &intern->u.dir.func_rewin… in PHP_METHOD()
867zend_call_method_with_0_params(Z_OBJ_P(ZEND_THIS), Z_OBJCE_P(ZEND_THIS), &intern->u.dir.func_valid… in PHP_METHOD()
874zend_call_method_with_0_params(Z_OBJ_P(ZEND_THIS), Z_OBJCE_P(ZEND_THIS), &intern->u.dir.func_next,… in PHP_METHOD()
1984zend_call_method_with_0_params(Z_OBJ_P(this_ptr), Z_OBJCE_P(this_ptr), &intern->u.file.func_getCur… in spl_filesystem_file_read_line_ex()
H A Dspl_heap.c488 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.c413 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.c1348 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_array_object_count_elements()
/PHP-8.2/Zend/
H A Dzend_interfaces.h43 static zend_always_inline zval* zend_call_method_with_0_params(zend_object *object, zend_class_entr… in zend_call_method_with_0_params() function
H A Dzend_interfaces.c407 zend_call_method_with_0_params( in zend_user_serialize()
/PHP-8.2/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp270 zend_call_method_with_0_params( in PHP_METHOD()
/PHP-8.2/ext/intl/calendar/
H A Dcalendar_methods.cpp978zend_call_method_with_0_params(date_obj, php_date_get_date_ce(), NULL, "gettimestamp", &zv_timesta… in PHP_FUNCTION()
/PHP-8.2/ext/simplexml/
H A Dsimplexml.c1978 zend_call_method_with_0_params(object, intern->zo.ce, &intern->fptr_count, "count", &rv); in sxe_count_elements()
/PHP-8.2/ext/soap/
H A Dsoap.c612 zend_call_method_with_0_params( in PHP_METHOD()

Completed in 73 milliseconds