Home
last modified time | relevance | path

Searched refs:cut (Results 1 – 24 of 24) sorted by relevance

/php-src/ext/standard/tests/strings/
H A Dwordwrap_error.phpt10 $cut = true;
15 // width as zero and cut as false
17 $cut = false;
21 // width as zero and cut as true
23 $cut = true;
34 $cut = false;
38 // width as -ne and cut as true
40 $cut = true;
47 -- width = 0 & cut = false --
49 -- width = 0 & cut = true --
[all …]
H A Dwordwrap_variation5.phpt14 $cut = false;
17 echo "-- with default break and cut value --\n";
20 echo "-- with default cut value --\n";
26 echo "-- with cut value as false --\n";
27 $cut = false;
31 echo "-- with cut value as true --\n";
32 $cut = true;
42 -- with default break and cut value --
46 -- with default cut value --
49 -- with cut value as false --
[all …]
H A Dwordwrap_basic.phpt22 // $cut as true
24 $cut = true;
25 var_dump( wordwrap($str, $width, $break, $cut) );
27 // $cut as false
29 $cut = false;
30 var_dump( wordwrap($str, $width, $break, $cut) );
/php-src/ext/standard/tests/array/
H A Darray_splice_variation3.phpt116 absolute offset - absolute length - cut from middle
157 absolute offset - absolute length - cut from end
239 absolute offset - absolute length - cut everything
280 absolute offset - absolute length - cut nothing
362 absolute offset - relative length - cut from middle
444 absolute offset - relative length - cut nothing
526 relative offset - absolute length - cut from middle
567 relative offset - absolute length - cut from end
649 relative offset - absolute length - cut everything
690 relative offset - absolute length - cut nothing
[all …]
H A Darray_splice_variation1.phpt19 * There are three regions to test:, before cut, the cut and after the cut.
/php-src/ext/pdo_odbc/
H A Dconfig.m435 pdo_odbc_flavour="$(echo $PHP_PDO_ODBC | cut -d, -f1)"
36 pdo_odbc_dir="$(echo $PHP_PDO_ODBC | cut -d, -f2)"
51 pdo_odbc_def_lib="$(echo $PHP_PDO_ODBC | cut -d, -f3)"
52 pdo_odbc_def_ldflags="$(echo $PHP_PDO_ODBC | cut -d, -f4)"
53 pdo_odbc_def_cflags="$(echo $PHP_PDO_ODBC | cut -d, -f5)"
/php-src/build/
H A Dgenif.sh40 ext_dir=$(echo "$ext" | cut -d ';' -f 2)
H A Dshtool340 opt_OPT=`echo "x$1" | cut -c4-`
351 opt_OPT=`echo "x$1" | cut -c3-`
H A Dphp.m4252 …/*[)] ac_srcdir=$(echo "$1"|cut -c 2-)"/"; ac_bdir=$ac_srcdir; ac_inc="-I$ac_bdir -I$abs_srcdir/$a…
385 ac_ii=$(echo $ac_i|cut -c 3-)
389 ac_ii=$(echo $ac_i|cut -c 3-)
406 ac_ii=$(echo $ac_i|cut -c 3-)
1652 … php_bison_version=$($YACC --version 2> /dev/null | grep 'GNU Bison' | cut -d ' ' -f 4 | tr -d a-z)
1723 php_re2c_version=$($RE2C --version | cut -d ' ' -f 2 2>/dev/null)
1763 php_version=$($PHP -v | head -n1 | cut -d ' ' -f 2)
2276 /*[)] ac_srcdir=$(echo "$4"|cut -c 2-)"/"; ac_bdir=$ac_srcdir;;
H A Dconfig.guess268 release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
1156 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
/php-src/ext/iconv/tests/
H A Dbug79200.phpt2 Bug #79200 (Some iconv functions cut Windows-1258)
/php-src/ext/mbstring/tests/
H A Dbug49354.phpt10 var_dump(mb_strcut($crap, 2, 100, 'UTF-8')); // cut in middle of å
/php-src/sapi/fpm/tests/
H A Dsocket-uds-too-long-filename-start.phpt34 . '\(found length: %d, maximal length: \d+\), trying cut socket path instead \'.+\'/',
/php-src/ext/openssl/tests/
H A Dbug74720_0.phpt60 $originalEnvelopeData = "any string with \x1a is cut at this point.";
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_2.phpt37 /* realpath() will cut off the trailing slash */
/php-src/scripts/dev/
H A Dgenfiles52 current_version=$($YACC --version 2> /dev/null | grep 'GNU Bison' | cut -d ' ' -f 4 | tr -d a-z)
/php-src/ext/odbc/
H A Dconfig.m483 ODBC_LIBS=$(echo $1/libempodbccl.so | cut -d' ' -f1)
85 ODBC_LIBS=$(echo $1/libempodbccl.so | cut -d' ' -f1)
98 ODBCBCS_LIBS=$(echo $1/libempodbcbcs.a | cut -d' ' -f1)
100 ODBCBCS_LIBS=$(echo $1/libempodbcbcs.a | cut -d' ' -f1)
/php-src/.github/workflows/
H A Dreal-time-benchmark.yml66 LAST_RESULT_SHA="$(tail -n 2 "$DATABASE" | head -n 1 | cut -f 6)"
73 BASELINE_SHORT_SHA="$(echo "$BASELINE_SHA" | cut -c1-4)"
/php-src/Zend/
H A DZend.m4402 [zend_mm_alignment=$(echo $php_cv_align_mm | cut -d ' ' -f 1)
403 zend_mm_alignment_log2=$(echo $php_cv_align_mm | cut -d ' ' -f 2)
404 zend_mm_8byte_realign=$(echo $php_cv_align_mm | cut -d ' ' -f 3)
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.h256 mb_cut_fn cut; member
/php-src/
H A D.gdbinit627 This command is almost a short cut for
/php-src/ext/mbstring/
H A Dmbstring.c2416 if (enc->cut) { in PHP_FUNCTION()
2417 RETURN_STR(enc->cut(string.val, from, len, string.val + string.len)); in PHP_FUNCTION()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます6631 # Short-cut version to recognise SAM files with (optional) header at beginning
28368 # cut of last char of source extension and add underscore to generate extension
H A Dmagic6631 # Short-cut version to recognise SAM files with (optional) header at beginning
28368 # cut of last char of source extension and add underscore to generate extension

Completed in 280 milliseconds