Home
last modified time | relevance | path

Searched refs:_getCastleSquares (Results 1 – 3 of 3) sorted by relevance

/dports/games/pear-Games_Chess/Games_Chess-1.0.1/tests/Games_Chess/getCastleSquares/
H A Dtest_white.phpt9 $ret = $board->_getCastleSquares(chr($i) . $j);
H A Dtest_black.phpt10 $ret = $board->_getCastleSquares(chr($i) . $j);
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/
H A DChess.php1695 function _getCastleSquares($square) function in Games_Chess
2086 $castleret = $this->_getCastleSquares($square);