Home
last modified time | relevance | path

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

/php-src/Zend/tests/
H A Dbug76439_2.phpt2 Bug #76439: Don't always strip leading whitespace from heredoc T_ENCAPSED_AND_WHITESPACE tokens (er…
H A Dbug76965.phpt2 Bug #76965 (INI_SCANNER_RAW doesn't strip trailing whitespace)
H A Dbug76439.phpt2 Bug #76439: Don't always strip leading whitespace from heredoc T_ENCAPSED_AND_WHITESPACE tokens
/php-src/ext/standard/tests/general_functions/
H A Dbug70018.phpt2 Bug #70018 (exec does not strip all whitespace)
/php-src/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-src/ext/fileinfo/
H A Dgenerate_patch.sh11 | tar -xz --strip-components=2 -C libmagic.orig file-$VERSION/src
/php-src/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"));
/php-src/ext/soap/tests/
H A Dgh8538.phpt2 Bug GH-8538 (SoapClient may strip parts of nmtokens)
/php-src/ext/snmp/tests/
H A Dbug60749.phpt2 Bug #60749: SNMP module should not strip non-standard SNMP port from hostname
/php-src/ext/standard/tests/http/
H A Dbug80256.phpt2 Bug #80256: file_get_contents strip first line with chunked encoding redirect
/php-src/.github/actions/build-libmysqlclient/
H A Daction.yml22 tar -xf $LIBMYSQL --strip-components=1 -C $MYSQL_DIR
/php-src/sapi/cli/tests/
H A D007.phpt2 strip comments and whitespace with -w
/php-src/sapi/cgi/tests/
H A D003.phpt2 strip comments and whitespace with -w
/php-src/ext/mbstring/tests/
H A Duuencode_encoding.phpt24 /* mbstring's uuencode requires the user to strip off the terminating "`\nend\n" */
/php-src/ext/dom/tests/
H A DDOMNode_cloneNode_basic.phpt38 // strip all text nodes from this tree
/php-src/ext/phar/phar/
H A Dclicommand.inc236 $b = substr($what, 0, $l); // strip out initial $l
H A Dpharcommand.inc110 'inf' => '<level> Number of preceding subdirectories to strip from file entries',
/php-src/build/
H A Dshtool897 strip $dsttmp || shtool_exit $?
H A Dlibtool.m4138 AC_CHECK_TOOL(STRIP, strip, :)
1272 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
1273 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1274 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
3205 # explicitly linking system object files so we need to strip them
3267 # explicitly linking system object files so we need to strip them
3349 # explicitly linking system object files so we need to strip them
3409 # explicitly linking system object files so we need to strip them
3525 # explicitly linking system object files so we need to strip them
3588 # explicitly linking system object files so we need to strip them
[all …]
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c3410 mkdbname(struct magic_set *ms, const char *fn, int strip) argument
3415 if (strip) {

Completed in 68 milliseconds