Home
last modified time | relevance | path

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

/PHP-8.2/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-8.2/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-8.2/ext/pdo_odbc/
H A Dconfig.m436 pdo_odbc_flavour="`echo $PHP_PDO_ODBC | cut -d, -f1`"
37 pdo_odbc_dir="`echo $PHP_PDO_ODBC | cut -d, -f2`"
69 pdo_odbc_def_lib="`echo $PHP_PDO_ODBC | cut -d, -f3`"
70 pdo_odbc_def_ldflags="`echo $PHP_PDO_ODBC | cut -d, -f4`"
71 pdo_odbc_def_cflags="`echo $PHP_PDO_ODBC | cut -d, -f5`"
/PHP-8.2/build/
H A Dgenif.sh40 ext_dir=$(echo "$ext" | cut -d ';' -f 2)
H A Dphp.m4232 …/*[)] ac_srcdir=`echo "$1"|cut -c 2-`"/"; ac_bdir=$ac_srcdir; ac_inc="-I$ac_bdir -I$abs_srcdir/$ac…
365 ac_ii=`echo $ac_i|cut -c 3-`
369 ac_ii=`echo $ac_i|cut -c 3-`
386 ac_ii=`echo $ac_i|cut -c 3-`
1767 … php_bison_version=$($YACC --version 2> /dev/null | grep 'GNU Bison' | cut -d ' ' -f 4 | tr -d a-z)
1834 php_re2c_version=$($RE2C --version | cut -d ' ' -f 2 2>/dev/null)
1883 php_version=$($PHP -v | head -n1 | cut -d ' ' -f 2 | cut -d '-' -f 1)
2320 /*[)] ac_srcdir=`echo "$4"|cut -c 2-`"/"; ac_bdir=$ac_srcdir;;
H A Dshtool340 opt_OPT=`echo "x$1" | cut -c4-`
351 opt_OPT=`echo "x$1" | cut -c3-`
H A Dconfig.guess262 release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
1110 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
/PHP-8.2/ext/iconv/tests/
H A Dbug79200.phpt2 Bug #79200 (Some iconv functions cut Windows-1258)
/PHP-8.2/ext/oci8/
H A Dconfig.m460 …'"ocommon"' $OCI8_DIR/orainst/unix.rgs | $PHP_OCI8_SED 's/[ ][ ]*/:/g' | cut -d: -f 6 | cut -c 2-4`
229 oci8_do_dtrace="`echo $PHP_OCI8 | cut -d, -f3`"
281 elif test "`echo $PHP_OCI8 | cut -d, -f2`" = "instantclient"; then
282 PHP_OCI8_INSTANT_CLIENT="`echo $PHP_OCI8 | cut -d, -f3`"
283 PHP_OCI8="`echo $PHP_OCI8 | cut -d, -f1,4`"
290 elif test "`echo $PHP_OCI8 | cut -d, -f1`" = "instantclient"; then
291 PHP_OCI8_INSTANT_CLIENT="`echo $PHP_OCI8 | cut -d, -f2`"
292 PHP_OCI8="`echo $PHP_OCI8 | cut -d, -f3,4`"
/PHP-8.2/ext/openssl/tests/
H A Dbug74720_0.phpt60 $originalEnvelopeData = "any string with \x1a is cut at this point.";
/PHP-8.2/scripts/dev/
H A Dgenfiles51 current_version=$($YACC --version 2> /dev/null | grep 'GNU Bison' | cut -d ' ' -f 4 | tr -d a-z)
/PHP-8.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_2.phpt37 /* realpath() will cut off the trailing slash */
/PHP-8.2/ext/pdo_oci/
H A Dconfig.m485 if test "instantclient" = "`echo $PDO_OCI_DIR | cut -d, -f1`" ; then
96 PDO_OCI_LIB_DIR="`echo $PDO_OCI_DIR | cut -d, -f2`"
/PHP-8.2/Zend/
H A DZend.m4241 LIBZEND_MM_ALIGN=`cat conftest.zend | cut -d ' ' -f 1`
242 LIBZEND_MM_ALIGN_LOG2=`cat conftest.zend | cut -d ' ' -f 2`
243 LIBZEND_MM_NEED_EIGHT_BYTE_REALIGNMENT=`cat conftest.zend | cut -d ' ' -f 3`
/PHP-8.2/ext/odbc/
H A Dconfig.m475 ODBC_LIBS=`echo $1/libempodbccl.so | cut -d' ' -f1`
77 ODBC_LIBS=`echo $1/libempodbccl.so | cut -d' ' -f1`
84 ODBCBCS_LIBS=`echo $1/libempodbcbcs.a | cut -d' ' -f1`
86 ODBCBCS_LIBS=`echo $1/libempodbcbcs.a | cut -d' ' -f1`
/PHP-8.2/
H A D.gdbinit627 This command is almost a short cut for
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic5982 # Short-cut version to recognise SAM files with (optional) header at beginning
24468 # cut of last char of source extension and add underscore to generate extension
H A Dmagic私はガラスを食べられます5982 # Short-cut version to recognise SAM files with (optional) header at beginning
24468 # cut of last char of source extension and add underscore to generate extension

Completed in 210 milliseconds