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             1054 ext/fileinfo/libmagic/apprentice.c 	static const char text[] = "text";
text             1056 ext/fileinfo/libmagic/apprentice.c 	static const size_t len = sizeof(text);
text             1068 ext/fileinfo/libmagic/apprentice.c 		    me[i].mp->flag & BINTEST ? binary : text);
text             1070 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              150 ext/fileinfo/libmagic/ascmagic.c 		    (size_t)(utf8_end - utf8_buf), 0, TEXTTEST, text)) == 0)
text               88 ext/fileinfo/libmagic/softmagic.c     size_t level, int mode, int text)
text               94 ext/fileinfo/libmagic/softmagic.c 		    text, 0, level, &printed_something, &need_separator,
text              130 ext/fileinfo/libmagic/softmagic.c     const unsigned char *s, size_t nbytes, size_t offset, int mode, int text,
text              153 ext/fileinfo/libmagic/softmagic.c 		     ((text && (m->str_flags & FLT) == STRING_BINTEST) ||
text              154 ext/fileinfo/libmagic/softmagic.c 		      (!text && (m->str_flags & FLT) == STRING_TEXTTEST))) ||
text              168 ext/fileinfo/libmagic/softmagic.c 		switch (mget(ms, s, m, nbytes, offset, cont_level, mode, text,
text              258 ext/fileinfo/libmagic/softmagic.c 			    text, flip, recursion_level + 1, printed_something,
text             1163 ext/fileinfo/libmagic/softmagic.c     size_t nbytes, size_t o, unsigned int cont_level, int mode, int text,
text             1749 ext/fileinfo/libmagic/softmagic.c 		    recursion_level, BINTEST, text);
text             1792 ext/fileinfo/libmagic/softmagic.c 		    mode, text, flip, recursion_level, printed_something,
text             1619 ext/ftp/ftp.c  	char		*text;
text             1680 ext/ftp/ftp.c  	text = (char*) (ret + lines + 1);
text             1681 ext/ftp/ftp.c  	*entry = text;
text             1685 ext/ftp/ftp.c  			*(text - 1) = 0;
text             1686 ext/ftp/ftp.c  			*++entry = text;
text             1688 ext/ftp/ftp.c  			*text++ = ch;
text              697 ext/gd/gd.c    	ZEND_ARG_INFO(0, text)
text              709 ext/gd/gd.c    	ZEND_ARG_INFO(0, text)
text              718 ext/gd/gd.c    	ZEND_ARG_INFO(0, text)
text              729 ext/gd/gd.c    	ZEND_ARG_INFO(0, text)
text              765 ext/gd/gd.c    	ZEND_ARG_INFO(0, text)
text              779 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             1483 ext/imap/php_imap.c 	limits.text.data = "STORAGE";
text             1484 ext/imap/php_imap.c 	limits.text.size = mailbox_size;
text             2461 ext/imap/php_imap.c 	char *text, *decode;
text             2465 ext/imap/php_imap.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &text, &text_len) == FAILURE) {
text             2469 ext/imap/php_imap.c 	decode = (char *) rfc822_base64((unsigned char *) text, text_len, &newlength);
text             2484 ext/imap/php_imap.c 	char *text, *decode;
text             2488 ext/imap/php_imap.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &text, &text_len) == FAILURE) {
text             2492 ext/imap/php_imap.c 	decode = (char *) rfc822_qprint((unsigned char *) text, text_len, &newlength);
text             2507 ext/imap/php_imap.c 	char *text, *decode;
text             2511 ext/imap/php_imap.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &text, &text_len) == FAILURE) {
text             2515 ext/imap/php_imap.c 	decode = (char *) rfc822_8bit((unsigned char *) text, text_len, &newlength);
text             2530 ext/imap/php_imap.c 	char *text, *decode;
text             2534 ext/imap/php_imap.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &text, &text_len) == FAILURE) {
text             2538 ext/imap/php_imap.c 	decode = rfc822_binary(text, text_len, &newlength);
text             3635 ext/imap/php_imap.c 			bod->contents.text.data = (char *) fs_get(Z_STRLEN_PP(pvalue) + 1);
text             3636 ext/imap/php_imap.c 			memcpy(bod->contents.text.data, Z_STRVAL_PP(pvalue), Z_STRLEN_PP(pvalue)+1);
text             3637 ext/imap/php_imap.c 			bod->contents.text.size = Z_STRLEN_PP(pvalue);
text             3639 ext/imap/php_imap.c 			bod->contents.text.data = (char *) fs_get(1);
text             3640 ext/imap/php_imap.c 			memcpy(bod->contents.text.data, "", 1);
text             3641 ext/imap/php_imap.c 			bod->contents.text.size = 0;
text             3748 ext/imap/php_imap.c 				bod->contents.text.data = (char *) fs_get(Z_STRLEN_PP(pvalue) + 1);
text             3749 ext/imap/php_imap.c 				memcpy(bod->contents.text.data, Z_STRVAL_PP(pvalue), Z_STRLEN_PP(pvalue) + 1);
text             3750 ext/imap/php_imap.c 				bod->contents.text.size = Z_STRLEN_PP(pvalue);
text             3752 ext/imap/php_imap.c 				bod->contents.text.data = (char *) fs_get(1);
text             3753 ext/imap/php_imap.c 				memcpy(bod->contents.text.data, "", 1);
text             3754 ext/imap/php_imap.c 				bod->contents.text.size = 0;
text             3852 ext/imap/php_imap.c 				spprintf(&tempstring, 0, "%s%s%s", mystring, bod->contents.text.data, CRLF);
text             3862 ext/imap/php_imap.c 		spprintf(&tempstring, 0, "%s%s%s", mystring, bod->contents.text.data, CRLF);
text             4216 ext/imap/php_imap.c 	char *str, *string, *charset, encoding, *text, *decode;
text             4231 ext/imap/php_imap.c 	text = &charset[end + 1];
text             4237 ext/imap/php_imap.c 				memcpy(text, &string[offset], charset_token-offset);
text             4238 ext/imap/php_imap.c 				text[charset_token - offset] = 0x00;
text             4242 ext/imap/php_imap.c 				add_property_string(myobject, "text", text, 1);
text             4252 ext/imap/php_imap.c 					memcpy(text, &string[encoding_token + 3], end_token - (encoding_token + 3));	/* Extract text */
text             4253 ext/imap/php_imap.c 					text[end_token - (encoding_token + 3)] = 0x00;
text             4254 ext/imap/php_imap.c 					decode = text;
text             4256 ext/imap/php_imap.c 						for(i=0; text[i] != 0x00; i++) if (text[i] == '_') text[i] = ' ';	/* Replace all *_' with space. */
text             4257 ext/imap/php_imap.c 						decode = (char *)rfc822_qprint((unsigned char *) text, strlen(text), &newlength);
text             4259 ext/imap/php_imap.c 						decode = (char *)rfc822_base64((unsigned char *) text, strlen(text), &newlength); /* Decode 'B' encoded data */
text             4273 ext/imap/php_imap.c 					if (decode != text) {
text             4294 ext/imap/php_imap.c 		memcpy(text, &string[charset_token], end - charset_token);	/* Extract unencoded text from string */
text             4295 ext/imap/php_imap.c 		text[end - charset_token] = 0x00;
text             4299 ext/imap/php_imap.c 		add_property_string(myobject, "text", text, 1);
text               53 ext/imap/php_imap.h #define LSIZE text.size
text               54 ext/imap/php_imap.h #define LTEXT text.data
text               61 ext/imap/php_imap.h #define LTEXT text
text               81 ext/imap/php_imap.h 	SIZEDTEXT text;
text               88 ext/imap/php_imap.h 	SIZEDTEXT text;
text               41 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              234 ext/intl/grapheme/grapheme_util.c int grapheme_split_string(const UChar *text, int32_t text_length, int boundary_array[], int boundary_array_len TSRMLS_DC )
text              247 ext/intl/grapheme/grapheme_util.c 	ubrk_setText(bi, text, text_length,	&status);
text               34 ext/intl/grapheme/grapheme_util.h int grapheme_split_string(const UChar *text, int32_t text_length, int boundary_array[], int boundary_array_len TSRMLS_DC );
text               95 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() TSRMLS_CC, "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             1288 ext/ldap/ldap.c 	char *text;
text             1297 ext/ldap/ldap.c 	text = ldap_get_dn(ld->link, resultentry->data);
text             1298 ext/ldap/ldap.c 	if (text != NULL) {
text             1299 ext/ldap/ldap.c 		RETVAL_STRING(text, 1);
text             1301 ext/ldap/ldap.c 		ldap_memfree(text);
text             1303 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             1089 ext/oci8/oci8.c 	text  tmp_buf[OCI_ERROR_MAXMSG_SIZE];  /* Use traditional smaller size: non-PL/SQL errors should fit and it keeps the stack smaller */
text             1635 ext/oci8/oci8.c 	text *errbuf = (text *)NULL;
text             1699 ext/oci8/oci8.c sb4 php_oci_fetch_errmsg(OCIError *error_handle, text **error_buf TSRMLS_DC)
text             1702 ext/oci8/oci8.c 	text err_buf[PHP_OCI_ERRBUF_LEN];
text             1715 ext/oci8/oci8.c 			*error_buf = (text *)estrndup((char *)err_buf, err_buf_len);
text             1726 ext/oci8/oci8.c int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset TSRMLS_DC)
text             2225 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIServerVersion, (connection->svc, OCI_G(err), (text *)version, sizeof(version), OCI_HTYPE_SVCCTX));
text             2232 ext/oci8/oci8.c 		text tmp_buf[OCI_ERROR_MAXMSG_SIZE];
text             2484 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             2529 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIServerVersion, (connection->svc, connection->err, (text *)version_buff, sizeof(version_buff), OCI_HTYPE_SVCCTX));
text             3046 ext/oci8/oci8.c 		text  ora_msg_buf[OCI_ERROR_MAXMSG_SIZE];  /* Use traditional smaller size: non-PL/SQL errors should fit and it keeps the stack smaller */
text             3089 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             3191 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              541 ext/oci8/oci8_collection.c 			text *str;
text              622 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               85 ext/oci8/oci8_interface.c 	define->name = (text*) estrndup(name, name_len);
text             1608 ext/oci8/oci8_interface.c 	text *errbuf;
text             1612 ext/oci8/oci8_interface.c 	text *sqltext = NULL;
text               68 ext/oci8/oci8_statement.c 				 (text *)query,
text              313 ext/oci8/oci8_statement.c 						column->data = (text *) ecalloc(1, PHP_OCI_PIECE_SIZE + 1);
text              485 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, 1);
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, 1);
text             1245 ext/oci8/oci8_statement.c 			(text*) name,					 /* placeholder name */					
text             1607 ext/oci8/oci8_statement.c 								(text *)name,
text             1657 ext/oci8/oci8_statement.c 	bind->array.elements		= (text *)safe_emalloc(max_table_length * (maxlength + 1), sizeof(text), 0);
text             1658 ext/oci8/oci8_statement.c 	memset(bind->array.elements, 0, max_table_length * (maxlength + 1) * sizeof(text));
text             1690 ext/oci8/oci8_statement.c 			memcpy((text *)bind->array.elements + i*maxlength, Z_STRVAL_PP(entry), element_length);
text             1691 ext/oci8/oci8_statement.c 			((text *)bind->array.elements)[i*maxlength + element_length] = '\0';
text             1695 ext/oci8/oci8_statement.c 			((text *)bind->array.elements)[i*maxlength] = '\0';
text             1812 ext/oci8/oci8_statement.c 			PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)Z_STRVAL_PP(entry), Z_STRLEN_PP(entry), NULL, 0, NULL, 0, &oci_date));
text             1827 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              206 ext/oci8/php_oci8_int.h 	text		*name;			/* placeholder's name */
text              407 ext/oci8/php_oci8_int.h sb4 php_oci_fetch_errmsg(OCIError *error_handle, text **error_buf TSRMLS_DC);
text              408 ext/oci8/php_oci8_int.h int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset TSRMLS_DC);
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, sql_len, OCI_NTV_SYNTAX, OCI_DEFAULT);
text              337 ext/pdo_oci/oci_driver.c 	H->last_err = OCIStmtPrepare(stmt, H->err, (text*)sql, sql_len, OCI_NTV_SYNTAX, OCI_DEFAULT);
text              478 ext/pdo_oci/oci_driver.c 			text infostr[512];
text              560 ext/pdo_oci/oci_driver.c 	H->last_err = OCIServerVersion (H->svc, H->err, (text *)version, sizeof(version), OCI_HTYPE_SVCCTX);
text              631 ext/pdo_oci/oci_driver.c 	H->last_err = OCIServerAttach(H->server, H->err, (text*)vars[1].optval,
text              313 ext/pdo_oci/oci_statement.c 							&P->bind, S->err, (text*)param->name,
text              508 ext/pdo_oci/oci_statement.c 	text *colname;
text              906 ext/pgsql/pgsql.c #define PHP_PQ_ERROR(text, pgsql) {										\
text              908 ext/pgsql/pgsql.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, text, msgbuf);		\
text              443 ext/readline/readline.c static char *_readline_command_generator(const char *text, int state)
text              456 ext/readline/readline.c 		if (strncmp (Z_STRVAL_PP(entry), text, strlen(text)) == 0) {
text              491 ext/readline/readline.c static char **_readline_completion_cb(const char *text, int start, int end)
text              498 ext/readline/readline.c 	params[0]=_readline_string_zval(text);
text              505 ext/readline/readline.c 				matches = rl_completion_matches(text,_readline_command_generator);
text              413 ext/readline/readline_cli.c static char *cli_completion_generator_ht(const char *text, int textlen, int *state, HashTable *ht, void **pData TSRMLS_DC) /* {{{ */
text              424 ext/readline/readline_cli.c 		if (!textlen || !strncmp(name, text, textlen)) {
text              439 ext/readline/readline_cli.c static char *cli_completion_generator_var(const char *text, int textlen, int *state TSRMLS_DC) /* {{{ */
text              443 ext/readline/readline_cli.c 	tmp = retval = cli_completion_generator_ht(text + 1, textlen - 1, state, EG(active_symbol_table), NULL TSRMLS_CC);
text              453 ext/readline/readline_cli.c static char *cli_completion_generator_ini(const char *text, int textlen, int *state TSRMLS_DC) /* {{{ */
text              457 ext/readline/readline_cli.c 	tmp = retval = cli_completion_generator_ht(text + 1, textlen - 1, state, EG(ini_directives), NULL TSRMLS_CC);
text              467 ext/readline/readline_cli.c static char *cli_completion_generator_func(const char *text, int textlen, int *state, HashTable *ht TSRMLS_DC) /* {{{ */
text              470 ext/readline/readline_cli.c 	char *retval = cli_completion_generator_ht(text, textlen, state, ht, (void**)&func TSRMLS_CC);
text              479 ext/readline/readline_cli.c static char *cli_completion_generator_class(const char *text, int textlen, int *state TSRMLS_DC) /* {{{ */
text              482 ext/readline/readline_cli.c 	char *retval = cli_completion_generator_ht(text, textlen, state, EG(class_table), (void**)&pce TSRMLS_CC);
text              491 ext/readline/readline_cli.c static char *cli_completion_generator_define(const char *text, int textlen, int *state, HashTable *ht TSRMLS_DC) /* {{{ */
text              494 ext/readline/readline_cli.c 	char *retval = cli_completion_generator_ht(text, textlen, state, ht, (void**)&pce TSRMLS_CC);
text              505 ext/readline/readline_cli.c static char *cli_completion_generator(const char *text, int index) /* {{{ */
text              517 ext/readline/readline_cli.c 	int textlen = strlen(text);
text              523 ext/readline/readline_cli.c 	if (text[0] == '$') {
text              524 ext/readline/readline_cli.c 		retval = cli_completion_generator_var(text, textlen, &cli_completion_state TSRMLS_CC);
text              525 ext/readline/readline_cli.c 	} else if (text[0] == '#') {
text              526 ext/readline/readline_cli.c 		retval = cli_completion_generator_ini(text, textlen, &cli_completion_state TSRMLS_CC);
text              532 ext/readline/readline_cli.c 		class_name_end = strstr(text, "::");
text              534 ext/readline/readline_cli.c 			class_name_len = class_name_end - text;
text              535 ext/readline/readline_cli.c 			class_name = zend_str_tolower_dup(text, class_name_len);
text              544 ext/readline/readline_cli.c 			lc_text = zend_str_tolower_dup(text, textlen);
text              556 ext/readline/readline_cli.c 				retval = cli_completion_generator_define(text, textlen, &cli_completion_state, pce ? &(*pce)->constants_table : EG(zend_constants) TSRMLS_CC);
text              584 ext/readline/readline_cli.c static char **cli_code_completion(const char *text, int start, int end) /* {{{ */
text              586 ext/readline/readline_cli.c 	return rl_completion_matches(text, cli_completion_generator);
text              869 ext/soap/php_encoding.c 	xmlNodePtr ret, text;
text              945 ext/soap/php_encoding.c 	text = xmlNewTextLen(BAD_CAST(str), new_len);
text              946 ext/soap/php_encoding.c 	xmlAddChild(ret, text);
text              957 ext/soap/php_encoding.c 	xmlNodePtr ret, text;
text              967 ext/soap/php_encoding.c 		text = xmlNewTextLen(str, str_len);
text              968 ext/soap/php_encoding.c 		xmlAddChild(ret, text);
text              976 ext/soap/php_encoding.c 		text = xmlNewTextLen(str, str_len);
text              977 ext/soap/php_encoding.c 		xmlAddChild(ret, text);
text              991 ext/soap/php_encoding.c 	xmlNodePtr ret, text;
text             1014 ext/soap/php_encoding.c 	text = xmlNewTextLen(str, Z_STRLEN_P(data) * 2 * sizeof(char));
text             1015 ext/soap/php_encoding.c 	xmlAddChild(ret, text);
text             1623 ext/soap/php_encoding.c 						xmlNodePtr dummy, text;
text             1627 ext/soap/php_encoding.c 						text = xmlNewText(BAD_CAST(str_val));
text             1628 ext/soap/php_encoding.c 						xmlAddChild(dummy, text);
text             1789 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, text)
text              884 ext/standard/string.c 	const char *text, *breakchar = "\n";
text              892 ext/standard/string.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|lsb", &text, &textlen, &linelength, &breakchar, &breakcharlen, &docut) == FAILURE) {
text              913 ext/standard/string.c 		newtext = estrndup(text, textlen);
text              917 ext/standard/string.c 			if (text[current] == breakchar[0]) {
text              919 ext/standard/string.c 			} else if (text[current] == ' ') {
text              956 ext/standard/string.c 			if (text[current] == breakchar[0]
text              958 ext/standard/string.c 				&& !strncmp(text+current, breakchar, breakcharlen)) {
text              959 ext/standard/string.c 				memcpy(newtext+newtextlen, text+laststart, current-laststart+breakcharlen);
text              967 ext/standard/string.c 			else if (text[current] == ' ') {
text              969 ext/standard/string.c 					memcpy(newtext+newtextlen, text+laststart, current-laststart);
text              983 ext/standard/string.c 				memcpy(newtext+newtextlen, text+laststart, current-laststart);
text              995 ext/standard/string.c 				memcpy(newtext+newtextlen, text+laststart, lastspace-laststart);
text             1006 ext/standard/string.c 			memcpy(newtext+newtextlen, text+laststart, current-laststart);
text             2975 ext/standard/string.c static PPRES *php_strtr_array_prepare(STR *text, PATNREPL *patterns, int patnum, int B, int Bp)
text             3054 ext/standard/string.c static void php_strtr_array_do_repl(STR *text, PPRES *d, zval *return_value)
text             3058 ext/standard/string.c 				lastpos	= L(text) - d->m;
text             3062 ext/standard/string.c 		HASH	h		= php_strtr_hash(&S(text)[pos + d->m - d->B], d->B) & d->shift->table_mask;
text             3069 ext/standard/string.c 					prefix_h		= php_strtr_hash(&S(text)[pos], d->Bp);
text             3081 ext/standard/string.c 				if (L(&pnr->pat) > L(text) - pos ||
text             3082 ext/standard/string.c 						memcmp(S(&pnr->pat), &S(text)[pos], L(&pnr->pat)) != 0)
text             3085 ext/standard/string.c 				smart_str_appendl(&result, &S(text)[nextwpos], pos - nextwpos);
text             3097 ext/standard/string.c 	smart_str_appendl(&result, &S(text)[nextwpos], L(text) - nextwpos);
text             3112 ext/standard/string.c 	STR			text;
text             3121 ext/standard/string.c 	S(&text) = str;
text             3122 ext/standard/string.c 	L(&text) = slen;
text             3128 ext/standard/string.c 	data = php_strtr_array_prepare(&text, patterns, patterns_len, 2, 2);
text             3130 ext/standard/string.c 	php_strtr_array_do_repl(&text, data, return_value);
text              414 ext/sybase_ct/php_sybase_ct.c 	zval *msgnumber, *severity, *state, *line, *text, *retval = NULL;
text              437 ext/sybase_ct/php_sybase_ct.c 	MAKE_STD_ZVAL(text);	
text              438 ext/sybase_ct/php_sybase_ct.c 	ZVAL_STRING(text, srvmsg->text, 1);
text              439 ext/sybase_ct/php_sybase_ct.c 	args[4] = &text;
text              461 ext/sybase_ct/php_sybase_ct.c 	zval_ptr_dtor(&text);
text              474 ext/sybase_ct/php_sybase_ct.c 	SybCtG(server_message) = estrdup(srvmsg->text);
text              505 ext/sybase_ct/php_sybase_ct.c 				srvmsg->text, (long)srvmsg->severity, ((srvmsg->proclen>0) ? srvmsg->proc : "N/A"));
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              234 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c                 simplestring_add(&elem_val->text, buf);
text              239 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c             simplestring_add(&elem_val->text, XMLRPC_GetValueDateTime_ISO8601(node));
text              246 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c                simplestring_addn(&elem_val->text, buf.data, buf.offset );
text              333 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c             simplestring_add(&name->text, XMLRPC_GetValueID(node));
text              397 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              565 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(text,			xmlwriter_text,				arginfo_xmlwriter_method_text, 0)
text               43 sapi/phpdbg/phpdbg_help.c void pretty_print(char *text TSRMLS_DC)
text               65 sapi/phpdbg/phpdbg_help.c 	for (p = text; *p; p++) {
text               76 sapi/phpdbg/phpdbg_help.c 	size += (p-text)+1;
text               89 sapi/phpdbg/phpdbg_help.c 	for (p = text, q = new; *p; p++) {
text              158 sapi/phpdbg/phpdbg_help.c 			return p->text;
text               44 sapi/phpdbg/phpdbg_help.h 	char *text;
text               20 sapi/phpdbg/phpdbg_lexer.c #define yytext ((char*) LEX(text))
text               36 sapi/phpdbg/phpdbg_lexer.c 	LEX(text) = YYCURSOR = (unsigned char *) input;
text               44 sapi/phpdbg/phpdbg_lexer.c 	LEX(text) = YYCURSOR;
text              150 sapi/phpdbg/phpdbg_lexer.c 	YYCURSOR = LEX(text);
text               28 sapi/phpdbg/phpdbg_lexer.h         unsigned char *text;