DRUPAL_PHP_FUNCTION_PATTERN

Regular expression to match PHP function names.

See also

http://php.net/manual/language.functions.php

File

core/includes/bootstrap.inc, line 95
Functions that need to be loaded on every Drupal request.

Code

const DRUPAL_PHP_FUNCTION_PATTERN = '[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*';
doc_Drupal
2016-10-29 09:03:17
Comments
Leave a Comment

Please login to continue.