Home
last modified time | relevance | path

Searched refs:strip (Results 1 – 25 of 44) sorted by relevance

12

/PHP-5.5/ext/ereg/regex/
H A Dengine.c258 switch (OP(m->g->strip[es])) {
261 es += OPND(m->g->strip[es]);
265 es += OPND(m->g->strip[es]);
271 switch (OP(m->g->strip[ss])) {
377 esub += OPND(m->g->strip[esub]);
395 i = OPND(m->g->strip[ss]);
400 i = OPND(m->g->strip[ss]);
503 s = m->g->strip[ss];
523 s = m->g->strip[ss];
579 esub += OPND(m->g->strip[esub]);
[all …]
H A Dregfree.c28 if (g->strip != NULL)
29 free((char *)g->strip);
H A Dregcomp.c131 if (p->strip == NULL) {
1423 s = p->strip[sn];
1436 memmove((char *)&p->strip[pos+1], (char *)&p->strip[pos],
1438 p->strip[pos] = s;
1456 p->strip[pos] = OP(p->strip[pos]) | value;
1478 p->strip = sp;
1492 g->strip = (sop *)realloc((unsigned char *)p->strip, p->slen * sizeof(sop));
1493 if (g->strip == NULL) {
1495 g->strip = p->strip;
1528 scan = g->strip + 1;
[all …]
H A Ddebug.c116 if (OP(g->strip[0]) != OEND)
118 for (s = &g->strip[1]; !done; s++) {
H A Dregex2.h112 sop *strip; /* malloced area for strip */ member
/PHP-5.5/ext/filter/tests/
H A Dbug69203.phpt2 Bug #69203 (FILTER_FLAG_STRIP_HIGH doesn't strip ASCII 127)
H A D042.phpt2 Combination of strip & sanitize filters
/PHP-5.5/ext/standard/tests/strings/
H A Dbug53319.phpt2 Bug #53319 (Strip_tags() may strip '<br />' incorrectly)
H A Dstrripos.phpt7 var_dump(strripos("test strip string strand", "str"));
H A Dstrrpos.phpt7 var_dump(strrpos("test strip string strand", "str"));
H A Dltrim_variation1.phpt75 // strip white space and any "minus" signs
H A Drtrim_variation1.phpt75 // strip white space and any "minus" signs
H A Dtrim_variation1.phpt75 // strip white space and any "minus" signs
H A Dltrim_variation2.phpt75 // strip white space and any "minus" signs
H A Drtrim_variation2.phpt75 // strip white space and any "minus" signs
H A Dtrim_variation2.phpt75 // strip white space and any "minus" signs
/PHP-5.5/ext/snmp/tests/
H A Dbug60749.phpt2 Bug #60749: SNMP module should not strip non-standard SNMP port from hostname
/PHP-5.5/ext/standard/tests/file/
H A Dfgetss_basic1.phpt7 Description: Gets line from file pointer and strip HTML tags
45 /* read entire file and strip tags */
52 /* read entire file and strip tags tags */
H A Dfgetss_basic2-win32.phpt13 Description: Gets line from file pointer and strip HTML tags
57 /* read entire file and strip tags */
64 /* read entire file and strip tags tags */
H A Dfgetss_basic2.phpt13 Description: Gets line from file pointer and strip HTML tags
55 /* read entire file and strip tags */
62 /* read entire file and strip tags tags */
H A Dfgetss_variation1-win32.phpt13 Description: Gets line from file pointer and strip HTML tags
65 /* read entire file and strip tags */
H A Dfgetss_variation1.phpt13 Description: Gets line from file pointer and strip HTML tags
61 /* read entire file and strip tags */
/PHP-5.5/sapi/cli/tests/
H A D007.phpt2 strip comments and whitespace with -w
/PHP-5.5/sapi/cgi/tests/
H A D003.phpt2 strip comments and whitespace with -w
/PHP-5.5/ext/dom/tests/
H A DDOMNode_cloneNode_basic.phpt40 // strip all text nodes from this tree

Completed in 40 milliseconds

12