3v4l.org

run code in 300+ PHP versions simultaneously
<?php $item = '"61926182767182" "DAS GEILE GAME" "HTTP://google.com/123129182691239" "HTTP://google.com/123129182691239" "32.59"'; $h = fopen('php://memory', 'r+'); fputcsv($h, str_getcsv($item, ' '), ';', '"'); rewind($h); echo stream_get_contents($h);
Output for git.master_jit, git.master
Deprecated: str_getcsv(): the $escape parameter must be provided as its default value will change in /in/UIcMp on line 6 Deprecated: fputcsv(): the $escape parameter must be provided as its default value will change in /in/UIcMp on line 6 61926182767182;"DAS GEILE GAME";HTTP://google.com/123129182691239;HTTP://google.com/123129182691239;32.59
Output for rfc.property-hooks
61926182767182;"DAS GEILE GAME";HTTP://google.com/123129182691239;HTTP://google.com/123129182691239;32.59

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
65.65 ms | 406 KiB | 5 Q