Source for file subs.inc

Documentation is available at subs.inc

  1. <?
  2. $gendersearch=array(
  3. "/\bhe\b/ie",
  4. "/\bshe\b/ie",
  5. "/\bto him\b/ie",
  6. "/\bfor him\b/ie",
  7. "/\bwith him\b/ie",
  8. "/\bon him\b/ie",
  9. "/\bin him\b/ie",
  10. "/\bto her\b/ie",
  11. "/\bfor her\b/ie",
  12. "/\bwith her\b/ie",
  13. "/\bon her\b/ie",
  14. "/\bin her\b/ie",
  15. "/\bhis\b/ie",
  16. "/\bher\b/ie",
  17. "/\bhim\b/ie",
  18. "/\ber\b/ie",
  19. "/\bihm\b/ie",
  20. "/\bsein\b/ie",
  21. "/\bihn\b/ie",
  22. );
  23. $genderreplace=array(
  24. "myfunc('she')",
  25. "myfunc('he')",
  26. "myfunc('to her')",
  27. "myfunc('for her')",
  28. "myfunc('with her')",
  29. "myfunc('on her')",
  30. "myfunc('in her')",
  31. "myfunc('to him')",
  32. "myfunc('for him')",
  33. "myfunc('with him')",
  34. "myfunc('on him')",
  35. "myfunc('in him')",
  36. "myfunc('her')",
  37. "myfunc('his')",
  38. "myfunc('her')",
  39. "myfunc('Sie')",
  40. "myfunc('ihr')",
  41. "myfunc('ihr')",
  42. "myfunc('Sie')",
  43. );
  44. $firstthirdsearch=array(
  45. "/\bI was\b/ie",
  46. "/\bhe was\b/ie",
  47. "/\bshe was\b/ie",
  48. "/\bI am\b/ie",
  49. "/\bI\b/ie",
  50. "/\bme\b/ie",
  51. "/\bmy\b/ie",
  52. "/\bmyself\b/ie",
  53. "/\bmine\b/ie",
  54. );
  55. $firstthirdreplace=array(
  56. "myfunc('he or she was')",
  57. "myfunc('I was')",
  58. "myfunc('I was')",
  59. "myfunc('he or she is')",
  60. "myfunc('he or she')",
  61. "myfunc('him or her')",
  62. "myfunc('his or her')",
  63. "myfunc('him or herself')",
  64. "myfunc('his or hers')",
  65. );
  66. $firstsecondsearch=array(
  67. "/\bwith you\b/ie",
  68. "/\bwith me\b/ie",
  69. "/\bto you\b/ie",
  70. "/\bto me\b/ie",
  71. "/\bof you\b/ie",
  72. "/\bof me\b/ie",
  73. "/\bfor you\b/ie",
  74. "/\bfor me\b/ie",
  75. "/\bgive you\b/ie",
  76. "/\bgive me\b/ie",
  77. "/\bgiving you\b/ie",
  78. "/\bgiving me\b/ie",
  79. "/\bgave you\b/ie",
  80. "/\bgave me\b/ie",
  81. "/\bmake you\b/ie",
  82. "/\bmake me\b/ie",
  83. "/\bmade you\b/ie",
  84. "/\bmade me\b/ie",
  85. "/\btake you\b/ie",
  86. "/\btake me\b/ie",
  87. "/\bsave you\b/ie",
  88. "/\bsave me\b/ie",
  89. "/\btell you\b/ie",
  90. "/\btell me\b/ie",
  91. "/\btelling you\b/ie",
  92. "/\btelling me\b/ie",
  93. "/\btold you\b/ie",
  94. "/\btold me\b/ie",
  95. "/\bare you\b/ie",
  96. "/\bam I\b/ie",
  97. "/\byou are\b/ie",
  98. "/\bI am\b/ie",
  99. "/\byou\b/ie",
  100. "/\bme\b/ie",
  101. "/\byour\b/ie",
  102. "/\bmy\b/ie",
  103. "/\byours\b/ie",
  104. "/\bmine\b/ie",
  105. "/\byourself\b/ie",
  106. "/\bmyself\b/ie",
  107. "/\bI was\b/ie",
  108. "/\byou were\b/ie",
  109. "/\bI am\b/ie",
  110. "/\byou are\b/ie",
  111. "/\bI\b/ie",
  112. "/\bme\b/ie",
  113. "/\bmy\b/ie",
  114. "/\byour\b/ie",
  115. "/\bich war\b/ie",
  116. "/\bich bin\b/ie",
  117. "/\bich\b/ie",
  118. "/\bmein\b/ie",
  119. "/\bmeins\b/ie",
  120. "/\bmit dir\b/ie",
  121. "/\bdir\b/ie",
  122. "/\bfuer dich\b/ie",
  123. "/\bbist du\b/ie",
  124. "/\bdu\b/ie",
  125. "/\bdein\b/ie",
  126. "/\bdeins\b/ie",
  127. );
  128. $firstsecondreplace=array(
  129. "myfunc('with me')",
  130. "myfunc('with you')",
  131. "myfunc('to me')",
  132. "myfunc('to you')",
  133. "myfunc('of me')",
  134. "myfunc('of you')",
  135. "myfunc('for me')",
  136. "myfunc('for you')",
  137. "myfunc('give me')",
  138. "myfunc('give you')",
  139. "myfunc('giving me')",
  140. "myfunc('giving you')",
  141. "myfunc('gave me')",
  142. "myfunc('gave you')",
  143. "myfunc('make me')",
  144. "myfunc('make you')",
  145. "myfunc('made me')",
  146. "myfunc('made you')",
  147. "myfunc('take me')",
  148. "myfunc('take you')",
  149. "myfunc('save me')",
  150. "myfunc('save you')",
  151. "myfunc('tell me')",
  152. "myfunc('tell you')",
  153. "myfunc('telling me')",
  154. "myfunc('telling you')",
  155. "myfunc('told me')",
  156. "myfunc('told you')",
  157. "myfunc('am I')",
  158. "myfunc('are you')",
  159. "myfunc('I am')",
  160. "myfunc('you are')",
  161. "myfunc('me')",
  162. "myfunc('you')",
  163. "myfunc('my')",
  164. "myfunc('your')",
  165. "myfunc('mine')",
  166. "myfunc('yours')",
  167. "myfunc('myself')",
  168. "myfunc('yourself')",
  169. "myfunc('you were')",
  170. "myfunc('I was')",
  171. "myfunc('you are')",
  172. "myfunc('I am')",
  173. "myfunc('you')",
  174. "myfunc('you')",
  175. "myfunc('your')",
  176. "myfunc('my')",
  177. "myfunc('er war')",
  178. "myfunc('er ist')",
  179. "myfunc('er')",
  180. "myfunc('sein')",
  181. "myfunc('seins')",
  182. "myfunc('mit mir')",
  183. "myfunc('mir')",
  184. "myfunc('fuer mich')",
  185. "myfunc('bin ich')",
  186. "myfunc('ich')",
  187. "myfunc('mein')",
  188. "myfunc('meins')",
  189. );
  190. $contractsearch=array(
  191. "/=reply/ie",
  192. "/name=reset/ie",
  193. "/:-\)/ie",
  194. "/:\)/ie",
  195. "/,\)/ie",
  196. "/;\)/ie",
  197. "/;-\)/ie",
  198. "/\"/ie",
  199. "/\//ie",
  200. "/\(/ie",
  201. "/\)/ie",
  202. "/`/ie",
  203. "/,/ie",
  204. "/:/ie",
  205. "/&/ie",
  206. "/-/ie",
  207. "/=/ie",
  208. "/,/ie",
  209. "/\bl a\b/ie",
  210. "/\bo k\b/ie",
  211. "/\bp s\b/ie",
  212. "/\bohh/ie",
  213. "/\bhehe/ie",
  214. "/\bhaha/ie",
  215. "/\bhellp\b/ie",
  216. "/\bbecuse\b/ie",
  217. "/\bbeleive\b/ie",
  218. "/\bbecasue\b/ie",
  219. "/\bbecuase\b/ie",
  220. "/\bbecouse\b/ie",
  221. "/\bpractice\b/ie",
  222. "/\breductionalism\b/ie",
  223. "/\bloebner price\b/ie",
  224. "/\bits a\b/ie",
  225. "/\bnoi\b/ie",
  226. "/\bfav\b/ie",
  227. "/\byesi\b/ie",
  228. "/\byesit\b/ie",
  229. "/\biam\b/ie",
  230. "/\bwelli\b/ie",
  231. "/\bwellit\b/ie",
  232. "/\bamfine\b/ie",
  233. "/\baman\b/ie",
  234. "/\bamon\b/ie",
  235. "/\bamnot\b/ie",
  236. "/\brealy\b/ie",
  237. "/\biamusing\b/ie",
  238. "/\bamleaving\b/ie",
  239. "/\byeah\b/ie",
  240. "/\byep\b/ie",
  241. "/\byha\b/ie",
  242. "/\byuo\b/ie",
  243. "/\bwanna\b/ie",
  244. "/\byou\'d\b/ie",
  245. "/\byou\'re\b/ie",
  246. "/\byou re\b/ie",
  247. "/\byou\'ve\b/ie",
  248. "/\byou ve\b/ie",
  249. "/\byou\'ll\b/ie",
  250. "/\byou ll\b/ie",
  251. "/\byoure\b/ie",
  252. "/\bdidnt\b/ie",
  253. "/\bdidn\'t\b/ie",
  254. "/\bdid\'nt\b/ie",
  255. "/\bcouldn\'t\b/ie",
  256. "/\bcouldn t\b/ie",
  257. "/\bdidn\'t\b/ie",
  258. "/\bdidn t\b/ie",
  259. "/\bain\'t\b/ie",
  260. "/\bain t\b/ie",
  261. "/\bisn\'t\b/ie",
  262. "/\bisn t\b/ie",
  263. "/\bisnt\b/ie",
  264. "/\bit\'s\b/ie",
  265. "/\bit s\b/ie",
  266. "/\bare\'nt\b/ie",
  267. "/\barent\b/ie",
  268. "/\baren\'t\b/ie",
  269. "/\baren t\b/ie",
  270. "/\barn t\b/ie",
  271. "/\bwhere\'s\b/ie",
  272. "/\bwhere s\b/ie",
  273. "/\bhaven\'t\b/ie",
  274. "/\bhavent\b/ie",
  275. "/\bhasn\'t\b/ie",
  276. "/\bhasn t\b/ie",
  277. "/\bweren t\b/ie",
  278. "/\bweren\'t\b/ie",
  279. "/\bwerent\b/ie",
  280. "/\bcan\'t\b/ie",
  281. "/\bcan t\b/ie",
  282. "/\bcant\b/ie",
  283. "/\bcannot\b/ie",
  284. "/\bwhos\b/ie",
  285. "/\bhow\'s\b/ie",
  286. "/\bhow s\b/ie",
  287. "/\bhow\'d\b/ie",
  288. "/\bhow d\b/ie",
  289. "/\bhows\b/ie",
  290. "/\bwhats\b/ie",
  291. "/\bname\'s\b/ie",
  292. "/\bwho\'s\b/ie",
  293. "/\bwho s\b/ie",
  294. "/\bwhat\'s\b/ie",
  295. "/\bwhat s\b/ie",
  296. "/\bthat\'s\b/ie",
  297. "/\bthere\'s\b/ie",
  298. "/\bthere s\b/ie",
  299. "/\btheres\b/ie",
  300. "/\bthats\b/ie",
  301. "/\bwhats\b/ie",
  302. "/\bdoesn\'t\b/ie",
  303. "/\bdoesn t\b/ie",
  304. "/\bdoesnt\b/ie",
  305. "/\bdon\'t\b/ie",
  306. "/\bdon t\b/ie",
  307. "/\bdont\b/ie",
  308. "/\bdo nt\b/ie",
  309. "/\bdo\'nt\b/ie",
  310. "/\bwon\'t\b/ie",
  311. "/\bwont\b/ie",
  312. "/\bwon t\b/ie",
  313. "/\blet\'s\b/ie",
  314. "/\bthey\'re\b/ie",
  315. "/\bthey re\b/ie",
  316. "/\bwasn\'t\b/ie",
  317. "/\bwasn t\b/ie",
  318. "/\bwasnt\b/ie",
  319. "/\bhadn\'t\b/ie",
  320. "/\bhadn t\b/ie",
  321. "/\bwouldn\'t\b/ie",
  322. "/\bwouldn t\b/ie",
  323. "/\bwouldnt\b/ie",
  324. "/\bshouldn\'t\b/ie",
  325. "/\bshouldnt\b/ie",
  326. "/\bfavourite\b/ie",
  327. "/\bcolour\b/ie",
  328. "/\bwe\'ll\b/ie",
  329. "/\bwe ll\b/ie",
  330. "/\bhe\'ll\b/ie",
  331. "/\bhe ll\b/ie",
  332. "/\bi\'ll\b/ie",
  333. "/\bive\b/ie",
  334. "/\bi\'ve\b/ie",
  335. "/\bi ve\b/ie",
  336. "/\bi\'d\b/ie",
  337. "/\bi\'m\b/ie",
  338. "/\bi m\b/ie",
  339. "/\bwe\'ve\b/ie",
  340. "/\bwe\'re\b/ie",
  341. "/\bshe\'s\b/ie",
  342. "/\bshes\b/ie",
  343. "/\bshe\'d\b/ie",
  344. "/\bshe d\b/ie",
  345. "/\bshed\b/ie",
  346. "/\bhe\'d\b/ie",
  347. "/\bhe d\b/ie",
  348. "/\bhed\b/ie",
  349. "/\bhe\'s\b/ie",
  350. "/\bwe ve\b/ie",
  351. "/\bwe re\b/ie",
  352. "/\bshe s\b/ie",
  353. "/\bhe s\b/ie",
  354. "/\biama\b/ie",
  355. "/\biamasking\b/ie",
  356. "/\biamdoing\b/ie",
  357. "/\biamfrom\b/ie",
  358. "/\biamin\b/ie",
  359. "/\biamok\b/ie",
  360. "/\biamsorry\b/ie",
  361. "/\biamtalking\b/ie",
  362. "/\biamtired\b/ie",
  363. "/\bdown load\b/ie",
  364. "/\bremeber\b/ie",
  365. "/\bwaht\b/ie",
  366. "/\bwallance\b/ie",
  367. "/\byou r\b/ie",
  368. "/\bu\b/ie",
  369. "/\bur\b/ie",
  370. "/{/ie",
  371. "/}/ie",
  372. "/\\\\/ie",
  373. "/\\\\\\\\/ie",
  374. "/:0/ie",
  375. "/: 0/ie",
  376. "/:1/ie",
  377. "/: 1/ie",
  378. "/:2/ie",
  379. "/: 2/ie",
  380. "/:3/ie",
  381. "/: 3/ie",
  382. "/:4/ie",
  383. "/: 4/ie",
  384. "/:5/ie",
  385. "/: 5/ie",
  386. "/\.0/ie",
  387. "/\.1/ie",
  388. "/\.2/ie",
  389. "/\.4/ie",
  390. "/\.5/ie",
  391. "/\.6/ie",
  392. "/\.7/ie",
  393. "/\.8/ie",
  394. "/\.9/ie",
  395. "/\bdr\.\b/ie",
  396. "/\bdr\.w/ie",
  397. "/\bdr \.\b/ie",
  398. "/\bmr\.\b/ie",
  399. "/\bmrs\.\b/ie",
  400. "/\bst\.\b/ie",
  401. "/\bwww\./ie",
  402. "/\bbotspot\./ie",
  403. "/\bamused\.com/ie",
  404. "/\bwhatis\./ie",
  405. "/\.com\b/ie",
  406. "/\.net\b/ie",
  407. "/\.org\b/ie",
  408. "/\.edu\b/ie",
  409. "/\.uk\b/ie",
  410. "/\.jp\b/ie",
  411. "/\.au\b/ie",
  412. "/\.co\b/ie",
  413. "/\.ac\b/ie",
  414. "/\bo\.k\.\b/ie",
  415. "/\bo\. k\.\b/ie",
  416. "/\bl\.l\.\b/ie",
  417. "/\bp\.s\.\b/ie",
  418. "/\balicebot\b/ie",
  419. "/\ba l i c e\b/ie",
  420. "/\ba\.l\.i\.c\.e\.\b/ie",
  421. "/\ba\.l\.i\.c\.e\b/ie",
  422. "/\bi\.c\.e\b/ie",
  423. "/\be l v i s\b/ie",
  424. "/\be\.l\.v\.i\.s\.\b/ie",
  425. "/\be\.l\.v\.i\.s\b/ie",
  426. "/\bv\.i\.s\b/ie",
  427. "/\bh a l\b/ie",
  428. "/\bh\.a\.l\.\b/ie",
  429. "/\bu s a\b/ie",
  430. "/\bu\. s\. a\.\b/ie",
  431. "/\bu\.s\.a\.\b/ie",
  432. "/\bu\.s\.\b/ie",
  433. "/\bph\.d\.\b/ie",
  434. "/\ba\./ie",
  435. "/\bb\./ie",
  436. "/\bc\./ie",
  437. "/\bd\./ie",
  438. "/\be\./ie",
  439. "/\bf\./ie",
  440. "/\bg\./ie",
  441. "/\bh\./ie",
  442. "/\bi\./ie",
  443. "/\bj\./ie",
  444. "/\bk\./ie",
  445. "/\bl\./ie",
  446. "/\bm\./ie",
  447. "/\bn\./ie",
  448. "/\bp\./ie",
  449. "/\bo\./ie",
  450. "/\bq\./ie",
  451. "/\br\./ie",
  452. "/\bs\./ie",
  453. "/\bt\./ie",
  454. "/\bu\./ie",
  455. "/\bv\./ie",
  456. "/\bx\./ie",
  457. "/\by\./ie",
  458. "/\bw\./ie",
  459. "/\bz\./ie",
  460. "/\.jar/ie",
  461. "/\.zip/ie",
  462. "/, but\b/ie",
  463. "/, and\b/ie",
  464. "/,but\b/ie",
  465. "/,and\b/ie",
  466. "/, i\b/ie",
  467. "/, you\b/ie",
  468. "/,i\b/ie",
  469. "/,you\b/ie",
  470. "/, what\b/ie",
  471. "/,what\b/ie",
  472. "/, do\b/ie",
  473. "/,do\b/ie",
  474. );
  475. $contractreplace=array(
  476. "myfunc('')",
  477. "myfunc('')",
  478. "myfunc('smile')",
  479. "myfunc('smile')",
  480. "myfunc('smile')",
  481. "myfunc('smile')",
  482. "myfunc('smile')",
  483. "myfunc('')",
  484. "myfunc('')",
  485. "myfunc('')",
  486. "myfunc('')",
  487. "myfunc('')",
  488. "myfunc('')",
  489. "myfunc('')",
  490. "myfunc('')",
  491. "myfunc('-')",
  492. "myfunc('')",
  493. "myfunc('')",
  494. "myfunc('la')",
  495. "myfunc('ok')",
  496. "myfunc('ps')",
  497. "myfunc('oh')",
  498. "myfunc('he')",
  499. "myfunc('ha')",
  500. "myfunc('help')",
  501. "myfunc('because')",
  502. "myfunc('believe')",
  503. "myfunc('because')",
  504. "myfunc('because')",
  505. "myfunc('because')",
  506. "myfunc('practise')",
  507. "myfunc('reductionism')",
  508. "myfunc('loebner prize')",
  509. "myfunc('it is a')",
  510. "myfunc('yes I')",
  511. "myfunc('favorite')",
  512. "myfunc('yes I')",
  513. "myfunc('yes it')",
  514. "myfunc('I am')",
  515. "myfunc('well I')",
  516. "myfunc('well it')",
  517. "myfunc('am fine')",
  518. "myfunc('am an')",
  519. "myfunc('am on')",
  520. "myfunc('am not')",
  521. "myfunc('really')",
  522. "myfunc('I am using')",
  523. "myfunc('am leaving')",
  524. "myfunc('yes')",
  525. "myfunc('yes')",
  526. "myfunc('yes')",
  527. "myfunc('you')",
  528. "myfunc('want to')",
  529. "myfunc('you would')",
  530. "myfunc('you are')",
  531. "myfunc('you are')",
  532. "myfunc('you have')",
  533. "myfunc('you have')",
  534. "myfunc('you will')",
  535. "myfunc('you will')",
  536. "myfunc('you are')",
  537. "myfunc('did not')",
  538. "myfunc('did not')",
  539. "myfunc('did not')",
  540. "myfunc('could not')",
  541. "myfunc('could not')",
  542. "myfunc('did not')",
  543. "myfunc('did not')",
  544. "myfunc('is not')",
  545. "myfunc('is not')",
  546. "myfunc('is not')",
  547. "myfunc('is not')",
  548. "myfunc('is not')",
  549. "myfunc('it is')",
  550. "myfunc('it is')",
  551. "myfunc('are not')",
  552. "myfunc('are not')",
  553. "myfunc('are not')",
  554. "myfunc('are not')",
  555. "myfunc('are not')",
  556. "myfunc('where is')",
  557. "myfunc('where is')",
  558. "myfunc('have not')",
  559. "myfunc('have not')",
  560. "myfunc('has not')",
  561. "myfunc('has not')",
  562. "myfunc('were not')",
  563. "myfunc('were not')",
  564. "myfunc('were not')",
  565. "myfunc('can not')",
  566. "myfunc('can not')",
  567. "myfunc('can not')",
  568. "myfunc('can not')",
  569. "myfunc('who is')",
  570. "myfunc('how is')",
  571. "myfunc('how is')",
  572. "myfunc('how did')",
  573. "myfunc('how did')",
  574. "myfunc('how is')",
  575. "myfunc('what is')",
  576. "myfunc('name is')",
  577. "myfunc('who is')",
  578. "myfunc('who is')",
  579. "myfunc('what is')",
  580. "myfunc('what is')",
  581. "myfunc('that is')",
  582. "myfunc('there is')",
  583. "myfunc('there is')",
  584. "myfunc('there is')",
  585. "myfunc('that is')",
  586. "myfunc('what is')",
  587. "myfunc('does not')",
  588. "myfunc('does not')",
  589. "myfunc('does not')",
  590. "myfunc('do not')",
  591. "myfunc('do not')",
  592. "myfunc('do not')",
  593. "myfunc('do not')",
  594. "myfunc('do not')",
  595. "myfunc('will not')",
  596. "myfunc('will not')",
  597. "myfunc('will not')",
  598. "myfunc('let us')",
  599. "myfunc('they are')",
  600. "myfunc('they are')",
  601. "myfunc('was not')",
  602. "myfunc('was not')",
  603. "myfunc('was not')",
  604. "myfunc('had not')",
  605. "myfunc('had not')",
  606. "myfunc('would not')",
  607. "myfunc('would not')",
  608. "myfunc('would not')",
  609. "myfunc('should not')",
  610. "myfunc('should not')",
  611. "myfunc('favorite')",
  612. "myfunc('color')",
  613. "myfunc('we will')",
  614. "myfunc('we will')",
  615. "myfunc('he will')",
  616. "myfunc('he will')",
  617. "myfunc('I will')",
  618. "myfunc('I have')",
  619. "myfunc('I have')",
  620. "myfunc('I have')",
  621. "myfunc('I would')",
  622. "myfunc('I am')",
  623. "myfunc('I am')",
  624. "myfunc('we have')",
  625. "myfunc('we are')",
  626. "myfunc('she is')",
  627. "myfunc('she is')",
  628. "myfunc('she would')",
  629. "myfunc('she would')",
  630. "myfunc('she would')",
  631. "myfunc('he would')",
  632. "myfunc('he would')",
  633. "myfunc('he would')",
  634. "myfunc('he is')",
  635. "myfunc('we have')",
  636. "myfunc('we are')",
  637. "myfunc('she is')",
  638. "myfunc('he is')",
  639. "myfunc('I am a')",
  640. "myfunc('I am asking')",
  641. "myfunc('I am doing')",
  642. "myfunc('I am from')",
  643. "myfunc('I am in')",
  644. "myfunc('I am ok')",
  645. "myfunc('I am sorry')",
  646. "myfunc('I am talking')",
  647. "myfunc('I am tired')",
  648. "myfunc('download')",
  649. "myfunc('remember')",
  650. "myfunc('what')",
  651. "myfunc('wallace')",
  652. "myfunc('you are')",
  653. "myfunc('you')",
  654. "myfunc('your')",
  655. "myfunc('beginscript')",
  656. "myfunc('endscript')",
  657. "myfunc('')",
  658. "myfunc('')",
  659. "myfunc('0')",
  660. "myfunc('0')",
  661. "myfunc('1')",
  662. "myfunc('1')",
  663. "myfunc('2')",
  664. "myfunc('2')",
  665. "myfunc('3')",
  666. "myfunc('3')",
  667. "myfunc('4')",
  668. "myfunc('4')",
  669. "myfunc('5')",
  670. "myfunc('5')",
  671. "myfunc('point 0')",
  672. "myfunc('point 1')",
  673. "myfunc('point 3')",
  674. "myfunc('point 4')",
  675. "myfunc('point 5')",
  676. "myfunc('point 6')",
  677. "myfunc('point 7')",
  678. "myfunc('point 8')",
  679. "myfunc('point 9')",
  680. "myfunc('Dr')",
  681. "myfunc('Dr w')",
  682. "myfunc('Dr')",
  683. "myfunc('Mr')",
  684. "myfunc('Mrs')",
  685. "myfunc('St')",
  686. "myfunc('www dot')",
  687. "myfunc('botspot dot')",
  688. "myfunc('amused dot com')",
  689. "myfunc('whatis dot')",
  690. "myfunc('dot com')",
  691. "myfunc('dot net')",
  692. "myfunc('dot org')",
  693. "myfunc('dot edu')",
  694. "myfunc('dot uk')",
  695. "myfunc('dot jp')",
  696. "myfunc('dot au')",
  697. "myfunc('dot co')",
  698. "myfunc('dot ac')",
  699. "myfunc('ok')",
  700. "myfunc('ok')",
  701. "myfunc('l l')",
  702. "myfunc('ps')",
  703. "myfunc('ALICE')",
  704. "myfunc('ALICE')",
  705. "myfunc('ALICE')",
  706. "myfunc('ALICE')",
  707. "myfunc('i c e')",
  708. "myfunc('ELVIS')",
  709. "myfunc('ELVIS')",
  710. "myfunc('ELVIS')",
  711. "myfunc('v i s')",
  712. "myfunc('hal')",
  713. "myfunc('hal')",
  714. "myfunc('USA')",
  715. "myfunc('USA')",
  716. "myfunc('USA')",
  717. "myfunc('USA')",
  718. "myfunc('PhD')",
  719. "myfunc('a')",
  720. "myfunc('b')",
  721. "myfunc('c')",
  722. "myfunc('d')",
  723. "myfunc('e')",
  724. "myfunc('f')",
  725. "myfunc('g')",
  726. "myfunc('h')",
  727. "myfunc('i')",
  728. "myfunc('j')",
  729. "myfunc('k')",
  730. "myfunc('l')",
  731. "myfunc('m')",
  732. "myfunc('n')",
  733. "myfunc('p')",
  734. "myfunc('o')",
  735. "myfunc('q')",
  736. "myfunc('r')",
  737. "myfunc('s')",
  738. "myfunc('t')",
  739. "myfunc('u')",
  740. "myfunc('v')",
  741. "myfunc('x')",
  742. "myfunc('y')",
  743. "myfunc('w')",
  744. "myfunc('z')",
  745. "myfunc('jar')",
  746. "myfunc('zip')",
  747. "myfunc('.')",
  748. "myfunc('.')",
  749. "myfunc('.')",
  750. "myfunc('.')",
  751. "myfunc('. I')",
  752. "myfunc('. you')",
  753. "myfunc('. I')",
  754. "myfunc('. you')",
  755. "myfunc('. what')",
  756. "myfunc('. what')",
  757. "myfunc('. do')",
  758. "myfunc('. do')",
  759. );
  760. $likeperiodsearch=array(
  761. ".",
  762. "!",
  763. "?",
  764. );
  765. $likeperiodreplace=array(
  766. ".",
  767. ".",
  768. ".",
  769. );
  770.  
  771. ?>

Documentation generated on Tue, 11 Jan 2005 18:39:05 +0100 by phpDocumentor 1.3.0RC3