Home | History | Annotate | Download | only in docs

Lines Matching full:create_function

1223 			'crypt','create_function','crc32','count_chars','count','cosh',
1579 * 'REGEXPS':This is an array with a style for each matching regex. Also, since 1.0.7.21, you can specify the name of a function to be called, that will be given the text matched by the regex, each time a match is found. Note that my testing found that create_function would not work with this due to a PHP bug, so you have to put the function definition at the top of the language file. Be sure to prefix the function name with geshi_[languagename]_ as to not conflict with other functions!