This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<config> | |
<sections> | |
<payment> | |
<groups> | |
<foggyline_stripe translate="label" module="pay"> | |
<label>Foggyline Stripe</label> | |
<tab>Sales</tab> | |
<frontend_type>text</frontend_type> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$str[] = ':[email protected] PRIVMSG #test_channel :test message'; | |
$str[] = ':[email protected] PRIVMSG #test_channel :fii message'; | |
$str[] = ':[email protected] PRIVMSG #test_channel :foo message'; | |
$str[] = ':[email protected] PRIVMSG #test_channel :message test boo'; | |
$str[] = ':[email protected] PRIVMSG #test_channel :blaat fii message'; | |
foreach($str as $s) { | |
preg_match('/:([^!]+)[^:]+:(.*(test|fii).*)/', $s, $matches); |