/PHP-8.2/scripts/dev/ |
H A D | tidy.php | 66 $origCode = $code = file_get_contents($path); variable 69 $code = stripTrailingWhitespace($code); variable 73 $code = stripTrailingWhitespace($code); variable 74 $code = reindentToSpaces($code); variable 76 $code = transformTestCode($code, function(string $code) { variable 77 $code = stripTrailingWhitespace($code); variable 78 $code = reindentToSpaces($code); variable 88 function stripTrailingWhitespace(string $code): string { 92 function reindentToTabs(string $code): string { 102 function reindentToSpaces(string $code): string { [all …]
|
/PHP-8.2/ext/mbstring/ |
H A D | php_unicode.c | 63 MBSTRING_API bool php_unicode_is_prop1(unsigned long code, int prop) in php_unicode_is_prop1() 68 MBSTRING_API bool php_unicode_is_prop(unsigned long code, ...) in php_unicode_is_prop() 99 unsigned code, in mph_lookup() 118 #define CASE_LOOKUP(code, type) \ argument 122 static unsigned php_unicode_toupper_raw(unsigned code, enum mbfl_no_encoding enc) in php_unicode_toupper_raw() 144 static unsigned php_unicode_tolower_raw(unsigned code, enum mbfl_no_encoding enc) in php_unicode_tolower_raw() 169 static unsigned php_unicode_totitle_raw(unsigned code, enum mbfl_no_encoding enc) in php_unicode_totitle_raw() 180 unsigned php_unicode_tofold_raw(unsigned code, enum mbfl_no_encoding enc) in php_unicode_tofold_raw() 232 static inline void php_unicode_tolower_full(unsigned code, enum mbfl_no_encoding enc, in php_unicode_tolower_full() 274 static inline void php_unicode_tofold_full(unsigned code, enum mbfl_no_encoding enc, in php_unicode_tofold_full() [all …]
|
/PHP-8.2/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 | 313 zend_long code = 0; in ZEND_METHOD() local 363 zend_long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD() local 822 …hrow_exception_zstr(zend_class_entry *exception_ce, zend_string *message, zend_long code) /* {{{ */ in zend_throw_exception_zstr() 850 …zend_throw_exception(zend_class_entry *exception_ce, const char *message, zend_long code) /* {{{ */ in zend_throw_exception() 861 …zend_object *zend_throw_exception_ex(zend_class_entry *exception_ce, zend_long code, const char *f… in zend_throw_exception_ex() 876 …rror_exception(zend_class_entry *exception_ce, zend_string *message, zend_long code, int severity)… in zend_throw_error_exception()
|
/PHP-8.2/sapi/fuzzer/ |
H A D | generate_parser_corpus.php | 15 $code = file_get_contents($file); variable 17 $code = $matches[1]; variable
|
/PHP-8.2/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() 953 set_start_bits(pcre2_real_code *re, PCRE2_SPTR code, BOOL utf, BOOL ucp, in set_start_bits() 1675 PCRE2_UCHAR *code; in PRIV() local
|
H A D | pcre2_jit_match.c | 85 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_match_data.c | 79 pcre2_match_data_create_from_pattern(const pcre2_code *code, in pcre2_match_data_create_from_pattern()
|
H A D | pcre2_printint.c | 302 print_prop(FILE *f, PCRE2_SPTR code, const char *before, const char *after) in print_prop() 341 PCRE2_SPTR codestart, nametable, code; in pcre2_printint() local
|
H A D | pcre2_substring.c | 480 pcre2_substring_nametable_scan(const pcre2_code *code, PCRE2_SPTR stringname, in pcre2_substring_nametable_scan() 541 pcre2_substring_number_from_name(const pcre2_code *code, in pcre2_substring_number_from_name()
|
H A D | pcre2_substitute.c | 79 find_text_end(const pcre2_code *code, PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, in find_text_end() 220 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_substitute()
|
/PHP-8.2/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-8.2/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-8.2/ext/pdo/ |
H A D | pdo.stub.php | 8 protected $code = 0; // TODO add proper type variable in PDOException
|
/PHP-8.2/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-8.2/ext/mbstring/libmbfl/filters/ |
H A D | html_entities.h | 35 int code; member
|
/PHP-8.2/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-8.2/main/ |
H A D | http_status_codes.h | 21 const int code; member
|
/PHP-8.2/ext/standard/ |
H A D | soundex.c | 28 size_t i, _small, str_len, code, last; in PHP_FUNCTION() local
|
/PHP-8.2/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 112 #define php_stream_notify_error(context, code, xmsg, xcode) do { if ((context) && (context)->notifi… argument
|
/PHP-8.2/ext/readline/ |
H A D | readline_cli.c | 183 char *code; in cli_get_prompt() local 214 static int cli_is_valid_code(char *code, size_t len, zend_string **prompt) /* {{{ */ in cli_is_valid_code() 607 char *code = emalloc(size); in readline_shell_run() local
|
/PHP-8.2/ext/com_dotnet/ |
H A D | com_misc.c | 28 void php_com_throw_exception(HRESULT code, char *message) in php_com_throw_exception()
|