Lines Matching refs:zmgr

401 	zval *zmgr;  in PHP_FUNCTION()  local
405 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS", &zmgr, php_pspell_ce, &word) == FAILURE) { in PHP_FUNCTION()
408 manager = php_pspell_object_from_zend_object(Z_OBJ_P(zmgr))->mgr; in PHP_FUNCTION()
421 zval *zmgr; in PHP_FUNCTION() local
427 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS", &zmgr, php_pspell_ce, &word) == FAILURE) { in PHP_FUNCTION()
430 manager = php_pspell_object_from_zend_object(Z_OBJ_P(zmgr))->mgr; in PHP_FUNCTION()
451 zval *zmgr; in PHP_FUNCTION() local
455 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OSS", &zmgr, php_pspell_ce, &miss, &corr) == FAILURE) { in PHP_FUNCTION()
458 manager = php_pspell_object_from_zend_object(Z_OBJ_P(zmgr))->mgr; in PHP_FUNCTION()
473 zval *zmgr; in PHP_FUNCTION() local
477 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS", &zmgr, php_pspell_ce, &word) == FAILURE) { in PHP_FUNCTION()
480 manager = php_pspell_object_from_zend_object(Z_OBJ_P(zmgr))->mgr; in PHP_FUNCTION()
500 zval *zmgr; in PHP_FUNCTION() local
504 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS", &zmgr, php_pspell_ce, &word) == FAILURE) { in PHP_FUNCTION()
507 manager = php_pspell_object_from_zend_object(Z_OBJ_P(zmgr))->mgr; in PHP_FUNCTION()
527 zval *zmgr; in PHP_FUNCTION() local
530 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &zmgr, php_pspell_ce) == FAILURE) { in PHP_FUNCTION()
533 manager = php_pspell_object_from_zend_object(Z_OBJ_P(zmgr))->mgr; in PHP_FUNCTION()
548 zval *zmgr; in PHP_FUNCTION() local
551 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &zmgr, php_pspell_ce) == FAILURE) { in PHP_FUNCTION()
554 manager = php_pspell_object_from_zend_object(Z_OBJ_P(zmgr))->mgr; in PHP_FUNCTION()