• FindNoCase("PHP","php, this is a test of PHP",5) : 24 [CFML offset = 1]
  • FindNoCase("PHP","php, this is a test of PHP") : 1 [CFML offset = 1]

  • Find("PHP","php, this is a test of PHP") : 25 [CFML offset = 1]
  • Find("php","php, this is a test of PHP") : 2 [CFML offset = 1]
  • Find("PHP","php, this is a test of PHP",5) : 25 [CFML offset = 1]
  • Find("php","php, this is a test of PHP",5) : 0 [CFML offset = 1]
  • if(!Find("php","php, this is a test of PHP",5)) : false

  • Find("=","php, this a = test of PHP") : 14 [CFML offset = 1]
  • Find("'","php, this a ' test of PHP") : 14 [CFML offset = 1]
  • Find(""","php, this a " test of PHP") : 14 [CFML offset = 1]
  • Find(" ","php, this a test of PHP") : 6 [CFML offset = 1]
  • Find("(","php, this a ( test of PHP") : 14 [CFML offset = 1]
  • TRUE
  • TRUE


    Fatal error: Uncaught exception 'Exception' with message 'Unable to open database: unable to open database file' in /home/hoogca/cfphp/CFMLtestPages/cffunctionTesting.php:32 Stack trace: #0 /home/hoogca/cfphp/CFMLtestPages/cffunctionTesting.php(32): SQLite3->__construct('/home/hoogca/cf...') #1 {main} thrown in /home/hoogca/cfphp/CFMLtestPages/cffunctionTesting.php on line 32