| /PHP_5_3/ext/pcre/ |
| H A D | upgrade-pcre.php | 70 $content = file_get_contents($newfile); variable 71 $newcontent = preg_replace('/#\s*ifdef HAVE_CONFIG_H\s*(.+)\s*#\s*endif/', '$1', $content); 73 if ($content !== $newcontent) {
|
| /PHP_5_3/ext/zip/examples/ |
| H A D | fopen.php | 20 $content = ''; variable
|
| /PHP_5_3/ext/dom/ |
| H A D | attr.c | 147 xmlChar *content; local 159 if ((content = xmlNodeGetContent((xmlNodePtr) attrp)) != NULL) { 160 ZVAL_STRING(*retval, content, 1); 161 xmlFree(content);
|
| H A D | characterdata.c | 82 xmlChar *content; local 93 if ((content = xmlNodeGetContent(nodep)) != NULL) { 94 ZVAL_STRING(*retval, content, 1); 95 xmlFree(content); 143 xmlChar *content; local 155 content = xmlNodeGetContent(nodep); 157 if (content) { 158 length = xmlUTF8Strlen(content); 159 xmlFree(content); 237 if ((nodep->content [all...] |
| H A D | entity.c | 106 char *content; local 119 content = xmlNodeGetContent((xmlNodePtr) nodep); 120 ZVAL_STRING(*retval, content, 1); 121 xmlFree(content);
|
| H A D | processinginstruction.c | 125 xmlChar *content; local 137 if ((content = xmlNodeGetContent(nodep)) != NULL) { 138 ZVAL_STRING(*retval, content, 1); 139 xmlFree(content);
|
| /PHP_5_3/ext/imap/ |
| H A D | php_imap.c | 238 ZEND_ARG_INFO(0, content) 1934 /* {{{ proto array imap_listscan(resource stream_id, string ref, string pattern, string content) 1939 char *ref, *pat, *content; local 1944 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsss", &streamind, &ref, &ref_len, &pat, &pat_len, &content, &content_len) == FAILURE) { 1951 mail_scan(imap_le_struct->imap_stream, ref, pat, content);
|
| /PHP_5_3/ext/soap/ |
| H A D | php_sdl.h | 172 HashTable *content; /* array of sdlContentModel for sequnce,all,choice*/ member in union:_sdlContentModel::__anon175
|
| /PHP_5_3/ext/xml/ |
| H A D | compat.c | 363 _external_entity_ref_handler(void *user, const xmlChar *names, int type, const xmlChar *sys_id, const xmlChar *pub_id, xmlChar *content) argument 399 parser->h_cdata(parser->user, ret->content, xmlStrlen(ret->content)); 595 memcpy(start, parser->parser->input->buf->buffer->content, (size_t)char_count); 685 "Sequence ']]>' not allowed in content", 709 "extra content at the end of well balanced chunk",
|
| /PHP_5_3/ext/xmlwriter/ |
| H A D | php_xmlwriter.c | 89 typedef int (*xmlwriter_read_one_char_t)(xmlTextWriterPtr writer, const xmlChar *content); 232 ZEND_ARG_INFO(0, content) 239 ZEND_ARG_INFO(0, content) 278 ZEND_ARG_INFO(0, content) 283 ZEND_ARG_INFO(0, content) 291 ZEND_ARG_INFO(0, content) 298 ZEND_ARG_INFO(0, content) 313 ZEND_ARG_INFO(0, content) 318 ZEND_ARG_INFO(0, content) 323 ZEND_ARG_INFO(0, content) 938 char *name, *content; local 983 char *name, *prefix, *uri, *content; local 1096 char *name, *content = NULL; local 1151 char *name, *prefix, *uri, *content = NULL; local 1222 char *name, *content; local 1542 char *name, *content; local 1602 char *name, *content; local 1699 char *name, *content; local [all...] |