/PHP-5.6/ext/readline/ |
H A D | readline_cli.c | 413 static char *cli_completion_generator_ht(const char *text, int textlen, int *state, HashTable *ht, … in cli_completion_generator_ht() 439 static char *cli_completion_generator_var(const char *text, int textlen, int *state TSRMLS_DC) /* {… in cli_completion_generator_var() 453 static char *cli_completion_generator_ini(const char *text, int textlen, int *state TSRMLS_DC) /* {… in cli_completion_generator_ini() 467 static char *cli_completion_generator_func(const char *text, int textlen, int *state, HashTable *ht… in cli_completion_generator_func() 479 static char *cli_completion_generator_class(const char *text, int textlen, int *state TSRMLS_DC) /*… in cli_completion_generator_class() 491 static char *cli_completion_generator_define(const char *text, int textlen, int *state, HashTable *… in cli_completion_generator_define() 505 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 | 443 static char *_readline_command_generator(const char *text, int state) in _readline_command_generator() 491 static char **_readline_completion_cb(const char *text, int start, int end) in _readline_completion_cb()
|
/PHP-5.6/ext/xmlrpc/libxmlrpc/ |
H A D | xml_element.c | 279 static int xml_elem_writefunc(int (*fptr)(void *data, const char *text, int size), const char *text… in xml_elem_writefunc() 376 static void xml_element_serialize(xml_element *el, int (*fptr)(void *data, const char *text, int si… in xml_element_serialize() 502 static int file_out_fptr(void *f, const char *text, int size) in file_out_fptr() 509 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 | 185 static int date_from_ISO8601 (const char *text, time_t * value) { in date_from_ISO8601()
|
/PHP-5.6/ext/fileinfo/libmagic/ |
H A D | ascmagic.c | 72 int text) in file_ascmagic() 103 const char *type, int text) in file_ascmagic_with_encoding()
|
H A D | softmagic.c | 88 size_t level, int mode, int text) in file_softmagic() 130 const unsigned char *s, size_t nbytes, size_t offset, int mode, int text, in match() 1163 size_t nbytes, size_t o, unsigned int cont_level, int mode, int text, in mget()
|
H A D | apprentice.c | 1054 static const char text[] = "text"; in set_text_binary() local
|
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg_help.h | 44 char *text; member
|
H A D | phpdbg_lexer.h | 28 unsigned char *text; member
|
/PHP-5.6/ext/imap/ |
H A D | php_imap.h | 81 SIZEDTEXT text; member 88 SIZEDTEXT text; member
|
H A D | php_imap.c | 2485 char *text, *decode; in PHP_FUNCTION() local 2508 char *text, *decode; in PHP_FUNCTION() local 2531 char *text, *decode; in PHP_FUNCTION() local 2554 char *text, *decode; in PHP_FUNCTION() local 4240 char *str, *string, *charset, encoding, *text, *decode; in PHP_FUNCTION() local
|
/PHP-5.6/ext/intl/breakiterator/ |
H A D | codepointiterator_internal.cpp | 112 void CodePointBreakIterator::setText(const UnicodeString &text) in setText() 122 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 | 151 char *text; in PHP_FUNCTION() local
|
/PHP-5.6/ext/intl/spoofchecker/ |
H A D | spoofchecker_main.c | 30 char *text; in PHP_METHOD() local
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | regexec.c | 2737 const UChar* text, const UChar* text_end, UChar* text_range) in slow_search() 2789 const UChar* text, const UChar* text_end, UChar* text_range) in slow_search_ic() 2813 const UChar* text, const UChar* adjust_text, in slow_search_backward() 2846 const UChar* text, const UChar* adjust_text, in slow_search_backward_ic() 2871 const UChar* text, const UChar* text_end, in bm_search_notrev() 2927 const UChar* text, const UChar* text_end, const UChar* text_range) in bm_search() 2987 const UChar* text, const UChar* adjust_text, in bm_search_backward() 3016 const UChar* text, const UChar* text_range) in map_search() 3030 const UChar* text, const UChar* adjust_text, in map_search_backward()
|
/PHP-5.6/ext/intl/grapheme/ |
H A D | grapheme_util.c | 234 int grapheme_split_string(const UChar *text, int32_t text_length, int boundary_array[], int boundar… in grapheme_split_string()
|
/PHP-5.6/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 462 UnicodeString *text = new UnicodeString(); in umsg_format_helper() local
|
/PHP-5.6/ext/soap/ |
H A D | php_encoding.c | 869 xmlNodePtr ret, text; in to_xml_string() local 957 xmlNodePtr ret, text; in to_xml_base64() local 991 xmlNodePtr ret, text; in to_xml_hexbin() local 1623 xmlNodePtr dummy, text; in to_zval_object_ex() local
|
/PHP-5.6/win32/build/ |
H A D | confutils.js | 255 function word_wrap_and_indent(indent, text, line_suffix, indent_char) argument
|
/PHP-5.6/ext/ftp/ |
H A D | ftp.c | 1627 char *text; in ftp_genlist() local
|
/PHP-5.6/ |
H A D | run-tests.php | 1028 function save_text($filename, $text, $filename_copy = null)
|
/PHP-5.6/ext/standard/ |
H A D | string.c | 882 const char *text, *breakchar = "\n"; in PHP_FUNCTION() local 2989 static PPRES *php_strtr_array_prepare(STR *text, PATNREPL *patterns, int patnum, int B, int Bp) 3068 static void php_strtr_array_do_repl(STR *text, PPRES *d, zval *return_value) 3126 STR text; local
|
/PHP-5.6/ext/sybase_ct/ |
H A D | php_sybase_ct.c | 414 zval *msgnumber, *severity, *state, *line, *text, *retval = NULL; in _call_message_handler() local
|