Home
last modified time | relevance | path

Searched refs:from (Results 1426 – 1450 of 1498) sorted by relevance

1...<<51525354555657585960

/php-src/ext/intl/tests/
H A Ddateformat_format_parse_version2.phpt126 //$res_str .= "No values found from LocaleTime parsing.";
H A Ddateformat_format_parse_version_icu72-1.phpt125 //$res_str .= "No values found from LocaleTime parsing.";
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_closecursor.phpt50 // check if changing the fetch mode from unbuffered to buffered will
/php-src/Zend/tests/type_declarations/
H A Dscalar_basic.phpt75 E_DEPRECATED: Implicit conversion from float 1.5 to int loses precision on line 14
H A Dscalar_return_basic_64bit.phpt74 E_DEPRECATED: Implicit conversion from float 1.5 to int loses precision on line %d
H A Dscalar_return_basic.phpt74 E_DEPRECATED: Implicit conversion from float 1.5 to int loses precision on line %d
/php-src/ext/spl/
H A Dspl_dllist.c273 static void spl_ptr_llist_copy(spl_ptr_llist *from, spl_ptr_llist *to) /* {{{ */ in spl_ptr_llist_copy() argument
275 spl_ptr_llist_element *current = from->head, *next; in spl_ptr_llist_copy()
/php-src/ext/standard/tests/file/
H A Dtempnam_variation4-0.phpt12 /* Trying to create the file in a dir with permissions from 0000 to 0350,
17 echo "*** Testing tempnam() with dir of permissions from 0000 to 0350 ***\n";
49 *** Testing tempnam() with dir of permissions from 0000 to 0350 ***
H A Dtempnam_variation4-1.phpt12 /* Trying to create the file in a dir with permissions from 0351 to 0777,
17 echo "*** Testing tempnam() with dir of permissions from 0351 to 0777 ***\n";
49 *** Testing tempnam() with dir of permissions from 0351 to 0777 ***
H A Dfgetcsv_variation9.phpt6 Description: Gets line from file pointer and parse for CSV fields
10 Testing fgetcsv() to read from a file when the delimiter argument value is not
H A Dfflush_variation3.phpt54 // reading data from the file after flushing
H A Dfgetcsv_variation7.phpt6 Description: Gets line from file pointer and parse for CSV fields
9 /* Testing fgetcsv() to read from a file when provided with default value of arguments */
/php-src/ext/standard/tests/strings/
H A Dstripslashes_variation2.phpt96 echo "\nError: Original string and string from stripslash() donot match\n";
/php-src/ext/mysqli/tests/
H A Dmysqli_fork.phpt53 …printf("[004] Expecting error string and error code from MySQL, got errno = %s/%s, error = %s/%s\n…
/php-src/
H A Dconfigure.ac4 dnl comments starting with # and empty newlines from the included files.
221 dnl the performance hit from the lost register.
784 dnl Remove all optimization flags from CFLAGS.
1261 dnl The asm files can't see macro from AC_DEFINE, workaround this via cflag. If
1262 dnl the syscall doesn't exist, we may block the final ELF from __PROPERTY_SHSTK
/php-src/ext/mbstring/tests/
H A Dmb_substr.phpt136 /* Alex messed up when reimplementing mb_substr and, in cases where `from` is non-zero and
H A Dmb_strcut.phpt57 print "With from=1: [" . bin2hex(mb_strcut("\xff\x01", 1, 100, "UTF-16")) . "]\n";
305 With from=1: []
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cjk.c1564 if (filter->from->no_encoding == mbfl_no_encoding_eucjp2004) { in mbfl_filt_conv_jis2004_wchar()
1592 if (filter->from->no_encoding == mbfl_no_encoding_eucjp2004) { in mbfl_filt_conv_jis2004_wchar()
1623 if (filter->from->no_encoding == mbfl_no_encoding_eucjp2004) { in mbfl_filt_conv_jis2004_wchar()
1631 } else if (filter->from->no_encoding == mbfl_no_encoding_sjis2004) { in mbfl_filt_conv_jis2004_wchar()
1706 if (filter->from->no_encoding == mbfl_no_encoding_eucjp2004) { in mbfl_filt_conv_jis2004_wchar()
6148 if (filter->from == &mbfl_encoding_sjis_sb && c == 0x1B) { in mbfl_filt_conv_sjis_mobile_wchar()
11903 ZEND_ASSERT(str + from <= end); in mb_cut_gb18030()
11904 unsigned char *start = step_through_gb18030_str(str, str + from); in mb_cut_gb18030()
11905 if (str + from + len > end) { in mb_cut_gb18030()
11906 len = (end - str) - from; in mb_cut_gb18030()
[all …]
/php-src/ext/mbstring/tests/data/
H A DMacJapanese-SJIS.txt4 # Contents: Map (external version) from Mac OS Japanese
51 # special, incidental, or consequential damages resulting from any
55 # The latest tables should be available from the following:
92 # to and from Unicode.
101 # Some of the information below comes from Ken Lunde's book
330 # Changes from version b02 to version b03:
333 # mapping of the corresponding vertical form 0xEB50 from
338 # - Consequently, change the mapping of 0xFF from 0x2026 to
341 # Changes from version n06 to version b02:
348 # Changes from version n03 to version n06:
[all …]
H A DJISX0201.txt15 # This table contains one set of mappings from JIS X 0201 into Unicode.
/php-src/build/
H A Dltmain.sh2689 $show "extracting exported symbol list from \`$soname'"
3857 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
3859 $echo "*** \`nm' from GNU binutils and a full rebuild may help."
4583 $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2
4622 $show "extracting global C symbols from \`$arg'"
4712 /* DATA imports from DLLs on WIN32 can't be const, because
/php-src/ext/pdo/tests/
H A Dpdo_018.phpt145 // map whitespace (from early TDS versions) to empty string so the test doesn't diff
/php-src/ext/dom/tests/
H A DDOMNode_isEqualNode.phpt248 // Adapted from https://www.php.net/manual/en/domdocument.xinclude.php
/php-src/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc175 /* TODO popen test? Old code copied from the previous general test
/php-src/sapi/fpm/tests/
H A Dfcgi.inc178 throw new TransportException('Reading from the stream failed');
315 throw new TransportException('Reading from the stream failed');

Completed in 101 milliseconds

1...<<51525354555657585960