[ create a new paste ] login | about

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

PHP, pasted on Jun 14:
1
2
3
4
5
6
7
8
9
<?php

class Foobar
{
  public $foobar;
}

if (property_exists('Foobar','foobar'))
echo 'Property found';


Output:
1
Property found


Create a new paste based on this one


Comments: