Код: Выделить всё
$callbacks[$delimiter] = create_function(
'$matches',
"return '$delimiter' . strtolower(\$matches[1]);"
);
Подробнее здесь: https://stackoverflow.com/questions/481 ... deprecated
Код: Выделить всё
$callbacks[$delimiter] = create_function(
'$matches',
"return '$delimiter' . strtolower(\$matches[1]);"
);