/PHP-8.0/ext/ctype/ |
H A D | ctype.stub.php | 5 function ctype_alnum(mixed $text): bool {} 7 function ctype_alpha(mixed $text): bool {} 9 function ctype_cntrl(mixed $text): bool {} 11 function ctype_digit(mixed $text): bool {} 13 function ctype_lower(mixed $text): bool {} 15 function ctype_graph(mixed $text): bool {} 17 function ctype_print(mixed $text): bool {} 19 function ctype_punct(mixed $text): bool {} 21 function ctype_space(mixed $text): bool {} 23 function ctype_upper(mixed $text): bool {} [all …]
|
/PHP-8.0/ext/readline/ |
H A D | readline_cli.c | 413 static char *cli_completion_generator_ht(const char *text, size_t textlen, int *state, HashTable *h… in cli_completion_generator_ht() 439 static char *cli_completion_generator_var(const char *text, size_t textlen, int *state) /* {{{ */ in cli_completion_generator_var() 454 static char *cli_completion_generator_ini(const char *text, size_t textlen, int *state) /* {{{ */ in cli_completion_generator_ini() 468 static char *cli_completion_generator_func(const char *text, size_t textlen, int *state, HashTable … in cli_completion_generator_func() 480 static char *cli_completion_generator_class(const char *text, size_t textlen, int *state) /* {{{ */ in cli_completion_generator_class() 492 static char *cli_completion_generator_define(const char *text, size_t textlen, int *state, HashTabl… in cli_completion_generator_define() 506 static char *cli_completion_generator(const char *text, int index) /* {{{ */ in cli_completion_generator() 584 static char **cli_code_completion(const char *text, int start, int end) /* {{{ */ in cli_code_completion()
|
H A D | readline.c | 405 static char *_readline_command_generator(const char *text, int state) in _readline_command_generator() 440 char **php_readline_completion_cb(const char *text, int start, int end) in php_readline_completion_cb()
|
/PHP-8.0/ext/tokenizer/ |
H A D | tokenizer.c | 126 zend_string *text; in PHP_METHOD() local 162 zend_string *text = php_token_get_text(ZEND_THIS); in PHP_METHOD() local 170 zend_string *text = NULL; in PHP_METHOD() local 243 zend_string *text = php_token_get_text(ZEND_THIS); in PHP_METHOD() local 299 static zend_string *make_str(unsigned char *text, size_t leng, HashTable *interned_strings) { in make_str() 316 zval *return_value, int token_type, unsigned char *text, size_t leng, int lineno, in add_token() 417 static zval *extract_token_id_to_replace(zval *token_zv, const char *text, size_t length) { in extract_token_id_to_replace() 441 const char *text, size_t length, void *context) in on_event()
|
H A D | tokenizer.stub.php | 14 final public function __construct(int $id, string $text, int $line = -1, int $pos = -1) {}
|
/PHP-8.0/ext/zip/examples/ |
H A D | encryption.php | 36 $text = $zip->getFromName($file); variable 47 $text = file_get_contents("zip://$name#$file", false, $ctx); variable
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | ascmagic.c | 70 file_ascmagic(struct magic_set *ms, const struct buffer *b, int text) in file_ascmagic() 106 const char *type, int text) in file_ascmagic_with_encoding()
|
H A D | softmagic.c | 122 uint16_t *indir_count, uint16_t *name_count, int mode, int text) in file_softmagic() 201 const struct buffer *b, size_t offset, int mode, int text, in match() 1547 int mode, int text, int flip, uint16_t *indir_count, uint16_t *name_count, in mget()
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_help.h | 42 char *text; member
|
H A D | phpdbg_lexer.h | 26 unsigned char *text; member
|
H A D | phpdbg_help.c | 42 void pretty_print(char *text) in pretty_print()
|
/PHP-8.0/ext/imap/ |
H A D | php_imap.h | 94 SIZEDTEXT text; member 101 SIZEDTEXT text; member
|
H A D | php_imap.c | 2078 zend_string *text; in PHP_FUNCTION() local 2100 zend_string *text; in PHP_FUNCTION() local 2122 zend_string *text; in PHP_FUNCTION() local 2144 zend_string *text; in PHP_FUNCTION() local 3901 char *string, *charset, encoding, *text, *decode; in PHP_FUNCTION() local
|
/PHP-8.0/ext/intl/breakiterator/ |
H A D | codepointiterator_internal.cpp | 117 void CodePointBreakIterator::setText(const UnicodeString &text) in setText() 127 void CodePointBreakIterator::setText(UText *text, UErrorCode &status) in setText()
|
H A D | breakiterator_class.h | 39 zval text; member
|
H A D | breakiterator.stub.php | 67 public function setText(string $text) {}
|
H A D | breakiterator_methods.cpp | 146 zend_string *text; in PHP_METHOD() local
|
/PHP-8.0/ext/intl/spoofchecker/ |
H A D | spoofchecker_main.c | 26 char *text; in PHP_METHOD() local
|
/PHP-8.0/Zend/ |
H A D | zend_language_scanner.h | 71 char text; member
|
/PHP-8.0/ |
H A D | run-tests.php | 1177 function save_text(string $filename, string $text, ?string $filename_copy = null): void 3354 function parse_conflicts(string $text): array
|
/PHP-8.0/ext/intl/grapheme/ |
H A D | grapheme_util.c | 231 int32_t grapheme_split_string(const UChar *text, int32_t text_length, int boundary_array[], int bou… in grapheme_split_string()
|
/PHP-8.0/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 452 UnicodeString *text = new UnicodeString(); in umsg_format_helper() local
|
/PHP-8.0/ext/ffi/ |
H A D | php_ffi.h | 53 unsigned const char *text; variable
|
/PHP-8.0/ext/soap/ |
H A D | php_encoding.c | 831 xmlNodePtr ret, text; in to_xml_string() local 916 xmlNodePtr ret, text; in to_xml_base64() local 944 xmlNodePtr ret, text; in to_xml_hexbin() local 1513 xmlNodePtr dummy, text; in to_zval_object_ex() local
|
/PHP-8.0/ext/gd/ |
H A D | gd.stub.php | 221 …ize, float $angle, int $x, int $y, int $color, string $font_filename, string $text, array $options… 227 …ize, float $angle, int $x, int $y, int $color, string $font_filename, string $text, array $options…
|