Home
last modified time | relevance | path

Searched refs:zend_parse_method_parameters (Results 26 – 34 of 34) sorted by relevance

12

/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_format.c162 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oz", in PHP_FUNCTION()
/PHP-7.4/ext/date/
H A Dphp_date.c3318 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os", &object, date_ce_date, &modify,… in PHP_FUNCTION()
3491 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &object, date_ce_interface) == F… in PHP_FUNCTION()
3577 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &object, date_ce_interface) == F… in PHP_FUNCTION()
3625 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oll|ll", &object, date_ce_date, &h, … in PHP_FUNCTION()
3675 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Olll", &object, date_ce_date, &y, &m… in PHP_FUNCTION()
3729 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oll|l", &object, date_ce_date, &y, &… in PHP_FUNCTION()
3778 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Ol", &object, date_ce_date, &timesta… in PHP_FUNCTION()
3818 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &object, date_ce_interface) == F… in PHP_FUNCTION()
4000 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &object, date_ce_timezone) == FA… in PHP_FUNCTION()
4159 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &object, date_ce_timezone) == FA… in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/mysqli/
H A Dmysqli_warning.c184 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", in PHP_METHOD()
H A Dmysqli.c1233 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O|Sz", &mysql_result, mysqli_result_… in php_mysqli_fetch_into_hash()
1252 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &mysql_result, mysqli_result_cla… in php_mysqli_fetch_into_hash()
1258 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O|l", &mysql_result, mysqli_result_c… in php_mysqli_fetch_into_hash()
/PHP-7.4/ext/intl/
H A DERROR_CONVENTIONS.md98 Fetching of the object is done with `zend_parse_method_parameters()` instead of
/PHP-7.4/ext/tidy/
H A Dtidy.c63 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), NULL, "O", &object, tidy_ce_doc) == FAILURE) { \
1427 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), NULL, "Os", &object, tidy_ce_doc, &optname, &opt… in PHP_FUNCTION()
1588 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), NULL, "Os", &object, tidy_ce_doc, &optname, &opt… in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_closures.c208 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oo!|z", &zclosure, zend_ce_closure, … in ZEND_METHOD()
H A Dzend_API.h264 ZEND_API int zend_parse_method_parameters(int num_args, zval *this_ptr, const char *type_spec, ...);
H A Dzend_API.c1090 ZEND_API int zend_parse_method_parameters(int num_args, zval *this_ptr, const char *type_spec, ...)… in zend_parse_method_parameters() function

Completed in 60 milliseconds

12