Home
last modified time | relevance | path

Searched refs:li (Results 1 – 19 of 19) sorted by relevance

/PHP-7.2/ext/standard/tests/serialize/
H A D006.phpt7 class �berK��li��
12 $foo = new �berk��li��();
20 string(55) "O:11:"�berK��li��":1:{s:11:"��������ber";s:6:"������";}"
21 object(�berK��li��)#2 (1) {
/PHP-7.2/ext/exif/
H A Dtest.txt208 </li>
210 </li>
213 <li>should provide a <b>two line</b> copyright notice</li>
215 </li>
216 <li>olympus-d320l
218 <li>should provide an <b>APP12</b> infoset</li>
220 </li>
221 <li>unknown.jpg
225 </li>
226 <li>some images
[all …]
/PHP-7.2/ext/filter/tests/
H A D026.phpt9 var_dump(filter_var("!@#$%^&*()><<>+_\"'<br><p /><li />", FILTER_SANITIZE_STRIPPED));
13 var_dump(filter_var("!@#$%^&*()><<>+_\"'<br><p /><li />", FILTER_SANITIZE_STRIPPED, FILTER_FLAG_STR…
17 var_dump(filter_var("!@#$%^&*()><<>+_\"'<br><p /><li />", FILTER_SANITIZE_STRIPPED, FILTER_FLAG_STR…
/PHP-7.2/ext/fileinfo/libmagic/
H A Dfuncs.c441 len = (ms->c.len = 20 + level) * sizeof(*ms->c.li); in file_check_mem()
442 ms->c.li = CAST(struct level_info *, (ms->c.li == NULL) ? in file_check_mem()
444 erealloc(ms->c.li, len)); in file_check_mem()
445 if (ms->c.li == NULL) { in file_check_mem()
450 ms->c.li[level].got_match = 0; in file_check_mem()
452 ms->c.li[level].last_match = 0; in file_check_mem()
453 ms->c.li[level].last_cond = COND_NONE; in file_check_mem()
H A Dder.c262 printf("cont_level[%zu] = %u\n", i, ms->c.li[i].off); in der_offs()
267 ms->c.li[m->cont_level - 1].off = CAST(int, offs + tlen); in der_offs()
269 ms->c.li[m->cont_level - 1].off)); in der_offs()
H A Dsoftmagic.c263 switch (moffset(ms, m, nbytes, &ms->c.li[cont_level].off)) { in match()
292 ms->c.li[cont_level - 1].off; in match()
298 if (ms->c.li[cont_level].last_match == 1) in match()
324 ms->c.li[cont_level].last_match = 0; in match()
329 ms->c.li[cont_level].last_match = 1; in match()
332 ms->c.li[cont_level].got_match = 0; in match()
333 else if (ms->c.li[cont_level].got_match) { in match()
337 ms->c.li[cont_level].got_match = 1; in match()
376 &ms->c.li[cont_level].off)) { in match()
1457 offset += ms->c.li[cont_level-1].off; in mget()
H A Dfile.h391 struct level_info *li; member
H A Dapprentice.c478 if (ms->c.li) { in file_ms_free()
479 efree(ms->c.li); in file_ms_free()
500 len = (ms->c.len = 10) * sizeof(*ms->c.li); in file_ms_alloc()
502 if ((ms->c.li = CAST(struct level_info *, emalloc(len))) == NULL) in file_ms_alloc()
1535 last_cond = ms->c.li[cont_level].last_cond; in check_cond()
1570 ms->c.li[cont_level].last_cond = last_cond; in check_cond()
/PHP-7.2/ext/zip/lib/
H A Dzip_source_win32handle.c487 LARGE_INTEGER li; in _zip_seek_win32() local
505 li.QuadPart = (LONGLONG)offset; in _zip_seek_win32()
506 if (!SetFilePointerEx(h, li, NULL, method)) { in _zip_seek_win32()
593 ULARGE_INTEGER li; in _zip_filetime_to_time_t() local
597 li.LowPart = ft.dwLowDateTime; in _zip_filetime_to_time_t()
598 li.HighPart = ft.dwHighDateTime; in _zip_filetime_to_time_t()
599 secs = (li.QuadPart / WINDOWS_TICK - SEC_TO_UNIX_EPOCH); in _zip_filetime_to_time_t()
/PHP-7.2/ext/standard/tests/network/
H A Dnews.rss16 <rdf:li rdf:resource="http://php.net/index.php#id2015-01-22-3" />
/PHP-7.2/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_variation1.phpt105 li"
108 li"
H A D007_variation1.phpt50 li"
H A D007_variation17.phpt50 li"
H A D007_variation9.phpt50 li"
H A D007_variation10.phpt52 li"
H A D007_variation18.phpt52 li"
H A D007_variation2.phpt52 li"
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch170 - free(ms->c.li);
178 + if (ms->c.li) {
179 + efree(ms->c.li);
196 len = (ms->c.len = 10) * sizeof(*ms->c.li);
198 - if ((ms->c.li = CAST(struct level_info *, malloc(len))) == NULL)
199 + if ((ms->c.li = CAST(struct level_info *, emalloc(len))) == NULL)
2173 len = (ms->c.len = 20 + level) * sizeof(*ms->c.li);
2174 ms->c.li = CAST(struct level_info *, (ms->c.li == NULL) ?
2176 - realloc(ms->c.li, len));
2178 + erealloc(ms->c.li, len));
[all …]
/PHP-7.2/
H A DREADME.RELEASE_PROCESS257 I. ``s/^- /<li>/``
259 II. ``s/$/<\/li>/``

Completed in 82 milliseconds