3v4l.org

run code in 300+ PHP versions simultaneously
<?php function siteURL() { return "http://example.com/dir/"; } define('SITE_URL', siteURL()); //returns http://example.com/dir/ define('CKEDITOR', SITE_URL.'plugins/ckeditor/ckeditor.js'); // ignore the above code is just to emulate your code echo str_replace(SITE_URL,'',CKEDITOR);

preferences:
47.21 ms | 405 KiB | 5 Q