/PHP-7.4/ext/readline/ |
H A D | readline_cli.c | 411 static char *cli_completion_generator_ht(const char *text, size_t textlen, int *state, HashTable *h… in cli_completion_generator_ht() 437 static char *cli_completion_generator_var(const char *text, size_t textlen, int *state) /* {{{ */ in cli_completion_generator_var() 452 static char *cli_completion_generator_ini(const char *text, size_t textlen, int *state) /* {{{ */ in cli_completion_generator_ini() 466 static char *cli_completion_generator_func(const char *text, size_t textlen, int *state, HashTable … in cli_completion_generator_func() 478 static char *cli_completion_generator_class(const char *text, size_t textlen, int *state) /* {{{ */ in cli_completion_generator_class() 490 static char *cli_completion_generator_define(const char *text, size_t textlen, int *state, HashTabl… in cli_completion_generator_define() 504 static char *cli_completion_generator(const char *text, int index) /* {{{ */ in cli_completion_generator() 582 static char **cli_code_completion(const char *text, int start, int end) /* {{{ */ in cli_code_completion()
|
H A D | readline.c | 512 static char *_readline_command_generator(const char *text, int state) in _readline_command_generator() 547 static char **_readline_completion_cb(const char *text, int start, int end) in _readline_completion_cb()
|
/PHP-7.4/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.4/ext/xmlrpc/libxmlrpc/ |
H A D | xml_element.c | 272 static int xml_elem_writefunc(int (*fptr)(void *data, const char *text, int size), const char *text… in xml_elem_writefunc() 369 static void xml_element_serialize(xml_element *el, int (*fptr)(void *data, const char *text, int si… in xml_element_serialize() 495 static int file_out_fptr(void *f, const char *text, int size) in file_out_fptr() 502 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
|
H A D | xmlrpc.c | 179 static int date_from_ISO8601 (const char *text, time_t * value) { in date_from_ISO8601()
|
/PHP-7.4/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 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() 1504 int mode, int text, int flip, uint16_t *indir_count, uint16_t *name_count, in mget()
|
/PHP-7.4/sapi/phpdbg/ |
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.4/ext/imap/ |
H A D | php_imap.h | 96 SIZEDTEXT text; member 103 SIZEDTEXT text; member
|
H A D | php_imap.c | 2549 zend_string *text; in PHP_FUNCTION() local 2572 zend_string *text; in PHP_FUNCTION() local 2595 zend_string *text; in PHP_FUNCTION() local 2618 zend_string *text; in PHP_FUNCTION() local 4376 char *string, *charset, encoding, *text, *decode; in PHP_FUNCTION() local
|
/PHP-7.4/ext/intl/breakiterator/ |
H A D | codepointiterator_internal.cpp | 119 void CodePointBreakIterator::setText(const UnicodeString &text) in setText() 129 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.4/ext/intl/spoofchecker/ |
H A D | spoofchecker_main.c | 30 char *text; in PHP_METHOD() local
|
/PHP-7.4/ext/tokenizer/ |
H A D | tokenizer.c | 108 unsigned char *text, size_t leng, int lineno) { in add_token()
|
/PHP-7.4/ |
H A D | run-tests.php | 1159 function save_text($filename, $text, $filename_copy = null) 3255 function parse_conflicts(string $text) : array {
|
/PHP-7.4/ext/intl/grapheme/ |
H A D | grapheme_util.c | 248 int32_t grapheme_split_string(const UChar *text, int32_t text_length, int boundary_array[], int bou… in grapheme_split_string()
|
/PHP-7.4/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 454 UnicodeString *text = new UnicodeString(); in umsg_format_helper() local
|
/PHP-7.4/ext/ffi/ |
H A D | php_ffi.h | 55 unsigned const char *text; variable
|
/PHP-7.4/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 1515 xmlNodePtr dummy, text; in to_zval_object_ex() local
|
/PHP-7.4/ext/standard/ |
H A D | string.c | 918 zend_string *text; in PHP_FUNCTION() local 956 if (ZSTR_VAL(text)[current] == breakchar[0]) { in PHP_FUNCTION() local 958 } else if (ZSTR_VAL(text)[current] == ' ') { in PHP_FUNCTION() local 1006 else if (ZSTR_VAL(text)[current] == ' ') { in PHP_FUNCTION() local
|
/PHP-7.4/win32/build/ |
H A D | confutils.js | 264 function word_wrap_and_indent(indent, text, line_suffix, indent_char) argument
|