[ create a new paste ] login | about

Language:













Description:
http://threadtap.blogspot.com

Recent Pastes:

PHP, pasted yesterday:
1
2
3
4
5
<?php

if ('SRV') {
 echo "what?";
}
view (5 lines, 1 line of output)
PHP, pasted yesterday:
1
2
3
4
5
<?php

$type = "SRV";

if (stripos($type, 'SRV') === true) {
view (5 lines, 2 lines of output)
PHP, pasted on May 14:
1
2
3
4
5
<?php

$type = "SRV";

if (stripos($type, 'SRV') === true) {
...
view (7 lines)
PHP, pasted on May 14:
1
2
3
4
5
<?php

$type = "SRV";

if (stripos($type, 'SRV') === true) {
...
view (7 lines, 2 lines of output)
PHP, pasted on May 14:
1
2
3
4
5
<?php

$type = 'SRV';

if ($type == '0') {
...
view (7 lines)
PHP, pasted on May 14:
1
2
3
4
5
<?php

$type = 'SRV';

if ($type === '0') {
...
view (7 lines)
PHP, pasted on May 14:
1
2
3
4
5
<?php

$type = 'SRV';

if ($type === 0) {
...
view (7 lines)
PHP, pasted on May 14:
1
2
3
4
5
<?php

$type = 'SRV';

if ($type == 0) {
...
view (7 lines, 1 line of output)
PHP, pasted on May 14:
1
2
3
4
5
<?php

if (0) {
 echo "what?";
}
view (5 lines)
PHP, pasted on May 14:
1
2
3
4
5
<?php

if ('SRV') {
 echo "what?";
}
view (5 lines, 1 line of output)
PHP, pasted on May 14:
1
2
3
4
5
<?php

if ('SRV' == 0) {
 echo "what?";
}
view (5 lines, 1 line of output)
PHP, pasted on May 11:
1
2
3
4
5
<?


$test='
[{"cid":"173", "type":"section", "title":"期中預警", "description":"<P>若您在列表中看見此問卷,即代表您的「<SPAN style="COLOR: rgb(255,0,0)"><STRONG>演算法</STRONG></SPAN>」科目已被預警。</P>
...
view (20 lines, 5 lines of output)
PHP, pasted on May 11:
1
2
3
4
5
<?


$test='
[{"cid":"173", "type":"section", "title":"期中預警", "description":"<P>若您在列表中看見此問卷,即代表您的「<SPAN style="COLOR: rgb(255,0,0)"><STRONG>演算法</STRONG></SPAN>」科目已被預警。</P>
...
view (18 lines, 6 lines of output)
PHP, pasted on May 11:
1
2
3
4
5
<?


$test='
{
...
view (39 lines, 27 lines of output)
PHP, pasted on May 11:
1
2
3
4
5
<?


$test='
{
...
view (39 lines, 53 lines of output)
PHP, pasted on May 11:
1
2
3
4
5
<?


$test='
{
...
view (38 lines, 27 lines of output)
PHP, pasted on May 11:
1
2
3
4
<?


$test='
...
view (17 lines, 12 lines of output)
PHP, pasted on May 11:
1
2
3
4
<?


$test='
...
view (38 lines, 27 lines of output)
PHP, pasted on May 11:
1
2
3
4
<?


$test='
...
view (24 lines, 13 lines of output)
PHP, pasted on May 11:
1
2
3
4
<?


$_POST['output']='
...
view (24 lines, 13 lines of output)