/PHP-7.3/ext/readline/ |
H A D | readline_cli.c | 407 static char *cli_completion_generator_ht(const char *text, size_t textlen, int *state, HashTable *h… in cli_completion_generator_ht() 433 static char *cli_completion_generator_var(const char *text, size_t textlen, int *state) /* {{{ */ in cli_completion_generator_var() 448 static char *cli_completion_generator_ini(const char *text, size_t textlen, int *state) /* {{{ */ in cli_completion_generator_ini() 462 static char *cli_completion_generator_func(const char *text, size_t textlen, int *state, HashTable … in cli_completion_generator_func() 474 static char *cli_completion_generator_class(const char *text, size_t textlen, int *state) /* {{{ */ in cli_completion_generator_class() 486 static char *cli_completion_generator_define(const char *text, size_t textlen, int *state, HashTabl… in cli_completion_generator_define() 500 static char *cli_completion_generator(const char *text, int index) /* {{{ */ in cli_completion_generator() 579 static char **cli_code_completion(const char *text, int start, int end) /* {{{ */ in cli_code_completion()
|
H A D | readline.c | 472 static char *_readline_command_generator(const char *text, int state) in _readline_command_generator() 507 static char **_readline_completion_cb(const char *text, int start, int end) in _readline_completion_cb()
|
/PHP-7.3/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-7.3/sapi/phpdbg/ |
H A D | phpdbg_lexer.c | 961 char *text = yytext + 2; in phpdbg_lex() local 1391 char *text = yytext + 2; in phpdbg_lex() local
|
H A D | phpdbg_help.h | 44 char *text; member
|
H A D | phpdbg_lexer.h | 28 unsigned char *text; member
|
H A D | phpdbg_help.c | 44 void pretty_print(char *text) in pretty_print()
|
/PHP-7.3/ext/xmlrpc/libxmlrpc/ |
H A D | xml_element.c | 276 static int xml_elem_writefunc(int (*fptr)(void *data, const char *text, int size), const char *text… in xml_elem_writefunc() 373 static void xml_element_serialize(xml_element *el, int (*fptr)(void *data, const char *text, int si… in xml_element_serialize() 499 static int file_out_fptr(void *f, const char *text, int size) in file_out_fptr() 506 static int simplestring_out_fptr(void *f, const char *text, int size) in simplestring_out_fptr()
|
H A D | xml_element.h | 151 simplestring text; /* text contained between element begin/end pairs */ member
|
/PHP-7.3/ext/fileinfo/libmagic/ |
H A D | ascmagic.c | 71 file_ascmagic(struct magic_set *ms, const struct buffer *b, int text) in file_ascmagic() 101 const char *type, int text) in file_ascmagic_with_encoding()
|
H A D | softmagic.c | 102 uint16_t *indir_count, uint16_t *name_count, int mode, int text) in file_softmagic() 176 const struct buffer *b, size_t offset, int mode, int text, in match() 1448 int mode, int text, int flip, uint16_t *indir_count, uint16_t *name_count, in mget()
|
/PHP-7.3/ext/imap/ |
H A D | php_imap.h | 96 SIZEDTEXT text; member 103 SIZEDTEXT text; member
|
H A D | php_imap.c | 2527 zend_string *text; in PHP_FUNCTION() local 2550 zend_string *text; in PHP_FUNCTION() local 2573 zend_string *text; in PHP_FUNCTION() local 2596 zend_string *text; in PHP_FUNCTION() local 4357 char *string, *charset, encoding, *text, *decode; in PHP_FUNCTION() local
|
/PHP-7.3/ext/intl/breakiterator/ |
H A D | codepointiterator_internal.cpp | 115 void CodePointBreakIterator::setText(const UnicodeString &text) in setText() 125 void CodePointBreakIterator::setText(UText *text, UErrorCode &status) in setText()
|
H A D | breakiterator_class.h | 41 zval text; member
|
H A D | breakiterator_methods.cpp | 153 zend_string *text; in PHP_FUNCTION() local
|
/PHP-7.3/ext/intl/spoofchecker/ |
H A D | spoofchecker_main.c | 30 char *text; in PHP_METHOD() local
|
/PHP-7.3/ext/tokenizer/ |
H A D | tokenizer.c | 108 unsigned char *text, size_t leng, int lineno) { in add_token()
|
/PHP-7.3/ext/intl/grapheme/ |
H A D | grapheme_util.c | 235 int32_t grapheme_split_string(const UChar *text, int32_t text_length, int boundary_array[], int bou… in grapheme_split_string()
|
/PHP-7.3/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 476 UnicodeString *text = new UnicodeString(); in umsg_format_helper() local
|
/PHP-7.3/ext/soap/ |
H A D | php_encoding.c | 833 xmlNodePtr ret, text; in to_xml_string() local 918 xmlNodePtr ret, text; in to_xml_base64() local 946 xmlNodePtr ret, text; in to_xml_hexbin() local 1544 xmlNodePtr dummy, text; in to_zval_object_ex() local
|
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | regexec.c | 4630 const UChar* text, const UChar* text_end, UChar* text_range) in slow_search() 4684 const UChar* text, const UChar* text_end, UChar* text_range) in slow_search_ic() 4703 const UChar* text, const UChar* adjust_text, in slow_search_backward() 4736 const UChar* text, const UChar* adjust_text, in slow_search_backward_ic() 4763 const UChar* text, const UChar* text_end, in sunday_quick_search_step_forward() 4814 const UChar* text, const UChar* text_end, in sunday_quick_search() 4845 const UChar* text, const UChar* text_range) in map_search() 4859 const UChar* text, const UChar* adjust_text, in map_search_backward()
|
/PHP-7.3/ext/standard/ |
H A D | string.c | 935 zend_string *text; in PHP_FUNCTION() local 973 if (ZSTR_VAL(text)[current] == breakchar[0]) { in PHP_FUNCTION() local 975 } else if (ZSTR_VAL(text)[current] == ' ') { in PHP_FUNCTION() local 1023 else if (ZSTR_VAL(text)[current] == ' ') { in PHP_FUNCTION() local
|
/PHP-7.3/win32/build/ |
H A D | confutils.js | 293 function word_wrap_and_indent(indent, text, line_suffix, indent_char) argument
|
/PHP-7.3/ |
H A D | run-tests.php | 1074 function save_text($filename, $text, $filename_copy = null)
|