Home
last modified time | relevance | path

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

12

/PHP-7.0/ext/intl/dateformat/
H A Ddateformat_parse.c138 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Os|z/!", in PHP_FUNCTION()
177 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Os|z!", in PHP_FUNCTION()
H A Ddateformat_format.c161 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oz", in PHP_FUNCTION()
/PHP-7.0/ext/intl/formatter/
H A Dformatter_format.c43 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Oz|l", in PHP_FUNCTION()
149 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Ods", in PHP_FUNCTION()
/PHP-7.0/ext/intl/collator/
H A Dcollator_compare.c49 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Oss", in PHP_FUNCTION()
H A Dcollator_sort.c301 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Oa/|l", in collator_sort_internal()
395 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Oa", in PHP_FUNCTION()
561 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Os", in PHP_FUNCTION()
/PHP-7.0/ext/intl/transliterator/
H A Dtransliterator_methods.c214 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
480 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
508 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
/PHP-7.0/ext/intl/msgformat/
H A Dmsgformat_parse.c69 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Os", in PHP_FUNCTION()
/PHP-7.0/ext/dom/
H A Ddocumentfragment.c125 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os", &id, dom_documentfragment_class… in PHP_METHOD()
H A Dnodelist.c117 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Ol", &id, dom_nodelist_class_entry, … in PHP_FUNCTION()
H A Dattr.c233 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &id, dom_attr_class_entry) == FA… in PHP_FUNCTION()
H A Dxpath.c321 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oss", &id, dom_xpath_class_entry, &p… in PHP_FUNCTION()
363 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os|O!b", &id, dom_xpath_class_entry,… in php_xpath_eval()
/PHP-7.0/ext/date/
H A Dphp_date.c611 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), NULL, "O", &object, date_ce_date) == FAILURE) { \
3306 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &object, date_ce_interface) == F… in PHP_FUNCTION()
3390 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &object, date_ce_interface) == F… in PHP_FUNCTION()
3436 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oll|l", &object, date_ce_date, &h, &… in PHP_FUNCTION()
3485 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Olll", &object, date_ce_date, &y, &m… in PHP_FUNCTION()
3538 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oll|l", &object, date_ce_date, &y, &… in PHP_FUNCTION()
3585 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Ol", &object, date_ce_date, &timesta… in PHP_FUNCTION()
3603 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Ol", &object, date_ce_immutable, &ti… in PHP_METHOD()
3624 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &object, date_ce_interface) == F… in PHP_FUNCTION()
3805 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &object, date_ce_timezone) == FA… in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/mysqli/
H A Dmysqli_warning.c185 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", in PHP_METHOD()
H A Dmysqli.c1243 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O|Sz", &mysql_result, mysqli_result_… in php_mysqli_fetch_into_hash()
1262 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &mysql_result, mysqli_result_cla… in php_mysqli_fetch_into_hash()
1268 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O|l", &mysql_result, mysqli_result_c… in php_mysqli_fetch_into_hash()
/PHP-7.0/ext/intl/
H A DERROR.CONVENTIONS87 Fetching of the object is done with zend_parse_method_parameters() instead of
/PHP-7.0/ext/tidy/
H A Dtidy.c56 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), NULL, "O", &object, tidy_ce_doc) == FAILURE) { \
1371 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), NULL, "Os", &object, tidy_ce_doc, &optname, &opt… in PHP_FUNCTION()
1532 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), NULL, "Os", &object, tidy_ce_doc, &optname, &opt… in PHP_FUNCTION()
/PHP-7.0/Zend/
H A Dzend_closures.c194 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oo!|z", &zclosure, zend_ce_closure, … in ZEND_METHOD()
H A Dzend_API.h271 ZEND_API int zend_parse_method_parameters(int num_args, zval *this_ptr, const char *type_spec, ...);
H A Dzend_API.c980 ZEND_API int zend_parse_method_parameters(int num_args, zval *this_ptr, const char *type_spec, ...)… in zend_parse_method_parameters() function
/PHP-7.0/ext/xsl/
H A Dxsltprocessor.c407 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oo", &id, xsl_xsltprocessor_class_en… in PHP_FUNCTION()
/PHP-7.0/ext/xmlreader/
H A Dphp_xmlreader.c1131 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O|O!", &id, xmlreader_class_entry, &… in PHP_METHOD()

Completed in 116 milliseconds

12