Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 70) sorted by relevance

123

/PHP-7.4/scripts/dev/
H A Dtidy.php55 $origCode = $code = file_get_contents($path); variable
58 $code = stripTrailingWhitespace($code); variable
62 $code = stripTrailingWhitespace($code); variable
63 $code = reindentToSpaces($code); variable
78 function stripTrailingWhitespace(string $code): string {
82 function reindentToTabs(string $code): string {
92 function reindentToSpaces(string $code): string {
112 function transformTestCode(string $code, callable $transformer): string {
/PHP-7.4/ext/mbstring/
H A Dphp_unicode.c89 MBSTRING_API int php_unicode_is_prop1(unsigned long code, int prop) in php_unicode_is_prop1()
94 MBSTRING_API int php_unicode_is_prop(unsigned long code, ...) in php_unicode_is_prop()
125 unsigned code, in mph_lookup()
144 #define CASE_LOOKUP(code, type) \ argument
148 static unsigned php_unicode_toupper_raw(unsigned code, enum mbfl_no_encoding enc) in php_unicode_toupper_raw()
168 static unsigned php_unicode_tolower_raw(unsigned code, enum mbfl_no_encoding enc) in php_unicode_tolower_raw()
202 unsigned php_unicode_tofold_raw(unsigned code, enum mbfl_no_encoding enc) in php_unicode_tofold_raw()
255 unsigned code, enum mbfl_no_encoding enc, unsigned *out) { in php_unicode_tolower_full()
267 unsigned code, enum mbfl_no_encoding enc, unsigned *out) { in php_unicode_toupper_full()
279 unsigned code, enum mbfl_no_encoding enc, unsigned *out) { in php_unicode_totitle_full()
[all …]
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c65 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 Dpcre2_study.c103 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 Dpcre2_jit_match.c85 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_jit_match()
H A Dpcre2_auto_possess.c308 get_chr_property_list(PCRE2_SPTR code, BOOL utf, BOOL ucp, const uint8_t *fcc, in get_chr_property_list()
518 compare_opcodes(PCRE2_SPTR code, BOOL utf, BOOL ucp, const compile_block *cb, in compare_opcodes()
H A Dpcre2_printint.c272 print_prop(FILE *f, PCRE2_SPTR code, const char *before, const char *after) in print_prop()
310 PCRE2_SPTR codestart, nametable, code; in pcre2_printint() local
H A Dpcre2_match_data.c79 pcre2_match_data_create_from_pattern(const pcre2_code *code, in pcre2_match_data_create_from_pattern()
H A Dpcre2_substring.c480 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 Dpcre2_substitute.c79 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-7.4/sapi/phpdbg/
H A Dphpdbg_utils.h38 #define PHPDBG_COLOR_D(color, code) \ argument
57 const char code[PHPDBG_COLOR_LEN]; member
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dhtml_entities.h35 int code; member
/PHP-7.4/ext/intl/
H A Dintl_error.c183 void intl_error_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ) in intl_error_set()
193 void intl_errors_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ) in intl_errors_set()
H A Dintl_error.h29 UErrorCode code; member
/PHP-7.4/ext/fileinfo/libmagic/
H A Dascmagic.c78 const char *code = NULL; in file_ascmagic() local
106 const struct buffer *b, unichar *ubuf, size_t ulen, const char *code, in file_ascmagic_with_encoding()
/PHP-7.4/main/
H A Dhttp_status_codes.h23 const int code; member
/PHP-7.4/ext/standard/
H A Dsoundex.c31 size_t i, _small, str_len, code, last; in PHP_FUNCTION() local
H A Dhtml.c529 static inline int map_from_unicode(unsigned code, enum entity_charset charset, unsigned *res) in map_from_unicode()
651 static inline void map_to_unicode(unsigned code, const enc_to_uni *table, unsigned *res) in map_to_unicode()
830 …nline size_t write_octet_sequence(unsigned char *buf, enum entity_charset charset, unsigned code) { in write_octet_sequence()
908 unsigned code, code2 = 0; in traverse_for_entities() local
1613 unsigned code; in PHP_FUNCTION() local
H A Dpack.c254 char code = format[i++]; in PHP_FUNCTION() local
381 int code = (int) formatcodes[i]; in PHP_FUNCTION() local
464 int code = (int) formatcodes[i]; in PHP_FUNCTION() local
/PHP-7.4/main/streams/
H A Dphp_stream_context.h91 #define php_stream_notify_info(context, code, xmsg, xcode) do { if ((context) && (context)->notifie… argument
114 #define php_stream_notify_error(context, code, xmsg, xcode) do { if ((context) && (context)->notifi… argument
/PHP-7.4/Zend/
H A Dzend_exceptions.c278 zend_long code = 0; in ZEND_METHOD() local
348 zend_long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD() local
907 …zend_throw_exception(zend_class_entry *exception_ce, const char *message, zend_long code) /* {{{ */ in zend_throw_exception()
937 …zend_object *zend_throw_exception_ex(zend_class_entry *exception_ce, zend_long code, const char *f… in zend_throw_exception_ex()
952 …error_exception(zend_class_entry *exception_ce, const char *message, zend_long code, int severity)… in zend_throw_error_exception()
/PHP-7.4/ext/readline/
H A Dreadline_cli.c184 char *code; in cli_get_prompt() local
206 static int cli_is_valid_code(char *code, size_t len, zend_string **prompt) /* {{{ */ in cli_is_valid_code()
592 char *code = emalloc(size); in readline_shell_run() local
/PHP-7.4/ext/com_dotnet/
H A Dcom_misc.c30 void php_com_throw_exception(HRESULT code, char *message) in php_com_throw_exception()
/PHP-7.4/ext/mbstring/ucgendat/
H A Ducgendat.php135 public function addProp(int $code, string $prop) {
305 function addSpecialCasing(UnicodeData $data, string $type, int $code, array $caseCodes) : void {
/PHP-7.4/ext/curl/
H A Dshare.c155 zend_long code; in PHP_FUNCTION() local

Completed in 126 milliseconds

123