3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dir = "../AttachFile/"; $query = mssql_query("select [gc_parent_guid] FROM [dbo].[MailAttachment] INNER JOIN [dbo].[Status] ON [MailAttachment].[gc_parent_guid] = [Status].[Mail_ID] Where [Status].[Entry No] = $view_no "); $row = mssql_fetch_array($query); $gc_parent_guid = mssql_guid_string($row['gc_parent_guid']); //echo $gc_parent_guid; // Open a directory, and read its contents if (is_dir($dir)){ // ตรวจสอบว่าเป็นDirectoryหรือไม่ if ($dh = opendir($dir)){ $i = 0; //แสดงไฟล์ทั้งหมดในโฟลเดอร์ while (($file[] = readdir($dh)) !== false){ //String ทั้งหมด ที่ต้องการค้นหา $mixedStr = $file[$i]; //คำที่จะค้นหา $searchStr = $gc_parent_guid; //แทนที่ ช่องว่างโดย %20 MOD REWRITE $LinkFile = str_replace(" ", "%20", $mixedStr); if (strpos($mixedStr, $searchStr) !== false){ // echo "<br/>"."- "."<a href= ".$dir.$LinkFile.">".$file[$i]."</a><br>"; } $i++ ; } closedir($dh); } } ?>
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function mssql_query() in /in/JZoAL:3 Stack trace: #0 {main} thrown in /in/JZoAL on line 3
Process exited with code 255.

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:
42.42 ms | 401 KiB | 8 Q