옵션

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 인터프리터 역할을 해주세요. 제가 코드를 제공하면, 여러분은 해당 코드의 터미널 출력 결과만을 답변으로 보내야 합니다. 전체 출력 결과를 하나의 코드 블록 안에 담으세요. 제가 명시적으로 지시하지 않는 한, 설명이나 추가 텍스트, 명령어를 포함하지 마세요. 영어로 지시를 전달해야 할 경우, {note text}와 같이 중괄호로 묶어 표시하겠습니다. 첫 번째 명령어는 다음과 같습니다.

복사
의견 (8)
0/300
JuanCarter
JuanCarter 2026년 5월 30일 오후 2시 26분 32초 GMT+09:00

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년 5월 21일 오후 4시 26분 42초 GMT+09:00

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년 5월 21일 오전 9시 26분 35초 GMT+09:00

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년 4월 29일 오후 2시 26분 31초 GMT+09:00

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년 4월 28일 오후 2시 26분 32초 GMT+09:00

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! 👍

추천

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 스크립트 버그 디버거
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.
Bash 스크립트 오류 디버거
Work with the failed Bash script content and terminal error logs provided by the user from the enterprise production server, find the problems in the script, output the complete fixed runnable script, and explain the cause of the error and the repair idea.
Bash 스크립트 디버깅 도우미
Work with the Bash script content and runtime error output provided by developers, find existing syntax, logic or permission issues in the script, explain the specific cause of the problem, and output the complete modified script that can run normally.
Linux 운영 에러 로그 진단 도구
Work through error log text exported by operations staff from a Linux server terminal, sort through error messages and context to pinpoint the specific root cause of the issue, then output executable fix steps adapted to the matching Linux distribution, keep the description clear and do not add extra irrelevant content.
OR