Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 31) sorted by relevance

12

/PHP-8.2/ext/ctype/
H A Dctype.stub.php5 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.2/ext/readline/
H A Dreadline_cli.c424 static char *cli_completion_generator_ht(const char *text, size_t textlen, int *state, HashTable *h… in cli_completion_generator_ht()
450 static char *cli_completion_generator_var(const char *text, size_t textlen, int *state) /* {{{ */ in cli_completion_generator_var()
465 static char *cli_completion_generator_ini(const char *text, size_t textlen, int *state) /* {{{ */ in cli_completion_generator_ini()
479 static char *cli_completion_generator_func(const char *text, size_t textlen, int *state, HashTable … in cli_completion_generator_func()
491 static char *cli_completion_generator_class(const char *text, size_t textlen, int *state) /* {{{ */ in cli_completion_generator_class()
503 static char *cli_completion_generator_define(const char *text, size_t textlen, int *state, HashTabl… in cli_completion_generator_define()
517 static char *cli_completion_generator(const char *text, int index) /* {{{ */ in cli_completion_generator()
597 static char **cli_code_completion(const char *text, int start, int end) /* {{{ */ in cli_code_completion()
H A Dreadline.c408 static char *_readline_command_generator(const char *text, int state) in _readline_command_generator()
443 char **php_readline_completion_cb(const char *text, int start, int end) in php_readline_completion_cb()
/PHP-8.2/ext/tokenizer/
H A Dtokenizer.c122 zend_string *text; in PHP_METHOD() local
158 zend_string *text = php_token_get_text(ZEND_THIS); in PHP_METHOD() local
166 zend_string *text = NULL; in PHP_METHOD() local
239 zend_string *text = php_token_get_text(ZEND_THIS); in PHP_METHOD() local
267 static zend_string *make_str(unsigned char *text, size_t leng, HashTable *interned_strings) { in make_str()
284 zval *return_value, int token_type, unsigned char *text, size_t leng, int lineno, in add_token()
391 static zval *extract_token_id_to_replace(zval *token_zv, const char *text, size_t length) { in extract_token_id_to_replace()
415 const char *text, size_t length, void *context) in on_event()
H A Dtokenizer.stub.php18 public string $text; variable in PhpToken
25 final public function __construct(int $id, string $text, int $line = -1, int $pos = -1) {}
/PHP-8.2/ext/zip/examples/
H A Dencryption.php36 $text = $zip->getFromName($file); variable
47 $text = file_get_contents("zip://$name#$file", false, $ctx); variable
/PHP-8.2/ext/fileinfo/libmagic/
H A Dascmagic.c71 file_ascmagic(struct magic_set *ms, const struct buffer *b, int text) in file_ascmagic()
107 int text) in file_ascmagic_with_encoding()
H A Dsoftmagic.c122 uint16_t *indir_count, uint16_t *name_count, int mode, int text) in file_softmagic()
203 const struct buffer *b, size_t offset, int mode, int text, in match()
1551 int mode, int text, int flip, uint16_t *indir_count, uint16_t *name_count, in mget()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_help.h42 char *text; member
H A Dphpdbg_lexer.h26 unsigned char *text; member
H A Dphpdbg_help.c41 void pretty_print(char *text) in pretty_print()
/PHP-8.2/ext/imap/
H A Dphp_imap.h89 SIZEDTEXT text; member
96 SIZEDTEXT text; member
H A Dphp_imap.c1904 zend_string *text; in PHP_FUNCTION() local
1926 zend_string *text; in PHP_FUNCTION() local
1948 zend_string *text; in PHP_FUNCTION() local
1970 zend_string *text; in PHP_FUNCTION() local
3706 char *string, *charset, encoding, *text, *decode; in PHP_FUNCTION() local
/PHP-8.2/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp117 void CodePointBreakIterator::setText(const UnicodeString &text) in setText()
127 void CodePointBreakIterator::setText(UText *text, UErrorCode &status) in setText()
H A Dbreakiterator_class.h39 zval text; member
H A Dbreakiterator.stub.php167 …public function setText(string $text): ?bool {} // TODO return false instead of null in case of fa…
H A Dbreakiterator_methods.cpp145 zend_string *text; in PHP_METHOD() local
/PHP-8.2/ext/intl/spoofchecker/
H A Dspoofchecker_main.c26 char *text; in PHP_METHOD() local
/PHP-8.2/Zend/
H A Dzend_language_scanner.h71 char text; member
/PHP-8.2/ext/intl/grapheme/
H A Dgrapheme_util.c231 int32_t grapheme_split_string(const UChar *text, int32_t text_length, int boundary_array[], int bou… in grapheme_split_string()
/PHP-8.2/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp452 UnicodeString *text = new UnicodeString(); in umsg_format_helper() local
/PHP-8.2/ext/ffi/
H A Dphp_ffi.h53 unsigned const char *text; variable
/PHP-8.2/ext/soap/
H A Dphp_encoding.c827 xmlNodePtr ret, text; in to_xml_string() local
912 xmlNodePtr ret, text; in to_xml_base64() local
940 xmlNodePtr ret, text; in to_xml_hexbin() local
1509 xmlNodePtr dummy, text; in to_zval_object_ex() local
/PHP-8.2/ext/xmlwriter/
H A Dphp_xmlwriter.stub.php235 public function text(string $content): bool {} function in XMLWriter
/PHP-8.2/ext/standard/
H A Dstring.c846 zend_string *text; in PHP_FUNCTION() local
884 if (ZSTR_VAL(text)[current] == breakchar[0]) { in PHP_FUNCTION() local
886 } else if (ZSTR_VAL(text)[current] == ' ') { in PHP_FUNCTION() local
934 else if (ZSTR_VAL(text)[current] == ' ') { in PHP_FUNCTION() local

Completed in 118 milliseconds

12