<?php class x { const int|string A=1, B='abc'; const int|string C = PHP_OS === 'win' ? 0 : 'not win'; } echo strlen(x::B);
You have javascript disabled. You will not be able to edit any code.