Home
last modified time | relevance | path

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

12

/PHP-8.1/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-8.1/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-8.1/Zend/asm/
H A Dmake_ppc32_sysv_xcoff_gas.S87 li 0, 0
122 li 3, 0
H A Dmake_ppc64_sysv_xcoff_gas.S99 li 0, 0
134 li 3, 0
H A Dmake_riscv64_sysv_elf_gas.S85 li a0, 0
H A Dmake_ppc32_sysv_elf_gas.S80 li %r0, 0
137 li %r3, 0
H A Dmake_ppc64_sysv_elf_gas.S125 li %r0, 0
162 li %r3, 0
H A Dmake_mips64_n64_elf_gas.S61 li $v1, 0xfffffffffffffff0
H A Dmake_mips32_o32_elf_gas.S54 li $v1, -16 # 0xfffffffffffffff0
/PHP-8.1/ext/fileinfo/libmagic/
H A Dfuncs.c622 len = (ms->c.len = 20 + level) * sizeof(*ms->c.li); in file_check_mem()
623 ms->c.li = CAST(struct level_info *, (ms->c.li == NULL) ? in file_check_mem()
625 erealloc(ms->c.li, len)); in file_check_mem()
626 if (ms->c.li == NULL) { in file_check_mem()
631 ms->c.li[level].got_match = 0; in file_check_mem()
633 ms->c.li[level].last_match = 0; in file_check_mem()
634 ms->c.li[level].last_cond = COND_NONE; in file_check_mem()
H A Dder.c290 ms->c.li[i].off); in der_offs()
295 ms->c.li[m->cont_level - 1].off = CAST(int, offs + tlen); in der_offs()
297 ms->c.li[m->cont_level - 1].off)); in der_offs()
H A Dsoftmagic.c350 ms->c.li[cont_level - 1].off; in match()
356 if (ms->c.li[cont_level].last_match == 1) in match()
386 ms->c.li[cont_level].last_match = 0; in match()
391 ms->c.li[cont_level].last_match = 1; in match()
394 ms->c.li[cont_level].got_match = 0; in match()
399 ms->c.li[cont_level].got_match = 1; in match()
443 &ms->c.li[cont_level].off)) { in match()
1535 len = c->len * sizeof(*c->li); in save_cont()
1537 memcpy(ms->c.li, c->li, len); in save_cont()
1544 efree(ms->c.li); in restore_cont()
[all …]
H A Dapprentice.c497 if (ms->c.li) { in file_ms_free()
498 efree(ms->c.li); in file_ms_free()
520 len = (ms->c.len = 10) * sizeof(*ms->c.li); in file_ms_alloc()
522 if ((ms->c.li = CAST(struct level_info *, emalloc(len))) == NULL) in file_ms_alloc()
1636 last_cond = ms->c.li[cont_level].last_cond; in check_cond()
1671 ms->c.li[cont_level].last_cond = last_cond; in check_cond()
H A Dfile.h417 struct level_info *li; member
/PHP-8.1/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_variation1.phpt98 li"
101 li"
H A D007_variation1.phpt39 li"
H A D007_variation17.phpt39 li"
H A D007_variation9.phpt39 li"
H A D007_variation10.phpt41 li"
H A D007_variation18.phpt41 li"
H A D007_variation2.phpt41 li"
/PHP-8.1/ext/standard/tests/network/
H A Dnews.rss16 <rdf:li rdf:resource="http://php.net/index.php#id2015-01-22-3" />
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch129 - free(ms->c.li);
137 + if (ms->c.li) {
138 + efree(ms->c.li);
2227 ms->c.li = CAST(struct level_info *, (ms->c.li == NULL) ?
2229 - realloc(ms->c.li, len));
2231 + erealloc(ms->c.li, len));
2232 if (ms->c.li == NULL) {
3255 - if (ms->c.li == NULL) {
3260 memcpy(ms->c.li, c->li, len);
3267 - free(ms->c.li);
[all …]
/PHP-8.1/ext/phar/tests/files/
H A Dpear2coverage.phar210 $output->startElement('li');
361 $output->startElement('li');
411 $output->startElement('li');
449 $output->startElement('li');
/PHP-8.1/docs/
H A Drelease-process.md297 I. `s/^- /<li>/`
299 II. `s/$/<\/li>/`

Completed in 49 milliseconds

12