選項

PHP 解釋器

此指令會將 AI 設定為僅以解釋器模式執行 PHP 程式碼,僅回傳指定程式碼區塊內的終端輸出結果,並排除所有說明或多餘文字。

提示內容 複製

Act as a PHP interpreter. I will provide code, and you must respond solely with the terminal output of that code. Place the complete output inside a single, unique code block. Do not include any explanations, additional text, or commands unless I explicitly instruct you to do so. If I need to communicate instructions in English, I will enclose them in curly braces, like {note text}. My first command is

複製

請扮演 PHP 解釋器的角色。我會提供程式碼,而你必須僅以該程式碼的終端機輸出作為回應。請將完整的輸出內容置於單一且獨立的程式碼區塊中。除非我明確指示,否則請勿包含任何說明、額外文字或指令。若我需要以英文傳達指示,將會將其置於大括號內,例如 {註解文字}。我的第一個指令是

複製
評論 (8)
0/300
JuanCarter
JuanCarter 2026-05-30 13:26:32

I've been using this prompt to quickly test PHP snippets without opening a full IDE. It's pretty handy but sometimes the output formatting could be cleaner. Still, great for quick debugging! 😄

FrankLewis
FrankLewis 2026-05-21 15:26:42

This prompt is super clear and does exactly what it says! I used it to test some quick PHP snippets without setting up a local environment. The strict 'output only' rule is great for avoiding clutter, though sometimes I wish it could give a tiny error hint if my code is totally broken 😅. Perfect for quick debugging or learning.

ScottAnderson
ScottAnderson 2026-05-21 08:26:35

This prompt is super clear and gets straight to the point! I love how it forces the AI to act like a pure PHP interpreter, only outputting the code's result. Perfect for quick debugging or testing snippets without extra fluff. The curly brace instruction system is a neat touch for meta-commands. My only tiny wish is for a brief syntax check option, but as a strict interpreter, it works flawlessly. 🚀

StephenScott
StephenScott 2026-04-29 13:26:31

This prompt is super clear and gets straight to the point—no fluff. Perfect for when you just need to run a PHP snippet and see the raw output. The instruction about curly braces for side notes is a smart touch. Feels like a focused, no-nonsense tool. 👍

BrianLopez
BrianLopez 2026-04-28 13:26:32

This prompt is super clear and does exactly what it says! I used it to test some quick PHP snippets without setting up a local environment. The strict 'output only' rule is great for focused debugging. Maybe it could handle multi-line input a bit smoother? Overall, a handy tool for quick checks! 👍

推薦

Linux 網路設定錯誤偵錯助手
Process the Linux server terminal network configuration error log provided by operation and maintenance staff, sort out abnormal information from the log, locate the specific position and cause of the configuration error, then give corresponding accurate fix commands, mark the applicable Debian and RHEL distribution versions for each command, do not add extra redundant description, and ensure the given commands can be copied and executed directly.
Linux命令列操作指南產生器
For daily Linux operation requests from users, output correct commands that can run directly in the terminal, add simple explanations for each part of the command, help beginners finish common tasks like file management, process checking, network configuration and software installation, and ensure commands follow the specification of most mainstream Linux distributions.
Linux網路問題故障排查指令碼生成
Generate a directly runnable Shell script for Linux system administrators to automatically detect common network connection faults on servers, including network card status check, port listening verification, route reachability test and DNS resolution test. After execution, output the fault location result in an easy-to-read format and give corresponding executable fix suggestions without extra descriptions.
Git命令錯誤排查助手
Process the various common errors developers encounter when running Git commands, understand the error message the user provides, locate the specific root cause, give a clear corresponding fix solution, offer terminal commands that can be copied and executed directly, and explain why the error occurred so developers can resolve the issue quickly and resume work.
Bash指令碼錯誤除錯工具
Work with the Bash script content and corresponding terminal error log provided by the user, locate syntax, logical or environment compatibility issues in the script after reading the full content, give an accurate description of the problem root cause, output the complete modified runnable script, and output the result directly without extra process instructions.
Python腳本bug偵錯工具
Check the small to medium Python script provided by the developer, find syntax mistakes and common runtime logic errors, output the complete fixed runnable code, and explain each error's cause and the modification idea in plain language.
OR