/php-src/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-src/ext/dom/lexbor/lexbor/html/interfaces/ |
H A D | title_element.c | 34 lexbor_str_t *text; in lxb_html_title_element_interface_destroy() local 60 lxb_dom_text_t *text; in lxb_html_title_element_text() local 82 const lxb_char_t *text; in lxb_html_title_element_strict_text() local
|
/php-src/ext/readline/ |
H A D | readline_cli.c | 417 static char *cli_completion_generator_ht(const char *text, size_t textlen, int *state, HashTable *h… in cli_completion_generator_ht() 443 static char *cli_completion_generator_var(const char *text, size_t textlen, int *state) /* {{{ */ in cli_completion_generator_var() 458 static char *cli_completion_generator_ini(const char *text, size_t textlen, int *state) /* {{{ */ in cli_completion_generator_ini() 472 static char *cli_completion_generator_func(const char *text, size_t textlen, int *state, HashTable … in cli_completion_generator_func() 484 static char *cli_completion_generator_class(const char *text, size_t textlen, int *state) /* {{{ */ in cli_completion_generator_class() 496 static char *cli_completion_generator_define(const char *text, size_t textlen, int *state, HashTabl… in cli_completion_generator_define() 510 static char *cli_completion_generator(const char *text, int index) /* {{{ */ in cli_completion_generator() 590 static char **cli_code_completion(const char *text, int start, int end) /* {{{ */ in cli_code_completion()
|
H A D | readline.c | 428 static char *_readline_command_generator(const char *text, int state) in _readline_command_generator() 458 char **php_readline_completion_cb(const char *text, int start, int end) in php_readline_completion_cb()
|
/php-src/ext/tokenizer/ |
H A D | tokenizer.c | 121 zend_string *text; in PHP_METHOD() local 157 zend_string *text = php_token_get_text(ZEND_THIS); in PHP_METHOD() local 165 zend_string *text = NULL; in PHP_METHOD() local 238 zend_string *text = php_token_get_text(ZEND_THIS); in PHP_METHOD() local 266 static zend_string *make_str(unsigned char *text, size_t leng, HashTable *interned_strings) { in make_str() 283 zval *return_value, int token_type, unsigned char *text, size_t leng, int lineno, in add_token() 390 static zval *extract_token_id_to_replace(zval *token_zv, const char *text, size_t length) { in extract_token_id_to_replace() 414 const char *text, size_t length, void *context) in on_event()
|
H A D | tokenizer.stub.php | 18 public string $text; variable in PhpToken 25 final public function __construct(int $id, string $text, int $line = -1, int $pos = -1) {}
|
/php-src/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-src/ext/dom/lexbor/lexbor/dom/interfaces/ |
H A D | text.c | 32 const lxb_dom_text_t *text) in lxb_dom_text_interface_clone() 51 lxb_dom_text_interface_destroy(lxb_dom_text_t *text) in lxb_dom_text_interface_destroy()
|
H A D | cdata_section.h | 19 lxb_dom_text_t text; member
|
H A D | comment.c | 32 const lxb_dom_comment_t *text) in lxb_dom_comment_interface_clone()
|
H A D | processing_instruction.c | 53 lexbor_mraw_t *text; in lxb_dom_processing_instruction_interface_destroy() local
|
H A D | document_type.c | 92 lexbor_mraw_t *text; in lxb_dom_document_type_interface_destroy() local
|
H A D | document.h | 54 lexbor_mraw_t *text; member 174 lxb_dom_document_destroy_text(lxb_dom_document_t *document, lxb_char_t *text) in lxb_dom_document_destroy_text()
|
H A D | document.c | 278 lxb_dom_text_t *text; in lxb_dom_document_create_text_node() local 518 lxb_char_t *text) in lxb_dom_document_destroy_text_noi()
|
H A D | node.c | 1087 lxb_char_t *text; in lxb_dom_node_text_content() local 1187 lxb_char_t **text = (lxb_char_t **) ctx; in lxb_dom_node_text_content_concatenate() local 1206 lxb_dom_text_t *text; in lxb_dom_node_text_content_set() local
|
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/ |
H A D | in_table_text.c | 20 lexbor_str_t *text; in lxb_html_tree_insertion_mode_in_table_text() local 119 lexbor_str_t *text; in lxb_html_tree_insertion_mode_in_table_text_erase() local
|
/php-src/ext/fileinfo/libmagic/ |
H A D | ascmagic.c | 71 file_ascmagic(struct magic_set *ms, const struct buffer *b, int text) in file_ascmagic() 107 int text) in file_ascmagic_with_encoding()
|
/php-src/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 | 41 static void pretty_print(const char *text) in pretty_print()
|
/php-src/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 | 110 public function setText(string $text): bool {}
|
/php-src/ext/dom/lexbor/lexbor/css/ |
H A D | log.h | 29 lexbor_str_t text; member
|
/php-src/ext/intl/spoofchecker/ |
H A D | spoofchecker_main.c | 27 zend_string *text; in PHP_METHOD() local
|