Lines Matching refs:zmgr

399 	zval *zmgr;  in PHP_FUNCTION()  local
403 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS", &zmgr, php_pspell_ce, &word) == FAILURE) { in PHP_FUNCTION()
406 manager = php_pspell_object_from_zend_object(Z_OBJ_P(zmgr))->mgr; in PHP_FUNCTION()
419 zval *zmgr; in PHP_FUNCTION() local
425 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS", &zmgr, php_pspell_ce, &word) == FAILURE) { in PHP_FUNCTION()
428 manager = php_pspell_object_from_zend_object(Z_OBJ_P(zmgr))->mgr; in PHP_FUNCTION()
449 zval *zmgr; in PHP_FUNCTION() local
453 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OSS", &zmgr, php_pspell_ce, &miss, &corr) == FAILURE) { in PHP_FUNCTION()
456 manager = php_pspell_object_from_zend_object(Z_OBJ_P(zmgr))->mgr; in PHP_FUNCTION()
471 zval *zmgr; in PHP_FUNCTION() local
475 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS", &zmgr, php_pspell_ce, &word) == FAILURE) { in PHP_FUNCTION()
478 manager = php_pspell_object_from_zend_object(Z_OBJ_P(zmgr))->mgr; in PHP_FUNCTION()
498 zval *zmgr; in PHP_FUNCTION() local
502 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS", &zmgr, php_pspell_ce, &word) == FAILURE) { in PHP_FUNCTION()
505 manager = php_pspell_object_from_zend_object(Z_OBJ_P(zmgr))->mgr; in PHP_FUNCTION()
525 zval *zmgr; in PHP_FUNCTION() local
528 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &zmgr, php_pspell_ce) == FAILURE) { in PHP_FUNCTION()
531 manager = php_pspell_object_from_zend_object(Z_OBJ_P(zmgr))->mgr; in PHP_FUNCTION()
546 zval *zmgr; in PHP_FUNCTION() local
549 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &zmgr, php_pspell_ce) == FAILURE) { in PHP_FUNCTION()
552 manager = php_pspell_object_from_zend_object(Z_OBJ_P(zmgr))->mgr; in PHP_FUNCTION()