Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #33517, comment 13


Ignore:
Timestamp:
09/06/2015 07:57:51 PM (10 years ago)
Author:
miqrogroove
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33517, comment 13

    initial v1  
    1 I have a home made PCRE backtrack testing script that I've used in the past.  I'm thinking it would be slick to take the new expressions, plus some or all of the expressions in wptexturize() and move them into separate functions similar to get_shortcode_regex().  Then, introduce my backtrack tests and phpunit methods.  It would make future PCRE performance evaluations somewhat less labor intensive.
     1I have a home made PCRE backtrack testing script that I've used in the past.  I'm thinking it would be slick to take the new expressions, plus some or all of the expressions in wptexturize() and move them into separate functions similar to get_shortcode_regex().  Then, introduce my backtrack tests as phpunit methods.  It would make future PCRE performance evaluations somewhat less labor intensive.