| /PHP_TRUNK/ext/phar/tests/zip/files/ |
| H A D | zipmaker.php.inc | 28 * @param string|resource file contents or open file handle
|
| /PHP_TRUNK/ext/standard/tests/file/ |
| H A D | file.inc | 4 create_files() : create files with specified contents 8 fill_files() : fill file with specified contents 10 fill_buffer() : fills buffer with specified contents
|
| /PHP_TRUNK/ext/zip/examples/ |
| H A D | fopen.php | 12 $contents .= fread($fp, 2); 13 echo "$contents\n"; 28 $contents .= fread($fp, 2); 32 file_put_contents('t',$contents);
|
| /PHP_TRUNK/tests/security/ |
| H A D | open_basedir.inc | 38 // Scan through the directory contents
|
| /PHP_TRUNK/win32/build/ |
| H A D | buildconf.js | 83 var contents = file_get_contents(c);
87 var calls = contents.match(re_dep_line);
99 item = new Module_Item(n, c, dir_line, deps, contents);
246 // Now generate contents of module based on MODULES, chasing dependencies
|
| H A D | confutils.js | 962 contents = header.ReadAll();
964 if (contents.match(new RegExp('PHP_' + basename.toUpperCase() + '_VERSION(\\s+)"((\\d+\.\\d+(\.\\d+)?)((a|b)(\\d)?|\-[a-z]{3,5})?(RC\\d+)?(\-dev)?)'))) {
|
| H A D | phpize.js.in | 58 function get_module_dep(contents)
61 var calls = contents.match(re_dep_line);
90 var contents = file_get_contents(c);
92 deps = get_module_dep(contents);
94 item = new Module_Item(n, c, dir_line, deps, contents);
110 var contents = file_get_contents(c);
112 deps = get_module_dep(contents);
114 item = new Module_Item(n, c, dir_line, deps, contents);
231 // Now generate contents of module based on MODULES, chasing dependencies
|
| H A D | projectgen.js | 289 contents = file_get_contents(f.item()); 290 address = contents.slice(0, contents.indexOf("#")); 291 contents = contents.slice(contents.indexOf("#")+1); 292 shared = contents.slice(0, contents.indexOf("#")); 293 contents = contents [all...] |
| /PHP_TRUNK/ext/imap/ |
| H A D | php_imap.c | 3634 if (zend_hash_find(Z_ARRVAL_PP(data), "contents.data", sizeof("contents.data"), (void **) &pvalue)== SUCCESS) { 3636 bod->contents.text.data = (char *) fs_get(Z_STRLEN_PP(pvalue) + 1); 3637 memcpy(bod->contents.text.data, Z_STRVAL_PP(pvalue), Z_STRLEN_PP(pvalue)+1); 3638 bod->contents.text.size = Z_STRLEN_PP(pvalue); 3640 bod->contents.text.data = (char *) fs_get(1); 3641 memcpy(bod->contents.text.data, "", 1); 3642 bod->contents.text.size = 0; 3747 if (zend_hash_find(Z_ARRVAL_PP(data), "contents.data", sizeof("contents [all...] |
| H A D | php_imap.h | 63 #define CONTENT_PART contents.part 64 #define CONTENT_MSG_BODY contents.msg.body
|
| /PHP_TRUNK/ext/mbstring/ |
| H A D | mbstring.c | 254 ZEND_ARG_INFO(0, contents) 2086 /* {{{ proto string mb_output_handler(string contents, int status)
|
| /PHP_TRUNK/ext/tidy/ |
| H A D | tidy.c | 1276 char *contents; local 1289 if (!(contents = php_tidy_file_to_mem(inputfile, use_include_path, &contents_len TSRMLS_CC))) { 1296 if(php_tidy_parse_string(obj, contents, contents_len, enc TSRMLS_CC) == FAILURE) { 1302 efree(contents); 1589 char *contents; local 1603 if (!(contents = php_tidy_file_to_mem(inputfile, use_include_path, &contents_len TSRMLS_CC))) { 1610 php_tidy_parse_string(obj, contents, contents_len, enc TSRMLS_CC); 1612 efree(contents); 1621 char *contents; local 1634 if (!(contents [all...] |
| /PHP_TRUNK/Zend/ |
| H A D | zend.c | 67 static int (*zend_get_configuration_directive_p)(const char *name, uint name_length, zval *contents); 983 ZEND_API int zend_get_configuration_directive(const char *name, uint name_length, zval *contents) /* {{{ */ argument 986 return zend_get_configuration_directive_p(name, name_length, contents);
|
| H A D | zend.h | 550 int (*get_configuration_directive)(const char *name, uint name_length, zval *contents); 729 ZEND_API int zend_get_configuration_directive(const char *name, uint name_length, zval *contents);
|
| /PHP_TRUNK/ext/standard/ |
| H A D | file.c | 519 char *contents; local 553 if ((len = php_stream_copy_to_mem(stream, &contents, maxlen, 0)) > 0) { 554 RETVAL_STRINGL(contents, len, 0); 566 Write/Create a file with contents data and return the number of bytes written */
|
| H A D | streamsfuncs.c | 411 char *contents = NULL; local 439 len = php_stream_copy_to_mem(stream, &contents, maxlen, 0); 441 if (contents) { 442 RETVAL_STRINGL(contents, len, 0);
|
| /PHP_TRUNK/ext/simplexml/ |
| H A D | simplexml.c | 1009 xmlChar *contents; local 1014 contents = xmlNodeListGetString(node->doc, node->children, 1); 1015 if (contents) { 1016 ZVAL_STRING(*value, (char *)contents, 1); 1017 xmlFree(contents); 1766 static int cast_object(zval *object, int type, char *contents TSRMLS_DC) 1768 if (contents) { 1769 ZVAL_STRINGL(object, contents, strlen(contents), 1); 1801 xmlChar *contents local [all...] |
| /PHP_TRUNK/ext/phar/ |
| H A D | phar_object.c | 198 /* send headers, output file contents */ 1683 /* try to open source file, then create internal phar file and copy contents */ 1784 * Optional second parameter is a regular expression for filtering directory contents. 2032 "Cannot convert phar archive \"%s\", unable to open entry \"%s\" contents: %s", entry->phar->fname, entry->filename, error); 2036 "Cannot convert phar archive \"%s\", unable to open entry \"%s\" contents", entry->phar->fname, entry->filename); 2041 /* copy old contents in entirety */ 2052 "Cannot convert phar archive \"%s\", unable to copy entry \"%s\" contents", entry->phar->fname, entry->filename); 2062 /* set new location of file contents */ 2325 /* first copy each file's uncompressed contents to a temporary file and set per-file flags */ 2864 * Do not flush a writeable phar (save its contents) unti [all...] |
| H A D | func_interceptors.c | 98 char *contents; local 205 if ((len = php_stream_copy_to_mem(stream, &contents, maxlen, 0)) > 0) { 209 contents = php_addslashes(contents, len, &newlen, 1 TSRMLS_CC); /* 1 = free source string */ 213 RETVAL_STRINGL(contents, len, 0);
|
| /PHP_TRUNK/main/ |
| H A D | main.c | 1369 static int php_get_configuration_directive_for_zend(const char *name, uint name_length, zval *contents) argument 1374 *contents = *retval;
|