Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_iterators.c223zend_call_method_with_0_params(Z_OBJ_P(zthis), object->ce, &object->endIteration, "endIteration", … in spl_recursive_it_valid_ex()
293 zend_call_method_with_0_params(obj, ce, cache, "haschildren", &retval); in spl_recursive_it_move_forward_ex()
328zend_call_method_with_0_params(Z_OBJ_P(zthis), object->ce, &object->nextElement, "nextelement", NU… in spl_recursive_it_move_forward_ex()
341zend_call_method_with_0_params(Z_OBJ_P(zthis), object->ce, &object->nextElement, "nextelement", NU… in spl_recursive_it_move_forward_ex()
357 zend_call_method_with_0_params(obj, ce, cache, "getchildren", &child); in spl_recursive_it_move_forward_ex()
417zend_call_method_with_0_params(Z_OBJ_P(zthis), object->ce, &object->endChildren, "endchildren", NU… in spl_recursive_it_move_forward_ex()
451zend_call_method_with_0_params(Z_OBJ_P(zthis), object->ce, &object->endChildren, "endchildren", NU… in spl_recursive_it_rewind_ex()
461zend_call_method_with_0_params(Z_OBJ_P(zthis), object->ce, &object->beginIteration, "beginIteratio… in spl_recursive_it_rewind_ex()
512 zend_call_method_with_0_params(obj, ce, getiterator_cache, "getiterator", retval); in spl_get_iterator_from_aggregate()
1598 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.c818zend_call_method_with_0_params(Z_OBJ_P(ZEND_THIS), Z_OBJCE_P(ZEND_THIS), &intern->u.dir.func_rewin… in PHP_METHOD()
823zend_call_method_with_0_params(Z_OBJ_P(ZEND_THIS), Z_OBJCE_P(ZEND_THIS), &intern->u.dir.func_valid… in PHP_METHOD()
830zend_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(this_ptr), &intern->u.file.func_getCur… in spl_filesystem_file_read_line_ex()
H A Dspl_heap.c503 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.c412 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.c1142 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_array_object_count_elements()
/php-src/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.c412 zend_call_method_with_0_params( in zend_user_serialize()
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp266 zend_call_method_with_0_params( in PHP_METHOD()
/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp1036zend_call_method_with_0_params(date_obj, php_date_get_date_ce(), NULL, "gettimestamp", &zv_timesta… in PHP_FUNCTION()
/php-src/ext/simplexml/
H A Dsimplexml.c1921 zend_call_method_with_0_params(object, intern->zo.ce, &intern->fptr_count, "count", &rv); in sxe_count_elements()
/php-src/ext/soap/
H A Dsoap.c730 zend_call_method_with_0_params( in PHP_METHOD()

Completed in 62 milliseconds