text               49 ext/ctype/ctype.c 	ZEND_ARG_INFO(0, text)
text               53 ext/ctype/ctype.c 	ZEND_ARG_INFO(0, text)
text               57 ext/ctype/ctype.c 	ZEND_ARG_INFO(0, text)
text               61 ext/ctype/ctype.c 	ZEND_ARG_INFO(0, text)
text               65 ext/ctype/ctype.c 	ZEND_ARG_INFO(0, text)
text               69 ext/ctype/ctype.c 	ZEND_ARG_INFO(0, text)
text               73 ext/ctype/ctype.c 	ZEND_ARG_INFO(0, text)
text               77 ext/ctype/ctype.c 	ZEND_ARG_INFO(0, text)
text               81 ext/ctype/ctype.c 	ZEND_ARG_INFO(0, text)
text               85 ext/ctype/ctype.c 	ZEND_ARG_INFO(0, text)
text               89 ext/ctype/ctype.c 	ZEND_ARG_INFO(0, text)
text             1123 ext/fileinfo/libmagic/apprentice.c 	static const char text[] = "text";
text             1125 ext/fileinfo/libmagic/apprentice.c 	static const size_t len = sizeof(text);
text             1137 ext/fileinfo/libmagic/apprentice.c 		    me[i].mp->flag & BINTEST ? binary : text);
text             1139 ext/fileinfo/libmagic/apprentice.c 			char *p = strstr(me[i].mp->desc, text);
text               72 ext/fileinfo/libmagic/ascmagic.c 	int text)
text               93 ext/fileinfo/libmagic/ascmagic.c 						 type, text);
text              103 ext/fileinfo/libmagic/ascmagic.c     const char *type, int text)
text              151 ext/fileinfo/libmagic/ascmagic.c 		    TEXTTEST, text)) == 0)
text               82 ext/fileinfo/libmagic/softmagic.c     uint16_t indir_level, uint16_t *name_count, int mode, int text)
text               95 ext/fileinfo/libmagic/softmagic.c 		    text, 0, indir_level, name_count,
text              152 ext/fileinfo/libmagic/softmagic.c     const unsigned char *s, size_t nbytes, size_t offset, int mode, int text,
text              175 ext/fileinfo/libmagic/softmagic.c 		     ((text && (m->str_flags & FLT) == STRING_BINTEST) ||
text              176 ext/fileinfo/libmagic/softmagic.c 		      (!text && (m->str_flags & FLT) == STRING_TEXTTEST))) ||
text              190 ext/fileinfo/libmagic/softmagic.c 		switch (mget(ms, s, m, nbytes, offset, cont_level, mode, text,
text              280 ext/fileinfo/libmagic/softmagic.c 			    text, flip, indir_level, name_count,
text             1200 ext/fileinfo/libmagic/softmagic.c     size_t nbytes, size_t o, unsigned int cont_level, int mode, int text,
text             1672 ext/fileinfo/libmagic/softmagic.c 		    indir_level + 1, name_count, BINTEST, text);
text             1712 ext/fileinfo/libmagic/softmagic.c 		    mode, text, flip, indir_level, name_count,
text             1793 ext/ftp/ftp.c  	char		*text;
text             1854 ext/ftp/ftp.c  	text = (char*) (ret + lines + 1);
text             1855 ext/ftp/ftp.c  	*entry = text;
text             1859 ext/ftp/ftp.c  			*(text - 1) = 0;
text             1860 ext/ftp/ftp.c  			*++entry = text;
text             1862 ext/ftp/ftp.c  			*text++ = ch;
text              691 ext/gd/gd.c    	ZEND_ARG_INFO(0, text)
text              703 ext/gd/gd.c    	ZEND_ARG_INFO(0, text)
text              712 ext/gd/gd.c    	ZEND_ARG_INFO(0, text)
text              723 ext/gd/gd.c    	ZEND_ARG_INFO(0, text)
text               88 ext/imap/php_imap.c char *cpytxt(SIZEDTEXT *dst, char *text, unsigned long size);
text              314 ext/imap/php_imap.c 	ZEND_ARG_INFO(0, text)
text              318 ext/imap/php_imap.c 	ZEND_ARG_INFO(0, text)
text              322 ext/imap/php_imap.c 	ZEND_ARG_INFO(0, text)
text              326 ext/imap/php_imap.c 	ZEND_ARG_INFO(0, text)
text              679 ext/imap/php_imap.c 		if(cur->text.data)
text              680 ext/imap/php_imap.c 			fs_give((void **)&(cur->text.data));
text              711 ext/imap/php_imap.c 		if ((*errlist)->text.data) {
text              712 ext/imap/php_imap.c 			fs_give((void **) &(*errlist)->text.data);
text             1492 ext/imap/php_imap.c 	limits.text.data = (unsigned char*)"STORAGE";
text             1493 ext/imap/php_imap.c 	limits.text.size = mailbox_size;
text             2509 ext/imap/php_imap.c 	zend_string *text;
text             2513 ext/imap/php_imap.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "S", &text) == FAILURE) {
text             2517 ext/imap/php_imap.c 	decode = (char *) rfc822_base64((unsigned char *) ZSTR_VAL(text), ZSTR_LEN(text), &newlength);
text             2532 ext/imap/php_imap.c 	zend_string *text;
text             2536 ext/imap/php_imap.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "S", &text) == FAILURE) {
text             2540 ext/imap/php_imap.c 	decode = (char *) rfc822_qprint((unsigned char *) ZSTR_VAL(text), ZSTR_LEN(text), &newlength);
text             2555 ext/imap/php_imap.c 	zend_string *text;
text             2559 ext/imap/php_imap.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "S", &text) == FAILURE) {
text             2563 ext/imap/php_imap.c 	decode = (char *) rfc822_8bit((unsigned char *) ZSTR_VAL(text), ZSTR_LEN(text), &newlength);
text             2578 ext/imap/php_imap.c 	zend_string *text;
text             2582 ext/imap/php_imap.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "S", &text) == FAILURE) {
text             2586 ext/imap/php_imap.c 	decode = (char*)rfc822_binary(ZSTR_VAL(text), ZSTR_LEN(text), &newlength);
text             3679 ext/imap/php_imap.c 				bod->contents.text.data = fs_get(Z_STRLEN_P(pvalue) + 1);
text             3680 ext/imap/php_imap.c 				memcpy(bod->contents.text.data, Z_STRVAL_P(pvalue), Z_STRLEN_P(pvalue)+1);
text             3681 ext/imap/php_imap.c 				bod->contents.text.size = Z_STRLEN_P(pvalue);
text             3683 ext/imap/php_imap.c 				bod->contents.text.data = fs_get(1);
text             3684 ext/imap/php_imap.c 				memcpy(bod->contents.text.data, "", 1);
text             3685 ext/imap/php_imap.c 				bod->contents.text.size = 0;
text             3783 ext/imap/php_imap.c 				bod->contents.text.data = fs_get(Z_STRLEN_P(pvalue) + 1);
text             3784 ext/imap/php_imap.c 				memcpy(bod->contents.text.data, Z_STRVAL_P(pvalue), Z_STRLEN_P(pvalue) + 1);
text             3785 ext/imap/php_imap.c 				bod->contents.text.size = Z_STRLEN_P(pvalue);
text             3787 ext/imap/php_imap.c 				bod->contents.text.data = fs_get(1);
text             3788 ext/imap/php_imap.c 				memcpy(bod->contents.text.data, "", 1);
text             3789 ext/imap/php_imap.c 				bod->contents.text.size = 0;
text             3891 ext/imap/php_imap.c 				spprintf(&tempstring, 0, "%s%s%s", mystring, bod->contents.text.data, CRLF);
text             3901 ext/imap/php_imap.c 		spprintf(&tempstring, 0, "%s%s%s", mystring, bod->contents.text.data, CRLF);
text             4259 ext/imap/php_imap.c 	char *string, *charset, encoding, *text, *decode;
text             4273 ext/imap/php_imap.c 	text = &charset[end + 1];
text             4279 ext/imap/php_imap.c 				memcpy(text, &string[offset], charset_token-offset);
text             4280 ext/imap/php_imap.c 				text[charset_token - offset] = 0x00;
text             4283 ext/imap/php_imap.c 				add_property_string(&myobject, "text", text);
text             4293 ext/imap/php_imap.c 					memcpy(text, &string[encoding_token + 3], end_token - (encoding_token + 3));	/* Extract text */
text             4294 ext/imap/php_imap.c 					text[end_token - (encoding_token + 3)] = 0x00;
text             4295 ext/imap/php_imap.c 					decode = text;
text             4297 ext/imap/php_imap.c 						for(i=0; text[i] != 0x00; i++) if (text[i] == '_') text[i] = ' ';	/* Replace all *_' with space. */
text             4298 ext/imap/php_imap.c 						decode = (char *)rfc822_qprint((unsigned char *) text, strlen(text), &newlength);
text             4300 ext/imap/php_imap.c 						decode = (char *)rfc822_base64((unsigned char *) text, strlen(text), &newlength); /* Decode 'B' encoded data */
text             4313 ext/imap/php_imap.c 					if (decode != text) {
text             4334 ext/imap/php_imap.c 		memcpy(text, &string[charset_token], end - charset_token);	/* Extract unencoded text from string */
text             4335 ext/imap/php_imap.c 		text[end - charset_token] = 0x00;
text             4338 ext/imap/php_imap.c 		add_property_string(&myobject, "text", text);
text               55 ext/imap/php_imap.h #define LSIZE text.size
text               56 ext/imap/php_imap.h #define LTEXT text.data
text               63 ext/imap/php_imap.h #define LTEXT text
text               83 ext/imap/php_imap.h 	SIZEDTEXT text;
text               90 ext/imap/php_imap.h 	SIZEDTEXT text;
text               39 ext/intl/breakiterator/breakiterator_class.h 	zval text;
text               49 ext/intl/breakiterator/codepointiterator_internal.h 		virtual void setText(const UnicodeString &text);
text               51 ext/intl/breakiterator/codepointiterator_internal.h 		virtual void setText(UText *text, UErrorCode &status);
text              236 ext/intl/grapheme/grapheme_util.c int32_t grapheme_split_string(const UChar *text, int32_t text_length, int boundary_array[], int boundary_array_len )
text              249 ext/intl/grapheme/grapheme_util.c 	ubrk_setText(bi, text, text_length,	&status);
text               33 ext/intl/grapheme/grapheme_util.h int32_t grapheme_split_string(const UChar *text, int32_t text_length, int boundary_array[], int boundary_array_len );
text               84 ext/intl/spoofchecker/spoofchecker_class.c 	ZEND_ARG_INFO(0, text)
text               30 ext/intl/spoofchecker/spoofchecker_main.c 	char *text;
text               35 ext/intl/spoofchecker/spoofchecker_main.c 	if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "s|z", &text, &text_len, &error_code)) {
text               41 ext/intl/spoofchecker/spoofchecker_main.c 	ret = uspoof_checkUTF8(co->uspoof, text, text_len, NULL, SPOOFCHECKER_ERROR_CODE_P(co));
text             1326 ext/ldap/ldap.c 	char *text;
text             1340 ext/ldap/ldap.c 	text = ldap_get_dn(ld->link, resultentry->data);
text             1341 ext/ldap/ldap.c 	if (text != NULL) {
text             1342 ext/ldap/ldap.c 		RETVAL_STRING(text);
text             1344 ext/ldap/ldap.c 		ldap_memfree(text);
text             1346 ext/ldap/ldap.c 		free(text);
text             2742 ext/mbstring/oniguruma/regexec.c 	    const UChar* text, const UChar* text_end, UChar* text_range)
text             2751 ext/mbstring/oniguruma/regexec.c   s = (UChar* )text;
text             2794 ext/mbstring/oniguruma/regexec.c 	       const UChar* text, const UChar* text_end, UChar* text_range)
text             2803 ext/mbstring/oniguruma/regexec.c   s = (UChar* )text;
text             2818 ext/mbstring/oniguruma/regexec.c 		     const UChar* text, const UChar* adjust_text,
text             2830 ext/mbstring/oniguruma/regexec.c   while (s >= text) {
text             2851 ext/mbstring/oniguruma/regexec.c 			const UChar* text, const UChar* adjust_text,
text             2863 ext/mbstring/oniguruma/regexec.c   while (s >= text) {
text             2876 ext/mbstring/oniguruma/regexec.c 		 const UChar* text, const UChar* text_end,
text             2885 ext/mbstring/oniguruma/regexec.c 	  (int )text, (int )text_end, (int )text_range);
text             2894 ext/mbstring/oniguruma/regexec.c   s = text;
text             2932 ext/mbstring/oniguruma/regexec.c 	  const UChar* text, const UChar* text_end, const UChar* text_range)
text             2942 ext/mbstring/oniguruma/regexec.c   s = text + (target_end - target) - 1;
text             2992 ext/mbstring/oniguruma/regexec.c 		   const UChar* text, const UChar* adjust_text,
text             3003 ext/mbstring/oniguruma/regexec.c   while (s >= text) {
text             3021 ext/mbstring/oniguruma/regexec.c 	   const UChar* text, const UChar* text_range)
text             3023 ext/mbstring/oniguruma/regexec.c   const UChar *s = text;
text             3035 ext/mbstring/oniguruma/regexec.c 		    const UChar* text, const UChar* adjust_text,
text             3040 ext/mbstring/oniguruma/regexec.c   while (s >= text) {
text             1083 ext/oci8/oci8.c 	text  tmp_buf[PHP_OCI_ERRBUF_LEN];  /* Use traditional smaller size: non-PL/SQL errors should fit and it keeps the stack smaller */
text             1639 ext/oci8/oci8.c 	text errbuf[PHP_OCI_ERRBUF_LEN];
text             1700 ext/oci8/oci8.c sb4 php_oci_fetch_errmsg(OCIError *error_handle, text *error_buf, size_t error_buf_size)
text             1721 ext/oci8/oci8.c int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset)
text             2233 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIServerVersion, (connection->svc, OCI_G(err), (text *)version, sizeof(version), OCI_HTYPE_SVCCTX));
text             2240 ext/oci8/oci8.c 		text tmp_buf[PHP_OCI_ERRBUF_LEN];
text             2500 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIPasswordChange, (connection->svc, connection->err, (text *)user, user_len, (text *)pass_old, pass_old_len, (text *)pass_new, pass_new_len, OCI_DEFAULT));
text             2542 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIServerVersion, (connection->svc, connection->err, (text *)version, (ub4) version_size, OCI_HTYPE_SVCCTX));
text             3076 ext/oci8/oci8.c 		text  ora_msg_buf[PHP_OCI_ERRBUF_LEN];  /* Use traditional smaller size: non-PL/SQL errors should fit and it keeps the stack smaller */
text             3126 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIServerAttach, (connection->server, OCI_G(err), (text *)dbname, dbname_len, (ub4) OCI_DEFAULT));
text             3228 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIPasswordChange, (connection->svc, OCI_G(err), (text *)username, username_len, (text *)password, password_len, (text *)new_password, new_password_len, OCI_AUTH));
text               67 ext/oci8/oci8_collection.c 			 (text *) schema,
text               69 ext/oci8/oci8_collection.c 			 (text *) tdo,
text               71 ext/oci8/oci8_collection.c 			 (CONST text *) 0,
text              324 ext/oci8/oci8_collection.c 	PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)date, date_len, NULL, 0, NULL, 0, &oci_date));
text              537 ext/oci8/oci8_collection.c 			text *str;
text              616 ext/oci8/oci8_collection.c 	PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)date, date_len, NULL, 0, NULL, 0, &oci_date));
text               91 ext/oci8/oci8_interface.c 	define->name = (text*) ecalloc(1, name_len+1);
text             1635 ext/oci8/oci8_interface.c 	text errbuf[PHP_OCI_ERRBUF_LEN];
text             1639 ext/oci8/oci8_interface.c 	text *sqltext = NULL;
text               68 ext/oci8/oci8_statement.c 				 (text *)query,
text              314 ext/oci8/oci8_statement.c 						column->data = (text *) ecalloc(1, PHP_OCI_PIECE_SIZE + 1);
text              484 ext/oci8/oci8_statement.c 	text *colname;
text              767 ext/oci8/oci8_statement.c 					buf = outcol->data = (text *) safe_emalloc(1, outcol->storage_size4, 0);
text             1066 ext/oci8/oci8_statement.c 						ZVAL_STRINGL(entry, (char *)(((text *)bind->array.elements)+i*bind->array.max_length), curr_element_length);
text             1069 ext/oci8/oci8_statement.c 						add_next_index_stringl(bind->zval, (char *)(((text *)bind->array.elements)+i*bind->array.max_length), curr_element_length);
text             1263 ext/oci8/oci8_statement.c 			(text*) name,					 /* placeholder name */					
text             1632 ext/oci8/oci8_statement.c 								(text *)name,
text             1706 ext/oci8/oci8_statement.c 	bind->array.elements		= (text *)safe_emalloc(max_table_length * (maxlength + 1), sizeof(text), 0);
text             1707 ext/oci8/oci8_statement.c 	memset(bind->array.elements, 0, max_table_length * (maxlength + 1) * sizeof(text));
text             1739 ext/oci8/oci8_statement.c 			memcpy((text *)bind->array.elements + i*maxlength, Z_STRVAL_P(entry), element_length);
text             1740 ext/oci8/oci8_statement.c 			((text *)bind->array.elements)[i*maxlength + element_length] = '\0';
text             1744 ext/oci8/oci8_statement.c 			((text *)bind->array.elements)[i*maxlength] = '\0';
text             1861 ext/oci8/oci8_statement.c 			PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)Z_STRVAL_P(entry), (ub4) Z_STRLEN_P(entry), NULL, 0, NULL, 0, &oci_date));
text             1876 ext/oci8/oci8_statement.c 			PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)"01-JAN-00", sizeof("01-JAN-00")-1, NULL, 0, NULL, 0, &oci_date));
text              213 ext/oci8/php_oci8_int.h 	text		*name;			/* placeholder's name */
text              422 ext/oci8/php_oci8_int.h sb4 php_oci_fetch_errmsg(OCIError *error_handle, text *error_buf, size_t error_buf_size);
text              423 ext/oci8/php_oci8_int.h int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset);
text               62 ext/pdo_oci/oci_driver.c 	text errbuf[1024] = "<<Unknown>>";
text              290 ext/pdo_oci/oci_driver.c 		H->last_err = OCIStmtPrepare(S->stmt, H->err, (text*)sql, (ub4) sql_len, OCI_NTV_SYNTAX, OCI_DEFAULT);
text              335 ext/pdo_oci/oci_driver.c 	H->last_err = OCIStmtPrepare(stmt, H->err, (text*)sql, (ub4) sql_len, OCI_NTV_SYNTAX, OCI_DEFAULT);
text              478 ext/pdo_oci/oci_driver.c 			text infostr[512];
text              563 ext/pdo_oci/oci_driver.c 	H->last_err = OCIServerVersion (H->svc, H->err, (text *)version, sizeof(version), OCI_HTYPE_SVCCTX);
text              636 ext/pdo_oci/oci_driver.c 	H->last_err = OCIServerAttach(H->server, H->err, (text*)vars[1].optval,
text              345 ext/pdo_oci/oci_statement.c 							&P->bind, S->err, (text*)param->name->val,
text              529 ext/pdo_oci/oci_statement.c 	text *colname;
text              909 ext/pgsql/pgsql.c #define PHP_PQ_ERROR(text, pgsql) {										\
text              911 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, text, msgbuf);		\
text              445 ext/readline/readline.c static char *_readline_command_generator(const char *text, int state)
text              458 ext/readline/readline.c 		if (strncmp (Z_STRVAL_P(entry), text, strlen(text)) == 0) {
text              480 ext/readline/readline.c static char **_readline_completion_cb(const char *text, int start, int end)
text              486 ext/readline/readline.c 	_readline_string_zval(&params[0], text);
text              493 ext/readline/readline.c 				matches = rl_completion_matches(text,_readline_command_generator);
text              405 ext/readline/readline_cli.c static char *cli_completion_generator_ht(const char *text, int textlen, int *state, HashTable *ht, void **pData) /* {{{ */
text              416 ext/readline/readline_cli.c 		if (!textlen || !strncmp(ZSTR_VAL(name), text, textlen)) {
text              431 ext/readline/readline_cli.c static char *cli_completion_generator_var(const char *text, int textlen, int *state) /* {{{ */
text              436 ext/readline/readline_cli.c 	tmp = retval = cli_completion_generator_ht(text + 1, textlen - 1, state, symbol_table, NULL);
text              446 ext/readline/readline_cli.c static char *cli_completion_generator_ini(const char *text, int textlen, int *state) /* {{{ */
text              450 ext/readline/readline_cli.c 	tmp = retval = cli_completion_generator_ht(text + 1, textlen - 1, state, EG(ini_directives), NULL);
text              460 ext/readline/readline_cli.c static char *cli_completion_generator_func(const char *text, int textlen, int *state, HashTable *ht) /* {{{ */
text              463 ext/readline/readline_cli.c 	char *retval = cli_completion_generator_ht(text, textlen, state, ht, (void**)&func);
text              472 ext/readline/readline_cli.c static char *cli_completion_generator_class(const char *text, int textlen, int *state) /* {{{ */
text              475 ext/readline/readline_cli.c 	char *retval = cli_completion_generator_ht(text, textlen, state, EG(class_table), (void**)&ce);
text              484 ext/readline/readline_cli.c static char *cli_completion_generator_define(const char *text, int textlen, int *state, HashTable *ht) /* {{{ */
text              487 ext/readline/readline_cli.c 	char *retval = cli_completion_generator_ht(text, textlen, state, ht, (void**)&pce);
text              498 ext/readline/readline_cli.c static char *cli_completion_generator(const char *text, int index) /* {{{ */
text              510 ext/readline/readline_cli.c 	int textlen = strlen(text);
text              515 ext/readline/readline_cli.c 	if (text[0] == '$') {
text              516 ext/readline/readline_cli.c 		retval = cli_completion_generator_var(text, textlen, &cli_completion_state);
text              517 ext/readline/readline_cli.c 	} else if (text[0] == '#') {
text              518 ext/readline/readline_cli.c 		retval = cli_completion_generator_ini(text, textlen, &cli_completion_state);
text              525 ext/readline/readline_cli.c 		class_name_end = strstr(text, "::");
text              527 ext/readline/readline_cli.c 			class_name_len = class_name_end - text;
text              529 ext/readline/readline_cli.c 			zend_str_tolower_copy(ZSTR_VAL(class_name), text, class_name_len);
text              537 ext/readline/readline_cli.c 			lc_text = zend_str_tolower_dup(text, textlen);
text              549 ext/readline/readline_cli.c 				retval = cli_completion_generator_define(text, textlen, &cli_completion_state, ce ? &ce->constants_table : EG(zend_constants));
text              577 ext/readline/readline_cli.c static char **cli_code_completion(const char *text, int start, int end) /* {{{ */
text              579 ext/readline/readline_cli.c 	return rl_completion_matches(text, cli_completion_generator);
text              832 ext/soap/php_encoding.c 	xmlNodePtr ret, text;
text              905 ext/soap/php_encoding.c 	text = xmlNewTextLen(BAD_CAST(str), new_len);
text              906 ext/soap/php_encoding.c 	xmlAddChild(ret, text);
text              917 ext/soap/php_encoding.c 	xmlNodePtr ret, text;
text              932 ext/soap/php_encoding.c 	text = xmlNewTextLen(BAD_CAST(ZSTR_VAL(str)), ZSTR_LEN(str));
text              933 ext/soap/php_encoding.c 	xmlAddChild(ret, text);
text              945 ext/soap/php_encoding.c 	xmlNodePtr ret, text;
text              966 ext/soap/php_encoding.c 	text = xmlNewTextLen(str, Z_STRLEN_P(data) * 2 * sizeof(char));
text              967 ext/soap/php_encoding.c 	xmlAddChild(ret, text);
text             1547 ext/soap/php_encoding.c 						xmlNodePtr dummy, text;
text             1551 ext/soap/php_encoding.c 						text = xmlNewText(BAD_CAST(str_val));
text             1552 ext/soap/php_encoding.c 						xmlAddChild(dummy, text);
text             1784 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, text)
text              948 ext/standard/string.c 	zend_string *text;
text              957 ext/standard/string.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|lsb", &text, &linelength, &breakchar, &breakchar_len, &docut) == FAILURE) {
text              961 ext/standard/string.c 	if (ZSTR_LEN(text) == 0) {
text              978 ext/standard/string.c 		newtext = zend_string_init(ZSTR_VAL(text), ZSTR_LEN(text), 0);
text              981 ext/standard/string.c 		for (current = 0; current < ZSTR_LEN(text); current++) {
text              982 ext/standard/string.c 			if (ZSTR_VAL(text)[current] == breakchar[0]) {
text              984 ext/standard/string.c 			} else if (ZSTR_VAL(text)[current] == ' ') {
text             1000 ext/standard/string.c 			chk = (size_t)(ZSTR_LEN(text)/linelength + 1);
text             1001 ext/standard/string.c 			newtext = zend_string_safe_alloc(chk, breakchar_len, ZSTR_LEN(text), 0);
text             1002 ext/standard/string.c 			alloced = ZSTR_LEN(text) + chk * breakchar_len + 1;
text             1004 ext/standard/string.c 			chk = ZSTR_LEN(text);
text             1005 ext/standard/string.c 			alloced = ZSTR_LEN(text) * (breakchar_len + 1) + 1;
text             1006 ext/standard/string.c 			newtext = zend_string_safe_alloc(ZSTR_LEN(text), breakchar_len + 1, 0, 0);
text             1013 ext/standard/string.c 		for (current = 0; current < ZSTR_LEN(text); current++) {
text             1015 ext/standard/string.c 				alloced += (size_t) (((ZSTR_LEN(text) - current + 1)/linelength + 1) * breakchar_len) + 1;
text             1017 ext/standard/string.c 				chk = (size_t) ((ZSTR_LEN(text) - current)/linelength) + 1;
text             1021 ext/standard/string.c 			if (ZSTR_VAL(text)[current] == breakchar[0]
text             1022 ext/standard/string.c 				&& current + breakchar_len < ZSTR_LEN(text)
text             1023 ext/standard/string.c 				&& !strncmp(ZSTR_VAL(text) + current, breakchar, breakchar_len)) {
text             1024 ext/standard/string.c 				memcpy(ZSTR_VAL(newtext) + newtextlen, ZSTR_VAL(text) + laststart, current - laststart + breakchar_len);
text             1032 ext/standard/string.c 			else if (ZSTR_VAL(text)[current] == ' ') {
text             1034 ext/standard/string.c 					memcpy(ZSTR_VAL(newtext) + newtextlen, ZSTR_VAL(text) + laststart, current - laststart);
text             1048 ext/standard/string.c 				memcpy(ZSTR_VAL(newtext) + newtextlen, ZSTR_VAL(text) + laststart, current - laststart);
text             1060 ext/standard/string.c 				memcpy(ZSTR_VAL(newtext) + newtextlen, ZSTR_VAL(text) + laststart, lastspace - laststart);
text             1071 ext/standard/string.c 			memcpy(ZSTR_VAL(newtext) + newtextlen, ZSTR_VAL(text) + laststart, current - laststart);
text              213 ext/xmlrpc/libxmlrpc/xml_element.c       simplestring_free(&root->text);
text              270 ext/xmlrpc/libxmlrpc/xml_element.c       simplestring_init(&elem->text);
text              273 ext/xmlrpc/libxmlrpc/xml_element.c       simplestring_addn(&elem->text, "", 0);
text              279 ext/xmlrpc/libxmlrpc/xml_element.c static int xml_elem_writefunc(int (*fptr)(void *data, const char *text, int size), const char *text, void *data, int len)
text              281 ext/xmlrpc/libxmlrpc/xml_element.c    return fptr && text ? fptr(data, text, len ? len : strlen(text)) : 0;
text              376 ext/xmlrpc/libxmlrpc/xml_element.c static void xml_element_serialize(xml_element *el, int (*fptr)(void *data, const char *text, int size), void *data, XML_ELEM_OUTPUT_OPTIONS options, int depth)
text              439 ext/xmlrpc/libxmlrpc/xml_element.c    if(!el->text.len && !Q_Size(&el->children)) {
text              447 ext/xmlrpc/libxmlrpc/xml_element.c        if(el->text.len) {
text              448 ext/xmlrpc/libxmlrpc/xml_element.c           char* escaped_str = el->text.str;
text              449 ext/xmlrpc/libxmlrpc/xml_element.c           int buflen = el->text.len;
text              452 ext/xmlrpc/libxmlrpc/xml_element.c              escaped_str = xml_elem_entity_escape(el->text.str, buflen, &buflen, options->escaping );
text              454 ext/xmlrpc/libxmlrpc/xml_element.c                 escaped_str = el->text.str;
text              464 ext/xmlrpc/libxmlrpc/xml_element.c           if(escaped_str != el->text.str) {
text              502 ext/xmlrpc/libxmlrpc/xml_element.c static int file_out_fptr(void *f, const char *text, int size)
text              504 ext/xmlrpc/libxmlrpc/xml_element.c    fputs(text, (FILE *)f);
text              509 ext/xmlrpc/libxmlrpc/xml_element.c static int simplestring_out_fptr(void *f, const char *text, int size)
text              513 ext/xmlrpc/libxmlrpc/xml_element.c       simplestring_addn(buf, text, size);
text              648 ext/xmlrpc/libxmlrpc/xml_element.c             simplestring_addn(&mydata->current->text, add_text, len);
text              653 ext/xmlrpc/libxmlrpc/xml_element.c       simplestring_addn(&mydata->current->text, s, len);
text              151 ext/xmlrpc/libxmlrpc/xml_element.h    simplestring  text;           /* text contained between element begin/end pairs */
text              190 ext/xmlrpc/libxmlrpc/xml_element.h #define xml_elem_get_val(el) (char *)((el) ? el->text.str : NULL)
text               91 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c             XMLRPC_SetValueString(xCurrent, el->text.str, el->text.len);
text               94 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c             XMLRPC_SetValueInt(xCurrent, atoi(el->text.str));
text               97 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c             XMLRPC_SetValueBoolean(xCurrent, atoi(el->text.str));
text              100 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c             XMLRPC_SetValueDouble(xCurrent, atof(el->text.str));
text              103 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c             XMLRPC_SetValueDateTime_ISO8601(xCurrent, el->text.str);
text              107 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c             base64_decode_xmlrpc(&buf, el->text.str, el->text.len);
text              150 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c                XMLRPC_RequestSetMethodName(request, el->text.str);
text              205 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c             simplestring_addn(&elem_val->text, XMLRPC_GetValueString(node), XMLRPC_GetValueStringLen(node));
text              210 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c             simplestring_add(&elem_val->text, buf);
text              215 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c             simplestring_add(&elem_val->text, buf);
text              220 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c             simplestring_add(&elem_val->text, buf);
text              224 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c             simplestring_add(&elem_val->text, XMLRPC_GetValueDateTime_ISO8601(node));
text              231 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c                simplestring_addn(&elem_val->text, buf.data, buf.offset );
text              311 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c          simplestring_add(&method->text, pStr);
text              346 ext/xmlrpc/libxmlrpc/xml_to_soap.c 				XMLRPC_SetValueString(xCurrent, el->text.str, el->text.len);
text              349 ext/xmlrpc/libxmlrpc/xml_to_soap.c 				XMLRPC_SetValueInt(xCurrent, atoi(el->text.str));
text              352 ext/xmlrpc/libxmlrpc/xml_to_soap.c 				XMLRPC_SetValueBoolean(xCurrent, atoi(el->text.str));
text              356 ext/xmlrpc/libxmlrpc/xml_to_soap.c 				XMLRPC_SetValueDouble(xCurrent, atof(el->text.str));
text              362 ext/xmlrpc/libxmlrpc/xml_to_soap.c 				XMLRPC_SetValueDateTime_ISO8601(xCurrent, el->text.str);
text              366 ext/xmlrpc/libxmlrpc/xml_to_soap.c 				base64_decode_xmlrpc(&buf, el->text.str, el->text.len);
text              501 ext/xmlrpc/libxmlrpc/xml_to_soap.c 			simplestring_addn(&elem_val->text, XMLRPC_GetValueString(node), XMLRPC_GetValueStringLen(node));
text              506 ext/xmlrpc/libxmlrpc/xml_to_soap.c 			simplestring_add(&elem_val->text, buf);
text              511 ext/xmlrpc/libxmlrpc/xml_to_soap.c 			simplestring_add(&elem_val->text, buf);
text              516 ext/xmlrpc/libxmlrpc/xml_to_soap.c 			simplestring_add(&elem_val->text, buf);
text              524 ext/xmlrpc/libxmlrpc/xml_to_soap.c 					simplestring_add(&elem_val->text, buf);
text              533 ext/xmlrpc/libxmlrpc/xml_to_soap.c 				simplestring_addn(&elem_val->text, buf.data, buf.offset );
text              123 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c          XMLRPC_SetValueString(current_val, el->text.str, el->text.len);
text              126 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c          XMLRPC_SetValueID_Case(current_val, el->text.str, 0, xmlrpc_case_exact);
text              129 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c          XMLRPC_SetValueInt(current_val, atoi(el->text.str));
text              132 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c          XMLRPC_SetValueBoolean(current_val, atoi(el->text.str));
text              135 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c          XMLRPC_SetValueDouble(current_val, atof(el->text.str));
text              138 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c          XMLRPC_SetValueDateTime_ISO8601(current_val, el->text.str);
text              142 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c          base64_decode_xmlrpc(&buf, el->text.str, el->text.len);
text              161 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c                XMLRPC_RequestSetMethodName(request, el->text.str);
text              217 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c             simplestring_addn(&elem_val->text, XMLRPC_GetValueString(node), XMLRPC_GetValueStringLen(node));
text              222 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c             simplestring_add(&elem_val->text, buf);
text              227 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c             simplestring_add(&elem_val->text, buf);
text              233 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c                 simplestring_add(&elem_val->text, buf);
text              238 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c             simplestring_add(&elem_val->text, XMLRPC_GetValueDateTime_ISO8601(node));
text              245 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c                simplestring_addn(&elem_val->text, buf.data, buf.offset );
text              332 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c             simplestring_add(&name->text, XMLRPC_GetValueID(node));
text              396 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c          simplestring_add(&method->text, pStr);
text              185 ext/xmlrpc/libxmlrpc/xmlrpc.c static int date_from_ISO8601 (const char *text, time_t * value) {
text              192 ext/xmlrpc/libxmlrpc/xmlrpc.c 	if (strchr (text, '-')) {
text              193 ext/xmlrpc/libxmlrpc/xmlrpc.c 		char *p = (char *) text, *p2 = buf;
text              205 ext/xmlrpc/libxmlrpc/xmlrpc.c 		text = buf;
text              208 ext/xmlrpc/libxmlrpc/xmlrpc.c 	if (strlen(text)<17) {
text              219 ext/xmlrpc/libxmlrpc/xmlrpc.c       XMLRPC_IS_NUMBER(text[i])
text              220 ext/xmlrpc/libxmlrpc/xmlrpc.c       tm.tm_year += (text[i]-'0')*n;
text              226 ext/xmlrpc/libxmlrpc/xmlrpc.c       XMLRPC_IS_NUMBER(text[i+4])
text              227 ext/xmlrpc/libxmlrpc/xmlrpc.c       tm.tm_mon += (text[i+4]-'0')*n;
text              238 ext/xmlrpc/libxmlrpc/xmlrpc.c       XMLRPC_IS_NUMBER(text[i+6])
text              239 ext/xmlrpc/libxmlrpc/xmlrpc.c       tm.tm_mday += (text[i+6]-'0')*n;
text              246 ext/xmlrpc/libxmlrpc/xmlrpc.c       XMLRPC_IS_NUMBER(text[i+9])
text              247 ext/xmlrpc/libxmlrpc/xmlrpc.c       tm.tm_hour += (text[i+9]-'0')*n;
text              254 ext/xmlrpc/libxmlrpc/xmlrpc.c       XMLRPC_IS_NUMBER(text[i+12])
text              255 ext/xmlrpc/libxmlrpc/xmlrpc.c       tm.tm_min += (text[i+12]-'0')*n;
text              262 ext/xmlrpc/libxmlrpc/xmlrpc.c       XMLRPC_IS_NUMBER(text[i+15])
text              263 ext/xmlrpc/libxmlrpc/xmlrpc.c       tm.tm_sec += (text[i+15]-'0')*n;
text              364 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c             xReturn = describeValue_worker(ptype, name, (desc ? desc : (xSubList ? NULL : el->text.str)), optional, def, xSubList);
text              401 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c          xReturn = XMLRPC_CreateValueString(name, el->text.str, el->text.len);
text              419 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c       else if(el->name && el->text.len) {
text              420 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c          xReturn = XMLRPC_CreateValueString(el->name, el->text.str, el->text.len);
text              550 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(text,			xmlwriter_text,				arginfo_xmlwriter_method_text, 0)
text               44 sapi/phpdbg/phpdbg_help.c void pretty_print(char *text)
text               66 sapi/phpdbg/phpdbg_help.c 		phpdbg_xml("<help %r msg=\"%s\" />", text);
text               71 sapi/phpdbg/phpdbg_help.c 	for (p = text; *p; p++) {
text               82 sapi/phpdbg/phpdbg_help.c 	size += (p-text)+1;
text               95 sapi/phpdbg/phpdbg_help.c 	for (p = text, q = new; *p; p++) {
text              164 sapi/phpdbg/phpdbg_help.c 			return p->text;
text               44 sapi/phpdbg/phpdbg_help.h 	char *text;
text               21 sapi/phpdbg/phpdbg_lexer.c #define yytext ((char*) LEX(text))
text               38 sapi/phpdbg/phpdbg_lexer.c 	LEX(text) = YYCURSOR = (unsigned char *) input;
text               64 sapi/phpdbg/phpdbg_lexer.c 	LEX(text) = YYCURSOR;
text              177 sapi/phpdbg/phpdbg_lexer.c 	YYCURSOR = LEX(text);
text             1447 sapi/phpdbg/phpdbg_lexer.c 	char *text = yytext + 2;
text             1448 sapi/phpdbg/phpdbg_lexer.c 	while (*++text < '0');
text             1449 sapi/phpdbg/phpdbg_lexer.c 	yylval->num = atoi(text);
text             1564 sapi/phpdbg/phpdbg_lexer.c 	YYCURSOR = LEX(text);
text             1647 sapi/phpdbg/phpdbg_lexer.c 	char *text = yytext + 2;
text             1648 sapi/phpdbg/phpdbg_lexer.c 	while (*++text < '0');
text             1649 sapi/phpdbg/phpdbg_lexer.c 	yylval->num = atoi(text);
text               28 sapi/phpdbg/phpdbg_lexer.h         unsigned char *text;