Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. FunctionHelper.php

FunctionHelper::SPECIAL_FUNCTIONS

File

vendor/slevomat/coding-standard/SlevomatCodingStandard/Helpers/FunctionHelper.php, line 52

Class

FunctionHelper
@internal

Namespace

SlevomatCodingStandard\Helpers

Code

public const SPECIAL_FUNCTIONS = [
    'array_key_exists',
    'array_slice',
    'assert',
    'boolval',
    'call_user_func',
    'call_user_func_array',
    'chr',
    'constant',
    'count',
    'define',
    'defined',
    'dirname',
    'doubleval',
    'extension_loaded',
    'floatval',
    'func_get_args',
    'func_num_args',
    'function_exists',
    'get_called_class',
    'get_class',
    'gettype',
    'in_array',
    'ini_get',
    'intval',
    'is_array',
    'is_bool',
    'is_callable',
    'is_double',
    'is_float',
    'is_int',
    'is_integer',
    'is_long',
    'is_null',
    'is_object',
    'is_real',
    'is_resource',
    'is_scalar',
    'is_string',
    'ord',
    'sizeof',
    'strlen',
    'strval',
];
RSS feed
Powered by Drupal