예제 #1
0
 /**
  * See PEAR bugs #8414 and #8123
  */
 public function testQuotesAndBackslashesEscaped()
 {
     $this->assertEquals('yes', $this->ds->getValue('escape[o\'really]'));
     $this->assertEquals('no', $this->ds->getValue('escape[oh\\no]'));
 }