Home
last modified time | relevance | path

Searched refs:contents (Results 1 – 25 of 203) sorted by last modified time

123456789

/PHP-7.4/
H A Dconfigure.ac169 dnl user will not be able to delete libs or the contents of libs.
H A D.gdbinit158 prints zval contents
618 print the length and contents of a zend string
H A Drun-tests.php1367 $contents = file_get_contents($file);
1368 if (preg_match('/^--CONFLICTS--(.+?)^--/ms', $contents, $matches)) {
1376 $contents = file_get_contents($dir . '/CONFLICTS');
1377 $dirConflicts = parse_conflicts($contents);
/PHP-7.4/ext/mbstring/
H A Dmbstring.c240 ZEND_ARG_INFO(0, contents)
/PHP-7.4/ext/zip/tests/
H A Dbug77978.phpt16 $zip->addFromString("dir/test:/filename.txt", "contents");
H A Dbug80863.phpt13 $zip->addFromString("file1.txt", "contents");
14 $zip->addFromString("file2.txt", "contents");
/PHP-7.4/ext/phar/
H A Dphar_object.c5282 ZEND_ARG_INFO(0, contents)
/PHP-7.4/ext/imap/
H A Dphp_imap.c3781 bod->contents.text.data = fs_get(Z_STRLEN_P(pvalue) + 1); in PHP_FUNCTION()
3783 bod->contents.text.size = Z_STRLEN_P(pvalue); in PHP_FUNCTION()
3785 bod->contents.text.data = fs_get(1); in PHP_FUNCTION()
3786 memcpy(bod->contents.text.data, "", 1); in PHP_FUNCTION()
3787 bod->contents.text.size = 0; in PHP_FUNCTION()
3905 bod->contents.text.size = Z_STRLEN_P(pvalue); in PHP_FUNCTION()
3907 bod->contents.text.data = fs_get(1); in PHP_FUNCTION()
3908 memcpy(bod->contents.text.data, "", 1); in PHP_FUNCTION()
3909 bod->contents.text.size = 0; in PHP_FUNCTION()
4012 …spprintf(&tempstring, 0, "%s%s%s", mystring, bod->contents.text.data ? (char *) bod->contents.text… in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/imap/tests/
H A Dbug80710_1.phpt23 $part2["contents.data"] = "ABC\nContent-Type: X-INJECTED";
28 $part3["contents.data"] = "contents.data3\n\n\n\t";
H A Dbug80710_2.phpt23 $part2["contents.data"] = "ABC\nContent-Type: X-INJECTED";
28 $part3["contents.data"] = "contents.data3\n\n\n\t";
H A Dbug80242.phpt13 'contents.data' => 'some text',
H A Dbug80220.phpt13 'contents.data' => 'asd',
20 'contents.data' => 'asd',
H A Dbug80215.phpt15 "contents.data" => 4,
19 "contents.data" => 7,
41 ["contents.data"]=>
56 ["contents.data"]=>
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c982 xmlChar *contents; in _get_base_node_value() local
986 if (contents) { in _get_base_node_value()
987 ZVAL_STRING(value, (char *)contents); in _get_base_node_value()
988 xmlFree(contents); in _get_base_node_value()
1845 static int cast_object(zval *object, int type, char *contents) in cast_object() argument
1847 if (contents) { in cast_object()
1848 ZVAL_STRINGL(object, contents, strlen(contents)); in cast_object()
1881 xmlChar *contents = NULL; in sxe_object_cast_ex() local
1916 rv = cast_object(writeobj, type, (char *)contents); in sxe_object_cast_ex()
1918 if (contents) { in sxe_object_cast_ex()
[all …]
/PHP-7.4/ext/standard/
H A Dfile.c535 zend_string *contents; in PHP_FUNCTION() local
567 if ((contents = php_stream_copy_to_mem(stream, maxlen, 0)) != NULL) { in PHP_FUNCTION()
568 RETVAL_STR(contents); in PHP_FUNCTION()
H A Dstreamsfuncs.c423 zend_string *contents; in PHP_FUNCTION() local
459 if ((contents = php_stream_copy_to_mem(stream, maxlen, 0))) { in PHP_FUNCTION()
460 RETURN_STR(contents); in PHP_FUNCTION()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_last_insert_id.phpt127 printf("Dumping table contents before INSERT...SELECT experiments...\n");
169 printf("Dumping table contents after INSERT...SELECT...\n");
183 Dumping table contents before INSERT...SELECT experiments...
187 Dumping table contents after INSERT...SELECT...
H A Dmysqli_debug_mysqlnd_control_string.phpt67 printf("[015] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
H A Dmysqli_debug_mysqlnd_only.phpt77 printf("[015] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
101 printf("[025] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
/PHP-7.4/build/
H A Dlibtool.m41706 # Append ld.so.conf contents to the search path
2981 # have problems creating the table of contents. If linking a library
5672 # have problems creating the table of contents. If linking a library
H A Dphp_cxx_compile_stdcxx.m413 dnl the variable is already defined, its contents will be overwritten.
/PHP-7.4/ext/tidy/
H A Dtidy.c1313 zend_string *inputfile, *contents; in PHP_FUNCTION() local
1331 if (ZEND_SIZE_T_UINT_OVFL(ZSTR_LEN(contents))) { in PHP_FUNCTION()
1338 if (php_tidy_parse_string(obj, ZSTR_VAL(contents), (uint32_t)ZSTR_LEN(contents), enc) == FAILURE) { in PHP_FUNCTION()
1343 zend_string_release_ex(contents, 0); in PHP_FUNCTION()
1635 zend_string *contents, *inputfile = NULL; in TIDY_DOC_METHOD() local
1660 php_tidy_parse_string(obj, ZSTR_VAL(contents), (uint32_t)ZSTR_LEN(contents), enc); in TIDY_DOC_METHOD()
1662 zend_string_release_ex(contents, 0); in TIDY_DOC_METHOD()
1672 zend_string *inputfile, *contents; in TIDY_DOC_METHOD() local
1689 if (ZEND_SIZE_T_UINT_OVFL(ZSTR_LEN(contents))) { in TIDY_DOC_METHOD()
1696 if (php_tidy_parse_string(obj, ZSTR_VAL(contents), (uint32_t)ZSTR_LEN(contents), enc) == FAILURE) { in TIDY_DOC_METHOD()
[all …]
/PHP-7.4/win32/build/
H A Dconfutils.js1103 contents = header.ReadAll();
1105 …if (contents.match(new RegExp('PHP_' + basename.toUpperCase() + '_VERSION(\\s+)"((\\d+\.\\d+(\.\\d…
H A Dphpize.js.in60 function get_module_dep(contents) argument
63 var calls = contents.match(re_dep_line);
92 var contents = file_get_contents(c);
94 deps = get_module_dep(contents);
96 item = new Module_Item(n, c, dir_line, deps, contents);
112 var contents = file_get_contents(c);
114 deps = get_module_dep(contents);
116 item = new Module_Item(n, c, dir_line, deps, contents);
240 // Now generate contents of module based on MODULES, chasing dependencies
/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt44 // get the contents from the internal output buffer

Completed in 153 milliseconds

123456789