[ create a new paste ] login | about

Link: http://codepad.org/ikDKWlAg    [ raw code | output | fork ]

PHP, pasted on Dec 12:
1
2
3
4
5
6
<?php
$count_results = 27;
$limit = NULL;
$result = (!is_null($limit) && $count_results < $limit);

var_dump($result);


Output:
1
bool(false)


Create a new paste based on this one


Comments: