Lines Matching refs:zend_parse_parameters
282 if (zend_parse_parameters(argc, "s|sssl", &language, &language_len, &spelling, &spelling_len, in PHP_FUNCTION()
379 if (zend_parse_parameters(argc, "ps|sssl", &personal, &personal_len, &language, &language_len, in PHP_FUNCTION()
472 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &conf) == FAILURE) { in PHP_FUNCTION()
501 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION()
526 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION()
557 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "lss", &scin, &miss, &miss_len, &corr, &corr_len) == FA… in PHP_FUNCTION()
582 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION()
612 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION()
640 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &scin) == FAILURE) { in PHP_FUNCTION()
663 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &scin) == FAILURE) { in PHP_FUNCTION()
698 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|sss", &language, &language_len, &spelling, &spelling… in PHP_FUNCTION()
757 if (zend_parse_parameters(ZEND_NUM_ARGS(), "lb", &conf, &runtogether) == FAILURE) { in PHP_FUNCTION()
776 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ll", &conf, &mode) == FAILURE) { in PHP_FUNCTION()
803 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ll", &conf, &ignore) == FAILURE) { in PHP_FUNCTION()
823 if (zend_parse_parameters(ZEND_NUM_ARGS(), "lp", &conf, &value, &value_len) == FAILURE) { in pspell_config_path()
871 if (zend_parse_parameters(ZEND_NUM_ARGS(), "lp", &conf, &repl, &repl_len) == FAILURE) { in PHP_FUNCTION()
897 if (zend_parse_parameters(ZEND_NUM_ARGS(), "lb", &conf, &save) == FAILURE) { in PHP_FUNCTION()