| /PHP_5_5/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_5/ext/phar/tests/cache_list/files/ |
| H A D | write5.phar.inc | 22 foreach ($arr as $name => $content) { 23 echo $name, " ", $content;
|
| H A D | write6.phar.inc | 23 foreach ($arr as $name => $content) { 24 echo $name, " ", $content;
|
| /PHP_5_5/ext/standard/tests/file/ |
| H A D | file.inc | 202 permissions. File is filled with content of size specified. 212 $content_type = Specify type of the content to fill in the file. 218 If imporper $content type is specified, file is created as empty 324 permissions.Link is filled with content of size specified. 332 $link_file_content = Type of the content to fill in the file. 337 If imporper $content type is specified, file is created as empty
|
| /PHP_5_5/ext/standard/tests/http/ |
| H A D | server.inc | 70 // read content
|
| /PHP_5_5/ext/tokenizer/ |
| H A D | tokenizer.php | 9 $content .= fread($fp, 4096); 13 $tokens = token_get_all($content);
|
| /PHP_5_5/ext/zip/examples/ |
| H A D | fopen.php | 20 $content = ''; variable
|
| /PHP_5_5/win32/build/ |
| H A D | buildconf.js | 40 function Module_Item(module_name, config_path, dir_line, deps, content)
46 this.content = content;
131 return item.dir_line + item.content;
|
| H A D | phpize.js.in | 49 function Module_Item(module_name, config_path, dir_line, deps, content)
55 this.content = content;
122 return item.dir_line + item.content;
|
| /PHP_5_5/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 | documenttype.c | 211 ZVAL_STRINGL(*retval, buff->buffer->content, buff->buffer->use, 1);
|
| 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);
|
| H A D | text.c | 40 ZEND_ARG_INFO(0, content) 124 wholetext = xmlStrcat(wholetext, node->content); 226 /* {{{ proto DOMText dom_text_replace_whole_text(string content);
|
| /PHP_5_5/ext/soap/ |
| H A D | php_packet_soap.c | 93 } else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) { 143 } else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) { 169 } else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) { 189 faultcode = (char*)tmp->children->content; 215 faultcode = (char*)tmp->children->content; 249 /* Parse content of <Body> element */
|
| H A D | php_schema.c | 119 if (ns != NULL && (new_tns == NULL || xmlStrcmp(ns->children->content, new_tns->children->content) != 0)) { 121 soap_error2(E_ERROR, "Parsing Schema: can't import schema from '%s', unexpected 'targetNamespace'='%s'", location, ns->children->content); 125 soap_error2(E_ERROR, "Parsing Schema: can't import schema from '%s', unexpected 'targetNamespace'='%s'", location, new_tns->children->content); 131 xmlSetProp(schema, BAD_CAST("targetNamespace"), tns->children->content); 133 } else if (tns != NULL && xmlStrcmp(tns->children->content, new_tns->children->content) != 0) { 200 uri = xmlBuildURI(location->children->content, trav->doc->URL); 202 uri = xmlBuildURI(location->children->content, base); 220 uri = xmlBuildURI(location->children->content, tra [all...] |
| H A D | php_sdl.c | 219 attr->children && attr->children->content && 220 (strcmp((char*)attr->children->content, "1") == 0 || 221 strcmp((char*)attr->children->content, "true") == 0)) { 364 tmpsdl->target_ns = estrdup((char*)targetNamespace->children->content); 394 uri = xmlBuildURI(tmp->children->content, trav->doc->URL); 396 uri = xmlBuildURI(tmp->children->content, base); 405 if (name && name->children && name->children->content) { 406 if (zend_hash_add(&ctx->messages, (char*)name->children->content, xmlStrlen(name->children->content)+1,&trav, sizeof(xmlNodePtr), NULL) != SUCCESS) { 407 soap_error1(E_ERROR, "Parsing WSDL: <message> '%s' already defined", name->children->content); [all...] |
| H A D | php_sdl.h | 172 HashTable *content; /* array of sdlContentModel for sequnce,all,choice*/ member in union:_sdlContentModel::__anon194
|
| H A D | php_xml.c | 55 if (is_blank(trav->content)) { 287 if (attr != NULL && strcmp((char*)attr->children->content, value) == 0) { 300 if (attr != NULL && strcmp((char*)attr->children->content, value) == 0) {
|
| H A D | php_encoding.c | 320 id = (char*)attr->children->content; 337 id = (char*)attr->children->content; 563 parse_namespace(type_attr->children->content, &cptype, &ns); 597 encodePtr enc = get_encoder_from_prefix(SOAP_GLOBAL(sdl), data, type_attr->children->content); 690 xmlBufferPtr in = xmlBufferCreateStatic(data->children->content, xmlStrlen(data->children->content)); 697 ZVAL_STRING(ret, (char*)data->children->content, 1); 702 ZVAL_STRING(ret, (char*)data->children->content, 1); 705 ZVAL_STRING(ret, (char*)data->children->content, 1); 722 whiteSpace_replace(data->children->content); [all...] |
| H A D | soap.c | 3451 } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) { 3493 } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) { 3529 if (attr && strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) { 3534 if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) { 3559 } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) { 3573 if (attr && strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) { 3578 if (strcmp((char*)attr->children->content,SOAP_1_1_ACTOR_NEXT) != 0 && 3579 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) { 3585 if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) { 3590 if (strcmp((char*)attr->children->content,SOAP_1_2_ACTOR_UNLIMATERECEIVE [all...] |
| /PHP_5_5/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_5/ext/xmlwriter/ |
| H A D | php_xmlwriter.c | 89 typedef int (*xmlwriter_read_one_char_t)(xmlTextWriterPtr writer, const xmlChar *content); 230 ZEND_ARG_INFO(0, content) 237 ZEND_ARG_INFO(0, content) 276 ZEND_ARG_INFO(0, content) 281 ZEND_ARG_INFO(0, content) 289 ZEND_ARG_INFO(0, content) 296 ZEND_ARG_INFO(0, content) 311 ZEND_ARG_INFO(0, content) 316 ZEND_ARG_INFO(0, content) 321 ZEND_ARG_INFO(0, content) 936 char *name, *content; local 981 char *name, *prefix, *uri, *content; local 1094 char *name, *content = NULL; local 1149 char *name, *prefix, *uri, *content = NULL; local 1220 char *name, *content; local 1540 char *name, *content; local 1600 char *name, *content; local 1697 char *name, *content; local [all...] |
| /PHP_5_5/sapi/cli/ |
| H A D | php_cli_server.c | 135 char *content; member in struct:php_cli_server_request 564 if (client->request.content) { 567 memmove(buf, client->request.content + client->post_read_offset, nbytes_copied); 1286 req->content = NULL; 1311 if (req->content) { 1312 pefree(req->content, 1); 1582 if (!client->request.content) { 1583 client->request.content = pemalloc(parser->content_length, 1); 1584 if (!client->request.content) { 1589 memmove(client->request.content [all...] |