Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_interfaces.c127zend_call_method_with_0_params(object, ce, &ce->iterator_funcs_ptr->zf_new_iterator, "getiterator"… in zend_user_it_new_iterator()
163zend_call_method_with_0_params(object, iter->ce, &iter->ce->iterator_funcs_ptr->zf_valid, "valid",… in zend_user_it_valid()
179zend_call_method_with_0_params(object, iter->ce, &iter->ce->iterator_funcs_ptr->zf_current, "curre… in zend_user_it_get_current_data()
192zend_call_method_with_0_params(object, iter->ce, &iter->ce->iterator_funcs_ptr->zf_key, "key", &re… in zend_user_it_get_current_key()
213zend_call_method_with_0_params(object, iter->ce, &iter->ce->iterator_funcs_ptr->zf_next, "next", N… in zend_user_it_move_forward()
224zend_call_method_with_0_params(object, iter->ce, &iter->ce->iterator_funcs_ptr->zf_rewind, "rewind… in zend_user_it_rewind()
410 zend_call_method_with_0_params(object, ce, &ce->serialize_func, "serialize", &retval); in zend_user_serialize()
H A Dzend_interfaces.h42 #define zend_call_method_with_0_params(obj, obj_ce, fn_proxy, function_name, retval) \ macro
H A Dzend_object_handlers.c155 zend_call_method_with_0_params(object, ce, &ce->__debugInfo, ZEND_DEBUGINFO_FUNC_NAME, &retval); in zend_std_get_debug_info()
1704 …(zend_call_method_with_0_params(readobj, ce, &ce->__tostring, "__tostring", &retval) || EG(excepti… in zend_std_cast_object_tostring()
H A Dzend_exceptions.c1003 zend_call_method_with_0_params(&exception, ce_exception, &ex->ce->__tostring, "__tostring", &tmp); in zend_exception_error()
H A Dzend_vm_def.h8112 zend_call_method_with_0_params(op1, NULL, NULL, "count", &retval);
H A Dzend_vm_execute.h9392 zend_call_method_with_0_params(op1, NULL, NULL, "count", &retval);
19706 zend_call_method_with_0_params(op1, NULL, NULL, "count", &retval);
27966 zend_call_method_with_0_params(op1, NULL, NULL, "count", &retval);
47872 zend_call_method_with_0_params(op1, NULL, NULL, "count", &retval);
/PHP-7.3/ext/spl/
H A Dspl_iterators.c204 zend_call_method_with_0_params(zthis, object->ce, &object->endIteration, "endIteration", NULL); in spl_recursive_it_valid_ex()
272 zend_call_method_with_0_params(zobject, ce, NULL, "haschildren", &retval); 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()
320 zend_call_method_with_0_params(zthis, object->ce, &object->nextElement, "nextelement", NULL); in spl_recursive_it_move_forward_ex()
334 zend_call_method_with_0_params(zobject, ce, NULL, "getchildren", &child); in spl_recursive_it_move_forward_ex()
384 zend_call_method_with_0_params(zthis, object->ce, &object->endChildren, "endchildren", NULL); in spl_recursive_it_move_forward_ex()
418 zend_call_method_with_0_params(zthis, object->ce, &object->endChildren, "endchildren", NULL); in spl_recursive_it_rewind_ex()
786 zend_call_method_with_0_params(zobject, ce, NULL, "haschildren", return_value); in SPL_METHOD()
811 zend_call_method_with_0_params(zobject, ce, NULL, "getchildren", return_value); in SPL_METHOD()
1833 zend_call_method_with_0_params(zthis, intern->std.ce, NULL, "accept", &retval); in spl_filter_it_fetch()
[all …]
H A Dspl_observer.c1037zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs_ptr->zf_rewind, "… in SPL_METHOD()
1060zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs_ptr->zf_next, "ne… in SPL_METHOD()
1090zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs_ptr->zf_valid, "v… in SPL_METHOD()
1126zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs_ptr->zf_valid, "v… in spl_multiple_iterator_get_all()
1137zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs_ptr->zf_current, … in spl_multiple_iterator_get_all()
1139zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs_ptr->zf_key, "key… in spl_multiple_iterator_get_all()
H A Dspl_directory.c851zend_call_method_with_0_params(&EX(This), Z_OBJCE(EX(This)), &intern->u.dir.func_rewind, "rewind",… in SPL_METHOD()
856zend_call_method_with_0_params(&EX(This), Z_OBJCE(EX(This)), &intern->u.dir.func_valid, "valid", &… in SPL_METHOD()
863zend_call_method_with_0_params(&EX(This), Z_OBJCE(EX(This)), &intern->u.dir.func_next, "next", NUL… in SPL_METHOD()
2169zend_call_method_with_0_params(this_ptr, Z_OBJCE(EX(This)), &intern->u.file.func_getCurr, "getCurr… in spl_filesystem_file_read_line_ex()
H A Dspl_fixedarray.c522 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.c460 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.c480 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.c1436 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_array_object_count_elements()
/PHP-7.3/ext/intl/calendar/
H A Dcalendar_methods.cpp1162zend_call_method_with_0_params(zv_datetime, php_date_get_date_ce(), NULL, "gettimestamp", &zv_time… in PHP_FUNCTION()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_prompt.c778 zend_call_method_with_0_params(&zv, ex->ce, &ex->ce->__tostring, "__tostring", &tmp); in phpdbg_handle_exception()
/PHP-7.3/ext/simplexml/
H A Dsimplexml.c1964 zend_call_method_with_0_params(object, intern->zo.ce, &intern->fptr_count, "count", &rv); in sxe_count_elements()
/PHP-7.3/ext/standard/
H A Darray.c812 zend_call_method_with_0_params(array, NULL, NULL, "count", &retval); in PHP_FUNCTION()

Completed in 328 milliseconds