PHP 7.3 was released the 6 December 2018. If you want to use it on OSX with brew you have to use the master branch of brew until they release a new version of Brew with PHP 7.3 in it.

cd $(brew --repository)
git pull origin master 
brew unlink php72
brew install [email protected]