mirror of
https://github.com/php/presentations.git
synced 2026-03-24 07:32:11 +01:00
15 lines
378 B
XML
15 lines
378 B
XML
<slide title="Request Emulation">
|
|
|
|
<blurb fontsize="3em">
|
|
Some errors can only be replicated though complex series of operations.
|
|
Another words you need someone or something to make a genuine request
|
|
to replicate the bug.
|
|
</blurb>
|
|
|
|
<blurb fontsize="3em">
|
|
Fortunately, PHP includes a %cURL% extension, which can do just that.
|
|
</blurb>
|
|
|
|
<example filename="curl.php" />
|
|
|
|
</slide> |