php-mode-1.13.1nb1 1.13.1nb1
Obfuscation detected in compiled file
Array initialization with repetitive arithmetic expressions (obfuscation)SOCKS5 protocol reference
SHA-256dbba2da74ab25a8741c052a648ed71b96f13efd2fe2b4b397221f40edabff3f6
MaleculeO(As)
Evidence
17The regular expression this function returns will check for other
18keywords that can appear in method signatures, e.g. 'final' and
19'static'. The regular expression will have one capture group
20which will be the name of the method.
21(byte-code "\300\301!\210\300\302!\210\300\303!\210\300\304!\210\300\305!\210\300\306!\210\300\307!\210\300\310!\210\311\312!\204+�\313\312\314\"\210\315\316\317\320\321\322\323\324\325\326\325\327&\210\330\331\332\333\334\335\323\316&\210\330\336\337\340\334\341\323\316&\210\330\342\343\344\334\341\323\316&\210\330\345\346\347\334\350\351\352\323\316& \210\330\353\317\354\334\350\351\355\323\316& \210\330\356\346\357\334\350\323\316&\210\330\360\361\362\334\363\323\316&\207" [require add-log font-lock cc-mode cc-langs custom flymake etags speedbar fboundp cl-flet defalias flet custom-declare-group php nil "Major mode `php-mode' for editing PHP code." :prefix "php-" :group languages :link (url-link :tag "Official Site" "https://github.com/ejmr/php-mode") (url-link :tag "PHP Mode Wiki" "https://github.com/ejmr/php-mode/wiki") custom-declare-variable php-executable "/usr/bin/php" (#$ . 246) :type string php-default-face 'default (#$ . 287) face php-function-call-face 'default (#$ . 328) php-speedbar-confi
22(defalias 'php-create-regexp-for-method #[(visibility) "\301\302Q\207" [visibility "^\\s-*\\(?:\\(?:abstract\\|final\\)\\s-+\\)?" "\\s-+\\(?:static\\s-+\\)?function\\s-+\\(\\(?:\\sw\\|\\s_\\)+\\)\\s-*("] 3 (#$ . 768)])#@187 Accepts a `type' of a 'classlike' object as a string, such as
23'class' or 'interface', and returns a regexp as a string which
53(c-add-style "symfony2" '((c-basic-offset . 4) (c-offsets-alist (arglist-cont . php-lineup-arglist) (arglist-intro . php-lineup-arglist-intro) (arglist-close . php-lineup-arglist-close) (topmost-intro-cont first c-lineup-cascaded-calls php-lineup-arglist-intro) (brace-list-intro . +) (brace-list-entry . c-lineup-cascaded-calls) (case-label . 4) (statement-case-intro . 4) (defun-close . 0) (defun-block-intro . +) (knr-argdecl . [0]) (arglist-cont-nonempty . c-lineup-cascaded-calls) (statement-cont . php-lineup-hanging-semicolon))))
54(defalias 'php-enable-symfony2-coding-style #[nil "\305\306\307\310\211\311\312!\207" [indent-tabs-mode fill-column tab-width c-indent-comments-syntactically-p require-final-newline nil 78 4 t c-set-style "symfony2"] 3 (#$ . 9439) nil])#@52 Display string describing the version of PHP mode.
55(defalias 'php-mode-version #[nil "\302\303 #\207" [php-mode-version-number php-mode-modified message "PHP mode %s of %s"] 4 (#$ . 10303) nil])#@40 Regular expression for a PHP function.
56(defconst php-beginning-of-defun-regexp "^\\s-*\\(?:\\(?:abstract\\|final\\|private\\|protected\\|public\\|static\\)\\s-+\\)*function\\s-+&?\\(\\(?:\\sw\\|\\s_\\)+\\)\\s-*(" (#$ . 10504))#@118 Move to the beginning of the ARGth PHP function from point.
57Implements PHP version of `beginning-of-defun-function'.
58(defalias 'php-beginning-of-defun #[(&optional arg) "\206�\303\211\304V\203�\305 \306\307#\210S\211\202�\304W\205B�\303\210`\310\303!\210\311\312!\210\303y\210\n`=\203;�\313 \306\307#\210T)\202�)\207" [arg php-beginning-of-defun-regexp opoint 1 0 re-search-backward nil noerror beginning-of-defun forward-list 2 re-search-forward] 5 (#$ . 10737) "p"])#@133 Move the end of the ARGth PHP function from point.
59Implements PHP befsion of `end-of-defun-function'
⋯5 lines
67(defconst php-tags '("<?php" "?>" "<?" "<?="))
68(defconst php-tags-key (regexp-opt php-tags))
69(defconst php-block-stmt-1-kwds '("do" "else" "finally" "try"))
70(defconst php-block-stmt-2-kwds '("for" "if" "while" "switch" "foreach" "elseif" "catch" "catch all"))
71(defconst php-block-stmt-1-key (regexp-opt php-block-stmt-1-kwds))
72(defconst php-block-stmt-2-key (regexp-opt php-block-stmt-2-kwds))
125(defalias 'php-search-documentation #[nil "\302 ;\203� \303\230\204�\304 \206� \202� )\207" [#4=#:--cl-php-search-web-documentation-- php-manual-path #[nil "\301\302 P!\207" [php-search-url browse-url current-word] 3] "" php-search-local-documentation] 2 (#$ . 27557) nil])#@26 Bring up manual for PHP.
126(defalias 'php-browse-manual #[nil "\301!\207" [php-manual-url browse-url] 2 (#$ . 28104) nil])#@16 PHP constants.
127(defconst php-constants (byte-code "\302\303\304\301!\205\n� \305#!\207" [php-extra-constants web-mode-extra-php-constants regexp-opt append boundp ("__LINE__" "__FILE__" "__DIR__" "__FUNCTION__" "__CLASS__" "__TRAIT__" "__METHOD__" "__NAMESPACE__" "__COMPILER_HALT_OFFSET__" "PHP_OS" "PHP_VERSION" "PHP_MINOR_VERSION" "PHP_MAJOR_VERSION" "PHP_RELEASE_VERSION" "PHP_VERSION_ID" "PHP_EXTRA_VERSION" "TRUE" "FALSE" "NULL" "E_ERROR" "E_NOTICE" "E_PARSE" "E_WARNING" "E_ALL" "E_STRICT" "E_USER_ERROR" "E_USER_WARNING" "E_USER_NOTICE" "E_CORE_ERROR" "E_CORE_WARNING" "E_COMPILE_ERROR" "E_COMPILE_WARNING" "E_DEPRECATED" "E_USER_DEPRECATED" "DEFAULT_INCLUDE_PATH" "PEAR_INSTALL_DIR" "PEAR_EXTENSION_DIR" "PHP_BINDIR" "PHP_LIBDIR" "PHP_DATADIR" "PHP_SYSCONFDIR" "PHP_LOCALSTATEDIR" "PHP_CONFIG_FILE_PATH" "PHP_EOL" "PHP_ZTS" "PHP_DEBUG" "PHP_MAXPATHLEN" "PHP_SAPI" "PHP_INT_MAX" "PHP_INT_SIZE" "PHP_EXTENSION_DIR" "PHP_PREFIX" "PHP_MANDIR" "PHP_CONFIG_FILE_SCAN_DIR" "PHP_WINDOWS_VERSION_MAJOR" "PHP_WINDOWS_VERSION_MINOR" "PHP_WI
128(defconst php-keywords "\\(?:a\\(?:bstract\\|nd\\|rray\\|s\\)\\|break\\|c\\(?:atch\\(?: all\\)?\\|lone\\|on\\(?:st\\|tinue\\)\\)\\|d\\(?:e\\(?:clare\\|fault\\)\\|ie\\|o\\)\\|e\\(?:cho\\|lse\\(?:if\\)?\\|mpty\\|n\\(?:coding\\|d\\(?:declare\\|for\\(?:each\\)?\\|if\\|switch\\|while\\)\\)\\|val\\|x\\(?:it\\|tends\\)\\)\\|f\\(?:inal\\(?:ly\\)?\\|or\\(?:each\\)?\\|unction\\)\\|global\\|i\\(?:f\\|n\\(?:clude\\(?:_once\\)?\\|st\\(?:\\(?:ance\\|ead\\)of\\)\\)\\|sset\\)\\|list\\|or\\|p\\(?:r\\(?:ivate\\|otected\\)\\|ublic\\)\\|re\\(?:quire\\(?:_once\\)?\\|turn\\)\\|s\\(?:tatic\\|witch\\)\\|t\\(?:hrow\\|icks\\|ry\\)\\|u\\(?:nset\\|se\\)\\|var\\|while\\|xor\\|yield\\)" (#$ . 39326))#@12 PHP types.
129(defconst php-types "\\(?:array\\|bool\\(?:ean\\)?\\|c\\(?:allable\\|har\\)\\|double\\|float\\|int\\(?:eger\\)?\\|long\\|mixed\\|object\\|real\\|string\\)" (#$ . 40025))#@28 PHP superglobal variables.
130(defconst php-superglobals "\\(?:GLOBALS\\|_\\(?:COOKIE\\|ENV\\|FILES\\|GET\\|POST\\|REQUEST\\|SE\\(?:RVER\\|SSION\\)\\)\\)" (#$ . 40211))#@42 Subdued level highlighting for PHP mode.
131(defconst php-font-lock-keywords-1 (byte-code "\305\306\307Q\310B\306 \307Q\311B\312\313\314E\315\316\317\nB\257\f\205 �\320\321D\"\207" [php-constants php-keywords php-tags-key font-lock-preprocessor-face php-template-compatibility append "[^_$]?\\<\\(" "\\)\\>[^_]?" (1 font-lock-constant-face) (1 font-lock-keyword-face) "\\<\\(break\\|case\\|continue\\)\\>\\s-+\\(-?\\sw+\\)?" (1 font-lock-keyword-face) (2 font-lock-constant-face keep t) (":" ("^\\s-+\\(\\sw+\\)\\s-+\\s-+$" (beginning-of-line) (end-of-line) (1 font-lock-constant-face))) ("\\<print\\s-*(" . php-function-call-face) ("\\<print\\>" . font-lock-keyword-face) ("<\\%\\(=\\)?" . font-lock-preprocessor-face) ("\\%>" . font-lock-preprocessor-face)] 9) (#$ . 40382))#@41 Medium level highlighting for PHP mode.
132(defconst php-font-lock-keywords-2 (byte-code "\301\302\303\304\305\306\307\310\311\312\313\257\n\"\207" [php-font-lock-keywords-1 append ("\\<\\(namespace\\|class\\|interface\\|trait\\)\\s-+\\(\\(?:\\sw\\|\\\\\\)+\\)?" (1 font-lock-keyword-face) (2 font-lock-type-face nil t)) ("\\<\\(new\\|extends\\|implements\\)\\s-+\\$?\\(\\(:?\\sw\\|\\\\\\)+\\)" (1 font-lock-keyword-face) (2 font-lock-type-face nil t)) ("\\<instanceof\\s-+\\([^$]\\(:?\\sw\\|\\\\\\)+\\)" (1 font-lock-type-face nil t)) ("\\<use\\s-+\\(\\(?:\\sw\\|\\(?:,\\s-*\\)\\|\\\\\\)+\\)" (1 font-lock-type-face)) ("\\<use\\s-+\\(\\(?:\\sw\\|\\\\\\)+\\)\\s-+as\\s-+\\(\\(?:\\sw\\|\\\\\\)+\\)" (1 font-lock-type-face) (2 font-lock-type-face)) ("\\<const\\s-+\\(\\sw+\\)" (1 font-lock-type-face)) ("\\<function\\s-+&?\\(\\sw+\\)\\s-*(" (1 font-lock-function-name-face nil t)) ("\\<\\(self\\)\\(?:::\\)" (1 font-lock-constant-face nil nil)) ("\\<\\(parent\\)\\(?:::\\|\\s-*(\\)" (1 font-lock-constant-face nil nil)) ("\\<\\(static\\)\\(?:::\\)" (1 font-lock-consta
1;;; php-mode.el --- Major mode for editing PHP code
No evidence locations were recorded for this file. Raw result