/php-src/scripts/dev/ |
H A D | tidy.php | 65 $origCode = $code = file_get_contents($path); variable 68 $code = stripTrailingWhitespace($code); variable 72 $code = stripTrailingWhitespace($code); variable 73 $code = reindentToSpaces($code); variable 75 $code = transformTestCode($code, function(string $code) { variable 76 $code = stripTrailingWhitespace($code); variable 77 $code = reindentToSpaces($code); variable 87 function stripTrailingWhitespace(string $code): string { 91 function reindentToTabs(string $code): string { 101 function reindentToSpaces(string $code): string { [all …]
|
/php-src/ext/mbstring/ |
H A D | php_unicode.c | 64 MBSTRING_API bool php_unicode_is_prop1(unsigned long code, int prop) in php_unicode_is_prop1() 69 MBSTRING_API bool php_unicode_is_prop(unsigned long code, ...) in php_unicode_is_prop() 100 unsigned code, in mph_lookup() 119 #define CASE_LOOKUP(code, type) \ argument 123 static unsigned php_unicode_toupper_raw(unsigned code, const mbfl_encoding *enc) in php_unicode_toupper_raw() 145 static unsigned php_unicode_tolower_raw(unsigned code, const mbfl_encoding *enc) in php_unicode_tolower_raw() 170 static unsigned php_unicode_totitle_raw(unsigned code, const mbfl_encoding *enc) in php_unicode_totitle_raw() 181 static unsigned php_unicode_tofold_raw(unsigned code, const mbfl_encoding *enc) in php_unicode_tofold_raw() 204 static inline unsigned php_unicode_tolower_simple(unsigned code, const mbfl_encoding *enc) { in php_unicode_tolower_simple() 211 static inline unsigned php_unicode_toupper_simple(unsigned code, const mbfl_encoding *enc) { in php_unicode_toupper_simple() [all …]
|
/php-src/Zend/ |
H A D | zend_exceptions.stub.php | 37 protected $code = 0; // TODO add proper type (i.e. int|string) variable in Exception 45 public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) {} 74 int $code = 0, 96 protected $code = 0; // TODO add proper type (i.e. int|string) variable in Error 106 public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) {}
|
H A D | zend_exceptions.c | 310 zend_long code = 0; in ZEND_METHOD() local 360 zend_long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD() local 820 …hrow_exception_zstr(zend_class_entry *exception_ce, zend_string *message, zend_long code) /* {{{ */ in zend_throw_exception_zstr() 848 …zend_throw_exception(zend_class_entry *exception_ce, const char *message, zend_long code) /* {{{ */ in zend_throw_exception() 859 …zend_object *zend_throw_exception_ex(zend_class_entry *exception_ce, zend_long code, const char *f… in zend_throw_exception_ex() 873 …rror_exception(zend_class_entry *exception_ce, zend_string *message, zend_long code, int severity)… in zend_throw_error_exception()
|
/php-src/sapi/fuzzer/ |
H A D | generate_parser_corpus.php | 15 $code = file_get_contents($file); variable 17 $code = $matches[1]; variable
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_patch.c | 148 static int ir_patch_code(const void *code, size_t size, const void *from_addr, const void *to_addr) in ir_patch_code() 173 static int ir_patch_code(const void *code, size_t size, const void *from_addr, const void *to_addr) in ir_patch_code() 251 int ir_patch(const void *code, size_t size, uint32_t jmp_table_size, const void *from_addr, const v… in ir_patch()
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_pattern_info.c | 65 pcre2_pattern_info(const pcre2_code *code, uint32_t what, void *where) in pcre2_pattern_info() 268 pcre2_callout_enumerate(const pcre2_code *code, in pcre2_callout_enumerate()
|
H A D | pcre2_study.c | 103 find_minlength(const pcre2_real_code *re, PCRE2_SPTR code, in find_minlength() 956 set_start_bits(pcre2_real_code *re, PCRE2_SPTR code, BOOL utf, BOOL ucp, in set_start_bits() 1765 PCRE2_UCHAR *code; in PRIV() local
|
H A D | pcre2_jit_match.c | 91 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_jit_match()
|
H A D | pcre2_auto_possess.c | 325 get_chr_property_list(PCRE2_SPTR code, BOOL utf, BOOL ucp, const uint8_t *fcc, in get_chr_property_list() 536 compare_opcodes(PCRE2_SPTR code, BOOL utf, BOOL ucp, const compile_block *cb, in compare_opcodes()
|
H A D | pcre2_printint.c | 302 print_prop(FILE *f, PCRE2_SPTR code, const char *before, const char *after) in print_prop() 340 PCRE2_SPTR codestart, nametable, code; in pcre2_printint() local
|
H A D | pcre2_match_data.c | 83 pcre2_match_data_create_from_pattern(const pcre2_code *code, in pcre2_match_data_create_from_pattern()
|
/php-src/ext/tokenizer/ |
H A D | tokenizer.stub.php | 11 function token_get_all(string $code, int $flags = 0): array {} 23 public static function tokenize(string $code, int $flags = 0): array {}
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_utils.h | 36 #define PHPDBG_COLOR_D(color, code) \ argument 55 const char code[PHPDBG_COLOR_LEN]; member
|
/php-src/ext/dom/lexbor/lexbor/dom/ |
H A D | exception.c | 15 lxb_dom_exception_code_t code) in lxb_dom_exception_code_ref_set_noi()
|
/php-src/ext/pdo/ |
H A D | pdo.stub.php | 8 protected $code = 0; // TODO add proper type variable in PDOException
|
/php-src/ext/intl/ |
H A D | intl_error.c | 161 void intl_error_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ) in intl_error_set() 169 void intl_errors_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ) in intl_errors_set()
|
H A D | intl_error.h | 27 UErrorCode code; member
|
/php-src/ext/mbstring/libmbfl/filters/ |
H A D | html_entities.h | 35 int code; member
|
/php-src/main/ |
H A D | http_status_codes.h | 21 const int code; member
|
/php-src/ext/fileinfo/libmagic/ |
H A D | ascmagic.c | 78 const char *code = NULL; in file_ascmagic() local 106 file_unichar_t *ubuf, size_t ulen, const char *code, const char *type, in file_ascmagic_with_encoding()
|
/php-src/ext/standard/ |
H A D | soundex.c | 26 size_t i, _small, str_len, code, last; in PHP_FUNCTION() local
|
/php-src/main/streams/ |
H A D | php_stream_context.h | 89 #define php_stream_notify_info(context, code, xmsg, xcode) do { if ((context) && (context)->notifie… argument 116 #define php_stream_notify_error(context, code, xmsg, xcode) do { if ((context) && (context)->notifi… argument
|
/php-src/ext/readline/ |
H A D | readline_cli.c | 176 char *code; in cli_get_prompt() local 207 static int cli_is_valid_code(char *code, size_t len, zend_string **prompt) /* {{{ */ in cli_is_valid_code() 600 char *code = emalloc(size); in readline_shell_run() local
|
/php-src/ext/com_dotnet/ |
H A D | com_misc.c | 28 void php_com_throw_exception(HRESULT code, char *message) in php_com_throw_exception()
|