Home
last modified time | relevance | path

Searched refs:length (Results 201 – 225 of 573) sorted by relevance

12345678910>>...23

/PHP-5.3/ext/mbstring/tests/
H A Dmb_substr_variation6.phpt10 /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
47 if (strlen($a) == mb_strlen($b, 'UTF-8')) { // should return same length
50 echo "Difference in length of ASCII string and multibyte string\n";
H A Dmb_strrpos_variation3.phpt100 Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d
105 Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d
116 Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_set_local_infile_handler_short_len.phpt75 /* report the wrong length */
98 Warning: mysqli_query(): Mismatch between the return value of the callback and the content length o…
99 …led, [2000] Mismatch between the return value of the callback and the content length of the buffer.
/PHP-5.3/ext/standard/tests/strings/
H A Dstr_split_variation7_64bit.phpt50 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
117 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
143 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
H A Dbug33076.phpt2 Bug #33076 (str_ireplace() incorrectly counts result string length and may cause segfault)
H A Dbug33605.phpt10 Warning: substr_compare(): The length must be greater than zero in %s on line %d
H A Dstr_split_variation6_64bit.phpt48 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
139 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
165 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
H A Dvfprintf_basic.phpt18 $length = vfprintf( $fp, $format, $args );
22 var_dump( $length );
/PHP-5.3/win32/build/
H A Dphpize.js.in64 for (i = 0; i < calls.length; i++) {
67 deps[deps.length] = RegExp.$1;
137 if (item.deps.length) {
159 if (item.deps.length == 0) {
177 for (i = 0; i < args.length; i++) {
182 if (arg.length > 1) {
238 for (i = 0; i < calls.length; i++) {
/PHP-5.3/TSRM/
H A Dtsrm_virtual_cwd.c514 *length = 1; in virtual_getcwd_ex()
537 retval[*length] = '\0'; in virtual_getcwd_ex()
549 size_t length; in virtual_getcwd() local
557 if (length > size-1) { in virtual_getcwd()
562 memcpy(buf, cwd, length+1); in virtual_getcwd()
1381 int length = strlen(path); in virtual_chdir_file() local
1386 if (length == 0) { in virtual_chdir_file()
1389 while(--length >= 0 && !IS_SLASH(path[length])) { in virtual_chdir_file()
1392 if (length == -1) { in virtual_chdir_file()
1399 length++; in virtual_chdir_file()
[all …]
/PHP-5.3/ext/standard/tests/serialize/
H A DunserializeS.phpt2 Bug MOPB-29 (wrong length calculation for S)
/PHP-5.3/ext/hash/
H A Dphp_hash_salsa.h30 unsigned char length:7; member
H A Dphp_hash_tiger.h30 unsigned int length:7; member
/PHP-5.3/build/
H A Dscan_makefile_in.awk21 sources=sources substr($0, 0, length - 1)
/PHP-5.3/ext/standard/tests/file/
H A Dbug61961.phpt2 Bug #61961 (file_get_content leaks when access empty file with max length)
/PHP-5.3/ext/date/
H A Dphp_date.c1037 int i, length; in date_format() local
1108 length = slprintf(buffer, 32, "%03d", retval); in date_format()
1122 case 'O': length = slprintf(buffer, 32, "%c%02d%s%02d", in date_format()
1131 length = slprintf(buffer, 32, "%s", "UTC"); in date_format()
1141 length = slprintf(buffer, 32, "%c%02d:%02d", in date_format()
1176 smart_str_appendl(&string, buffer, length); in date_format()
3794 int i, length, have_format_spec = 0; in date_interval_format() local
3824 length = slprintf(buffer, 32, "%d", (int) t->days); in date_interval_format()
3826 length = slprintf(buffer, 32, "(unknown)"); in date_interval_format()
3832 case '%': length = slprintf(buffer, 32, "%%"); break; in date_interval_format()
[all …]
/PHP-5.3/ext/standard/
H A Diptc.c125 unsigned int length; in php_iptc_skip_variable() local
132 length = (((unsigned char) c1) << 8) + ((unsigned char) c2); in php_iptc_skip_variable()
134 length -= 2; in php_iptc_skip_variable()
136 while (length--) in php_iptc_skip_variable()
/PHP-5.3/ext/standard/tests/array/
H A Dbug43541.phpt2 Bug #43541 (length parameter omitted or not does not work when casted to float)
/PHP-5.3/ext/iconv/tests/
H A Dob_iconv_handler-charset-length-cve-2007-4840.phpt2 ob_iconv_handler() charset parameter length checks (CVE-2007-4840)
H A Dbug37773.phpt2 Bug #37773 (iconv_substr() gives "Unknown error" when string length = 1")
/PHP-5.3/ext/date/lib/
H A Dparse_date.re1277 int length = 0;
1305 int length = 0;
1319 int length = 0;
1333 int length = 0;
1347 int length = 0;
1374 int length = 0;
1388 int length = 0;
1402 int length = 0;
1416 int length = 0;
2027 int length;
[all …]
/PHP-5.3/ext/json/
H A DJSON_parser.h31 extern int parse_JSON(JSON_parser jp, zval *z, unsigned short utf16_json[], int length, int assoc T…
/PHP-5.3/ext/phar/tests/
H A D005.phpt14 internal corruption of phar "%s" (truncated manifest at manifest length)
H A Dfrontcontroller1.phpt15 Content-length: 3
/PHP-5.3/Zend/
H A Dzend_multibyte.c29 size_t sjis_input_filter(unsigned char **buf, size_t *length, const unsigned char *sjis, size_t sji…
30 size_t sjis_output_filter(unsigned char **buf, size_t *length, const unsigned char *sjis, size_t sj…
704 size_t sjis_input_filter(unsigned char **buf, size_t *length, const unsigned char *sjis, size_t sji… in sjis_input_filter() argument
713 *length = 0; in sjis_input_filter()
802 *length = q - *buf; in sjis_input_filter()
804 return *length; in sjis_input_filter()
826 …ilter(unsigned char **sjis, size_t *sjis_length, const unsigned char *buf, size_t length TSRMLS_DC) in sjis_output_filter()
837 *sjis = (unsigned char*)emalloc(length+1); in sjis_output_filter()
845 while (*q && (q - buf) < length) { in sjis_output_filter()

Completed in 63 milliseconds

12345678910>>...23