Home
last modified time | relevance | path

Searched refs:info (Results 101 – 125 of 326) sorted by path

12345678910>>...14

/PHP-7.4/ext/dom/tests/
H A Dbug61858.phpt2 Bug #61858 DOMAttr debug info generates E_WARNING
H A Ddomobject_debug_handler.phpt2 Objects of DOM extension: debug info object handler.
/PHP-7.4/ext/exif/tests/bug72735/
H A Dbug72682.phpt10 $info = exif_read_data(__DIR__ . DIRECTORY_SEPARATOR . $picture);
11 var_dump($info['MakerNote']);
/PHP-7.4/ext/ffi/tests/
H A Dbug78270_1.phpt11 $info = ob_get_clean();
12 if (preg_match('/Compiler => .*clang.*/', $info)) die("skip not for clang");
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1162 if (info->i_buf != NULL && info->i_len >= siz) {
1262 - free(*info);
1263 + efree(*info);
1265 *info = NULL;
1292 - free(*info);
1293 + efree(*info);
1294 *info = NULL;
1328 - free(info);
1329 + efree(info);
3238 - free(info);
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c334 if (info->i_buf != NULL && info->i_len >= siz) { in cdf_read()
900 *info = inp; in cdf_grow_info()
904 efree(*info); in cdf_grow_info()
906 *info = NULL; in cdf_grow_info()
1086 efree(*info); in cdf_read_property_info()
1087 *info = NULL; in cdf_read_property_info()
1117 *info = NULL; in cdf_unpack_summary_info()
1466 info[i].pi_str.s_len, info[i].pi_str.s_buf); in cdf_dump_property_info()
1518 efree(info); in cdf_dump_summary_info()
1553 cdf_info_t info; in main() local
[all …]
H A Dreadcdf.c156 switch (info[i].pi_type) { in cdf_file_property_info()
161 info[i].pi_s16) == -1) in cdf_file_property_info()
176 info[i].pi_f) == -1) in cdf_file_property_info()
181 info[i].pi_d) == -1) in cdf_file_property_info()
218 tp = info[i].pi_tp; in cdf_file_property_info()
292 cdf_property_info_t *info; in cdf_file_summary_info() local
340 efree(info); in cdf_file_summary_info()
537 cdf_info_t info; in file_trycdf() local
547 info.i_fd = fd; in file_trycdf()
548 info.i_buf = buf; in file_trycdf()
[all …]
/PHP-7.4/ext/fileinfo/tests/
H A Dbug71527-mb.phpt12 $info = finfo_file($finfo, __FILE__);
13 var_dump($info);
H A Dbug71527.phpt12 $info = finfo_file($finfo, __FILE__);
13 var_dump($info);
H A Dfinfo_phpinfo_basic.phpt8 echo "*** Testing finfo extension : loading info phpinfo() ***\n";
19 *** Testing finfo extension : loading info phpinfo() ***
H A Dmagic6658 >>>0 use gzip-info
6682 >>0 use gzip-info
6686 0 name gzip-info
9952 # Based on info from
13195 !:ext info
18216 # provide more info
21680 # second member info
23137 # Mach magic number info
23140 # I386 magic number info
25533 # Trusted IRIX info
[all …]
H A Dmagic私はガラスを食べられます6658 >>>0 use gzip-info
6682 >>0 use gzip-info
6686 0 name gzip-info
9952 # Based on info from
13195 !:ext info
18216 # provide more info
21680 # second member info
23137 # Mach magic number info
23140 # I386 magic number info
25533 # Trusted IRIX info
[all …]
/PHP-7.4/ext/gd/libgd/
H A Dgd_bmp.c480 im = gdImageCreate(info->width, info->height); in gdImageCreateFromBmpCtx()
591 info->height = -info->height; in bmp_read_windows_v3_info()
598 if (info->width <= 0 || info->height <= 0 || info->numplanes <= 0 || in bmp_read_windows_v3_info()
599 info->depth <= 0 || info->numcolors < 0 || info->mincolors < 0) { in bmp_read_windows_v3_info()
620 info->numcolors = 1 << info->depth; in bmp_read_os2_v1_info()
623 if (info->width <= 0 || info->height <= 0 || info->numplanes <= 0 || in bmp_read_os2_v1_info()
624 info->depth <= 0 || info->numcolors < 0) { in bmp_read_os2_v1_info()
656 info->height = -info->height; in bmp_read_os2_v2_info()
663 if (info->width <= 0 || info->height <= 0 || info->numplanes <= 0 || in bmp_read_os2_v2_info()
664 info->depth <= 0 || info->numcolors < 0 || info->mincolors < 0) { in bmp_read_os2_v2_info()
[all …]
H A Dgdxpm.c20 XpmInfo info = {0}; in gdImageCreateFromXpm() local
30 ret = XpmReadFileToXpmImage(filename, &image, &info); in gdImageCreateFromXpm()
136 XpmFreeXpmInfo(&info); in gdImageCreateFromXpm()
/PHP-7.4/ext/gd/tests/
H A Dbug70047.phpt9 $info = gd_info();
10 var_dump(array_key_exists('WebP Support', $info));
11 var_dump($info['WebP Support'] === function_exists('imagewebp'));
H A Dfunc.inc12 $info = ob_get_contents();
15 return $info;
/PHP-7.4/ext/gettext/tests/
H A Dgettext_bindtextdomain-cwd.phpt27 Moritz Neuhaeuser, info@xcompile.net
H A Dgettext_dgettext.phpt31 Moritz Neuhaeuser, info@xcompile.net
/PHP-7.4/ext/hash/
H A Dhash.c626 zend_string *returnval, *ikm, *algo, *info = NULL, *salt = NULL; in PHP_FUNCTION() local
634 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "SS|lSS", &algo, &ikm, &length, &info, &salt) == FAILUR… in PHP_FUNCTION()
694 if (info != NULL && ZSTR_LEN(info) > 0) { in PHP_FUNCTION()
695 ops->hash_update(context, (unsigned char *) ZSTR_VAL(info), ZSTR_LEN(info)); in PHP_FUNCTION()
/PHP-7.4/ext/hash/tests/
H A Dhash_hkdf_basic.phpt6 /* Prototype : string hkdf ( string $algo , string $ikm [, int $length , string $info = '' , s…
H A Dhash_hkdf_edges.phpt6 /* Prototype : string hkdf ( string $algo , string $ikm [, int $length , string $info = '' , s…
H A Dhash_hkdf_error.phpt6 /* Prototype : string hkdf ( string $algo , string $ikm [, int $length , string $info = '' , s…
H A Dhash_hkdf_rfc5869.phpt6 /* Prototype : string hkdf ( string $algo , string $ikm [, int $length , string $info = '' , s…
28 echo "Test case 3 (SHA-256 with zero-length salt, info): ",
52 echo "Test case 6 (SHA-1 with zero-length salt, info): ",
60 echo "Test case 7 (SHA-1 with zero-length info, salt not provided): ",
73 Test case 3 (SHA-256 with zero-length salt, info): 8da4e775a563c18f715f802a063c5a31b8a11f5c5ee1879e…
76 Test case 6 (SHA-1 with zero-length salt, info): 0ac1af7002b3d761d1e55298da9d0506b9ae52057220a306e0…
77 Test case 7 (SHA-1 with zero-length info, salt not provided): 2c91117204d745f3500d636a62f64f0ab3bae…
/PHP-7.4/ext/imap/tests/
H A Dimap_append_basic.phpt28 . "To: info@something.com\r\n"
36 . "To: info@something.com\r\n"
H A Dimap_include.inc9 $users = array("webmaster", "info", "admin", "foo"); // tests require 4 valid userids

Completed in 172 milliseconds

12345678910>>...14