/* }}} */
/* {{{ DVAL_TO_LVAL */
+#define MAX_UNSIGNED_INT ((double) LONG_MAX * 2) + 1
#ifdef _WIN64
# define DVAL_TO_LVAL(d, l) \
- if ((d) > LONG_MAX) { \
- (l) = (long)(unsigned long)(__int64) (d); \
- } else { \
- (l) = (long) (d); \
- }
+ if ((d) > LONG_MAX) { \
+ if ((d) > MAX_UNSIGNED_INT) { \
+ (l) = LONG_MAX; \
+ } else { \
+ (l) = (long)(unsigned long)(__int64) (d); \
+ } \
+ } else { \
+ if((d) < LONG_MIN) { \
+ (l) = LONG_MIN; \
+ } else { \
+ (l) = (long) (d); \
+ } \
+ }
#else
# define DVAL_TO_LVAL(d, l) \
- if ((d) > LONG_MAX) { \
- (l) = (unsigned long) (d); \
- } else { \
- (l) = (long) (d); \
- }
+ if ((d) > LONG_MAX) { \
+ if ((d) > MAX_UNSIGNED_INT) { \
+ (l) = LONG_MAX; \
+ } else { \
+ (l) = (unsigned long) (d); \
+ } \
+ } else { \
+ if((d) < LONG_MIN) { \
+ (l) = LONG_MIN; \
+ } else { \
+ (l) = (long) (d); \
+ } \
+ }
#endif
/* }}} */
}
-- Iteration 3 --
array(2) {
- [-1097262584]=>
+ [2147483647]=>
int(100)
- [0]=>
+ [-2147483648]=>
int(100)
}
-- Iteration 4 --
}
-- Iteration 6 --
-Warning: array_fill() expects parameter 1 to be long, array given in %s on line %d
+Warning: array_fill() expects parameter 1 to be long, array given in %sarray_fill_variation1.php on line %d
NULL
-- Iteration 7 --
-Warning: array_fill() expects parameter 1 to be long, array given in %s on line %d
+Warning: array_fill() expects parameter 1 to be long, array given in %sarray_fill_variation1.php on line %d
NULL
-- Iteration 8 --
-Warning: array_fill() expects parameter 1 to be long, array given in %s on line %d
+Warning: array_fill() expects parameter 1 to be long, array given in %sarray_fill_variation1.php on line %d
NULL
-- Iteration 9 --
-Warning: array_fill() expects parameter 1 to be long, array given in %s on line %d
+Warning: array_fill() expects parameter 1 to be long, array given in %sarray_fill_variation1.php on line %d
NULL
-- Iteration 10 --
-Warning: array_fill() expects parameter 1 to be long, array given in %s on line %d
+Warning: array_fill() expects parameter 1 to be long, array given in %sarray_fill_variation1.php on line %d
NULL
-- Iteration 11 --
array(2) {
}
-- Iteration 17 --
-Warning: array_fill() expects parameter 1 to be long, string given in %s on line %d
+Warning: array_fill() expects parameter 1 to be long, string given in %sarray_fill_variation1.php on line %d
NULL
-- Iteration 18 --
-Warning: array_fill() expects parameter 1 to be long, string given in %s on line %d
+Warning: array_fill() expects parameter 1 to be long, string given in %sarray_fill_variation1.php on line %d
NULL
-- Iteration 19 --
-Warning: array_fill() expects parameter 1 to be long, string given in %s on line %d
+Warning: array_fill() expects parameter 1 to be long, string given in %sarray_fill_variation1.php on line %d
NULL
-- Iteration 20 --
-Warning: array_fill() expects parameter 1 to be long, string given in %s on line %d
+Warning: array_fill() expects parameter 1 to be long, string given in %sarray_fill_variation1.php on line %d
NULL
-- Iteration 21 --
-Warning: array_fill() expects parameter 1 to be long, object given in %s on line %d
+Warning: array_fill() expects parameter 1 to be long, object given in %sarray_fill_variation1.php on line %d
NULL
-- Iteration 22 --
array(2) {
}
-- Iteration 24 --
-Warning: array_fill() expects parameter 1 to be long, resource given in %s on line %d
+Warning: array_fill() expects parameter 1 to be long, resource given in %sarray_fill_variation1.php on line %d
NULL
Done
--UEXPECTF--
}
-- Iteration 3 --
array(2) {
- [-1097262584]=>
+ [2147483647]=>
int(100)
- [0]=>
+ [-2147483648]=>
int(100)
}
-- Iteration 4 --
}
-- Iteration 6 --
-Warning: array_fill() expects parameter 1 to be long, array given in %s on line %d
+Warning: array_fill() expects parameter 1 to be long, array given in %sarray_fill_variation1.php on line %d
NULL
-- Iteration 7 --
-Warning: array_fill() expects parameter 1 to be long, array given in %s on line %d
+Warning: array_fill() expects parameter 1 to be long, array given in %sarray_fill_variation1.php on line %d
NULL
-- Iteration 8 --
-Warning: array_fill() expects parameter 1 to be long, array given in %s on line %d
+Warning: array_fill() expects parameter 1 to be long, array given in %sarray_fill_variation1.php on line %d
NULL
-- Iteration 9 --
-Warning: array_fill() expects parameter 1 to be long, array given in %s on line %d
+Warning: array_fill() expects parameter 1 to be long, array given in %sarray_fill_variation1.php on line %d
NULL
-- Iteration 10 --
-Warning: array_fill() expects parameter 1 to be long, array given in %s on line %d
+Warning: array_fill() expects parameter 1 to be long, array given in %sarray_fill_variation1.php on line %d
NULL
-- Iteration 11 --
array(2) {
}
-- Iteration 17 --
-Warning: array_fill() expects parameter 1 to be long, Unicode string given in %s on line %d
+Warning: array_fill() expects parameter 1 to be long, Unicode string given in %sarray_fill_variation1.php on line %d
NULL
-- Iteration 18 --
-Warning: array_fill() expects parameter 1 to be long, Unicode string given in %s on line %d
+Warning: array_fill() expects parameter 1 to be long, Unicode string given in %sarray_fill_variation1.php on line %d
NULL
-- Iteration 19 --
-Warning: array_fill() expects parameter 1 to be long, Unicode string given in %s on line %d
+Warning: array_fill() expects parameter 1 to be long, Unicode string given in %sarray_fill_variation1.php on line %d
NULL
-- Iteration 20 --
-Warning: array_fill() expects parameter 1 to be long, Unicode string given in %s on line %d
+Warning: array_fill() expects parameter 1 to be long, Unicode string given in %sarray_fill_variation1.php on line %d
NULL
-- Iteration 21 --
-Warning: array_fill() expects parameter 1 to be long, object given in %s on line %d
+Warning: array_fill() expects parameter 1 to be long, object given in %sarray_fill_variation1.php on line %d
NULL
-- Iteration 22 --
array(2) {
}
-- Iteration 24 --
-Warning: array_fill() expects parameter 1 to be long, resource given in %s on line %d
+Warning: array_fill() expects parameter 1 to be long, resource given in %sarray_fill_variation1.php on line %d
NULL
Done
-- Iteration 51 --
string(6) "double"
bool(true)
-int(-508130303)
+int(2147483647)
string(7) "integer"
-- Iteration 52 --
string(7) "integer"
-- Iteration 53 --
string(6) "double"
bool(true)
-int(1952002105)
+int(2147483647)
string(7) "integer"
-- Iteration 54 --
string(7) "integer"
-- Iteration 57 --
string(6) "double"
bool(true)
-int(343000682)
+int(2147483647)
string(7) "integer"
-- Iteration 58 --
string(6) "double"
-- Iteration 51 --
string(6) "double"
bool(true)
-int(-508130303)
+int(2147483647)
string(7) "integer"
-- Iteration 52 --
string(7) "integer"
-- Iteration 53 --
string(6) "double"
bool(true)
-int(1952002105)
+int(2147483647)
string(7) "integer"
-- Iteration 54 --
string(7) "integer"
-- Iteration 57 --
string(6) "double"
bool(true)
-int(343000682)
+int(2147483647)
string(7) "integer"
-- Iteration 58 --
string(6) "double"
-- Iteration 51 --
unicode(6) "double"
bool(true)
-int(-508130303)
+int(2147483647)
unicode(7) "integer"
-- Iteration 52 --
unicode(7) "integer"
-- Iteration 53 --
unicode(6) "double"
bool(true)
-int(1952002105)
+int(2147483647)
unicode(7) "integer"
-- Iteration 54 --
unicode(7) "integer"
-- Iteration 57 --
unicode(6) "double"
bool(true)
-int(343000682)
+int(2147483647)
unicode(7) "integer"
-- Iteration 58 --
unicode(6) "double"
-- Iteration 51 --
unicode(6) "double"
bool(true)
-int(-508130303)
+int(2147483647)
unicode(7) "integer"
-- Iteration 52 --
unicode(7) "integer"
-- Iteration 53 --
unicode(6) "double"
bool(true)
-int(1952002105)
+int(2147483647)
unicode(7) "integer"
-- Iteration 54 --
unicode(7) "integer"
-- Iteration 57 --
unicode(6) "double"
bool(true)
-int(343000682)
+int(2147483647)
unicode(7) "integer"
-- Iteration 58 --
unicode(6) "double"
string(28) "This is ch*uklen vari*ation*"
-- Iteration 2 --
-Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
+Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on line %d
bool(false)
-- Iteration 3 --
-
-Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
-bool(false)
+string(26) "This is chuklen variation*"
-- Iteration 4 --
-Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
+Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on line %d
bool(false)
-- Iteration 5 --
-Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
+Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on line %d
bool(false)
-- Iteration 6 --
-Warning: chunk_split() expects parameter 2 to be long, array given in %s on line %d
+Warning: chunk_split() expects parameter 2 to be long, array given in %schunk_split_variation2.php on line %d
NULL
-- Iteration 7 --
-Warning: chunk_split() expects parameter 2 to be long, array given in %s on line %d
+Warning: chunk_split() expects parameter 2 to be long, array given in %schunk_split_variation2.php on line %d
NULL
-- Iteration 8 --
-Warning: chunk_split() expects parameter 2 to be long, array given in %s on line %d
+Warning: chunk_split() expects parameter 2 to be long, array given in %schunk_split_variation2.php on line %d
NULL
-- Iteration 9 --
-Warning: chunk_split() expects parameter 2 to be long, array given in %s on line %d
+Warning: chunk_split() expects parameter 2 to be long, array given in %schunk_split_variation2.php on line %d
NULL
-- Iteration 10 --
-Warning: chunk_split() expects parameter 2 to be long, array given in %s on line %d
+Warning: chunk_split() expects parameter 2 to be long, array given in %schunk_split_variation2.php on line %d
NULL
-- Iteration 11 --
-Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
+Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on line %d
bool(false)
-- Iteration 12 --
-Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
+Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on line %d
bool(false)
-- Iteration 13 --
string(50) "T*h*i*s* *i*s* *c*h*u*k*l*e*n* *v*a*r*i*a*t*i*o*n*"
-- Iteration 14 --
-Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
+Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on line %d
bool(false)
-- Iteration 15 --
string(50) "T*h*i*s* *i*s* *c*h*u*k*l*e*n* *v*a*r*i*a*t*i*o*n*"
-- Iteration 16 --
-Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
+Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on line %d
bool(false)
-- Iteration 17 --
-Warning: chunk_split() expects parameter 2 to be long, string given in %s on line %d
+Warning: chunk_split() expects parameter 2 to be long, string given in %schunk_split_variation2.php on line %d
NULL
-- Iteration 18 --
-Warning: chunk_split() expects parameter 2 to be long, string given in %s on line %d
+Warning: chunk_split() expects parameter 2 to be long, string given in %schunk_split_variation2.php on line %d
NULL
-- Iteration 19 --
-Warning: chunk_split() expects parameter 2 to be long, string given in %s on line %d
+Warning: chunk_split() expects parameter 2 to be long, string given in %schunk_split_variation2.php on line %d
NULL
-- Iteration 20 --
-Warning: chunk_split() expects parameter 2 to be long, string given in %s on line %d
+Warning: chunk_split() expects parameter 2 to be long, string given in %schunk_split_variation2.php on line %d
NULL
-- Iteration 21 --
-Warning: chunk_split() expects parameter 2 to be long, object given in %s on line %d
+Warning: chunk_split() expects parameter 2 to be long, object given in %schunk_split_variation2.php on line %d
NULL
-- Iteration 22 --
-Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
+Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on line %d
bool(false)
-- Iteration 23 --
-Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
+Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on line %d
bool(false)
-- Iteration 24 --
-Warning: chunk_split() expects parameter 2 to be long, resource given in %s on line %d
+Warning: chunk_split() expects parameter 2 to be long, resource given in %schunk_split_variation2.php on line %d
NULL
Done
--UEXPECTF--
unicode(28) "This is ch*uklen vari*ation*"
-- Iteration 2 --
-Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
+Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on line %d
bool(false)
-- Iteration 3 --
-
-Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
-bool(false)
+unicode(26) "This is chuklen variation*"
-- Iteration 4 --
-Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
+Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on line %d
bool(false)
-- Iteration 5 --
-Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
+Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on line %d
bool(false)
-- Iteration 6 --
-Warning: chunk_split() expects parameter 2 to be long, array given in %s on line %d
+Warning: chunk_split() expects parameter 2 to be long, array given in %schunk_split_variation2.php on line %d
NULL
-- Iteration 7 --
-Warning: chunk_split() expects parameter 2 to be long, array given in %s on line %d
+Warning: chunk_split() expects parameter 2 to be long, array given in %schunk_split_variation2.php on line %d
NULL
-- Iteration 8 --
-Warning: chunk_split() expects parameter 2 to be long, array given in %s on line %d
+Warning: chunk_split() expects parameter 2 to be long, array given in %schunk_split_variation2.php on line %d
NULL
-- Iteration 9 --
-Warning: chunk_split() expects parameter 2 to be long, array given in %s on line %d
+Warning: chunk_split() expects parameter 2 to be long, array given in %schunk_split_variation2.php on line %d
NULL
-- Iteration 10 --
-Warning: chunk_split() expects parameter 2 to be long, array given in %s on line %d
+Warning: chunk_split() expects parameter 2 to be long, array given in %schunk_split_variation2.php on line %d
NULL
-- Iteration 11 --
-Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
+Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on line %d
bool(false)
-- Iteration 12 --
-Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
+Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on line %d
bool(false)
-- Iteration 13 --
unicode(50) "T*h*i*s* *i*s* *c*h*u*k*l*e*n* *v*a*r*i*a*t*i*o*n*"
-- Iteration 14 --
-Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
+Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on line %d
bool(false)
-- Iteration 15 --
unicode(50) "T*h*i*s* *i*s* *c*h*u*k*l*e*n* *v*a*r*i*a*t*i*o*n*"
-- Iteration 16 --
-Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
+Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on line %d
bool(false)
-- Iteration 17 --
-Warning: chunk_split() expects parameter 2 to be long, Unicode string given in %s on line %d
+Warning: chunk_split() expects parameter 2 to be long, Unicode string given in %schunk_split_variation2.php on line %d
NULL
-- Iteration 18 --
-Warning: chunk_split() expects parameter 2 to be long, Unicode string given in %s on line %d
+Warning: chunk_split() expects parameter 2 to be long, Unicode string given in %schunk_split_variation2.php on line %d
NULL
-- Iteration 19 --
-Warning: chunk_split() expects parameter 2 to be long, Unicode string given in %s on line %d
+Warning: chunk_split() expects parameter 2 to be long, Unicode string given in %schunk_split_variation2.php on line %d
NULL
-- Iteration 20 --
-Warning: chunk_split() expects parameter 2 to be long, Unicode string given in %s on line %d
+Warning: chunk_split() expects parameter 2 to be long, Unicode string given in %schunk_split_variation2.php on line %d
NULL
-- Iteration 21 --
-Warning: chunk_split() expects parameter 2 to be long, object given in %s on line %d
+Warning: chunk_split() expects parameter 2 to be long, object given in %schunk_split_variation2.php on line %d
NULL
-- Iteration 22 --
-Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
+Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on line %d
bool(false)
-- Iteration 23 --
-Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
+Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on line %d
bool(false)
-- Iteration 24 --
-Warning: chunk_split() expects parameter 2 to be long, resource given in %s on line %d
+Warning: chunk_split() expects parameter 2 to be long, resource given in %schunk_split_variation2.php on line %d
NULL
Done
string(104) "<html>Roy's height > Sam's height. 13 < 15. 1111 & 0000 = 0000. " double quote string "</html>"
-- Iteration 3 --
-string(114) "<html>Roy's height > Sam's height. 13 < 15. 1111 & 0000 = 0000. " double quote string "</html>"
+string(94) "<html>Roy's height > Sam's height. 13 < 15. 1111 & 0000 = 0000. " double quote string "</html>"
-- Iteration 4 --
string(114) "<html>Roy's height > Sam's height. 13 < 15. 1111 & 0000 = 0000. " double quote string "</html>"
-- Iteration 6 --
-Warning: htmlspecialchars_decode() expects parameter 2 to be long, array given in %s on line %d
+Warning: htmlspecialchars_decode() expects parameter 2 to be long, array given in %shtmlspecialchars_decode_variation2.php on line %d
NULL
-- Iteration 7 --
-Warning: htmlspecialchars_decode() expects parameter 2 to be long, array given in %s on line %d
+Warning: htmlspecialchars_decode() expects parameter 2 to be long, array given in %shtmlspecialchars_decode_variation2.php on line %d
NULL
-- Iteration 8 --
-Warning: htmlspecialchars_decode() expects parameter 2 to be long, array given in %s on line %d
+Warning: htmlspecialchars_decode() expects parameter 2 to be long, array given in %shtmlspecialchars_decode_variation2.php on line %d
NULL
-- Iteration 9 --
-Warning: htmlspecialchars_decode() expects parameter 2 to be long, array given in %s on line %d
+Warning: htmlspecialchars_decode() expects parameter 2 to be long, array given in %shtmlspecialchars_decode_variation2.php on line %d
NULL
-- Iteration 10 --
-Warning: htmlspecialchars_decode() expects parameter 2 to be long, array given in %s on line %d
+Warning: htmlspecialchars_decode() expects parameter 2 to be long, array given in %shtmlspecialchars_decode_variation2.php on line %d
NULL
-- Iteration 11 --
-- Iteration 17 --
-Warning: htmlspecialchars_decode() expects parameter 2 to be long, string given in %s on line %d
+Warning: htmlspecialchars_decode() expects parameter 2 to be long, string given in %shtmlspecialchars_decode_variation2.php on line %d
NULL
-- Iteration 18 --
-Warning: htmlspecialchars_decode() expects parameter 2 to be long, string given in %s on line %d
+Warning: htmlspecialchars_decode() expects parameter 2 to be long, string given in %shtmlspecialchars_decode_variation2.php on line %d
NULL
-- Iteration 19 --
-Warning: htmlspecialchars_decode() expects parameter 2 to be long, string given in %s on line %d
+Warning: htmlspecialchars_decode() expects parameter 2 to be long, string given in %shtmlspecialchars_decode_variation2.php on line %d
NULL
-- Iteration 20 --
-Warning: htmlspecialchars_decode() expects parameter 2 to be long, string given in %s on line %d
+Warning: htmlspecialchars_decode() expects parameter 2 to be long, string given in %shtmlspecialchars_decode_variation2.php on line %d
NULL
-- Iteration 21 --
-Warning: htmlspecialchars_decode() expects parameter 2 to be long, object given in %s on line %d
+Warning: htmlspecialchars_decode() expects parameter 2 to be long, object given in %shtmlspecialchars_decode_variation2.php on line %d
NULL
-- Iteration 22 --
-- Iteration 24 --
-Warning: htmlspecialchars_decode() expects parameter 2 to be long, resource given in %s on line %d
+Warning: htmlspecialchars_decode() expects parameter 2 to be long, resource given in %shtmlspecialchars_decode_variation2.php on line %d
NULL
Done
--UEXPECTF--
unicode(104) "<html>Roy's height > Sam's height. 13 < 15. 1111 & 0000 = 0000. " double quote string "</html>"
-- Iteration 3 --
-unicode(114) "<html>Roy's height > Sam's height. 13 < 15. 1111 & 0000 = 0000. " double quote string "</html>"
+unicode(94) "<html>Roy's height > Sam's height. 13 < 15. 1111 & 0000 = 0000. " double quote string "</html>"
-- Iteration 4 --
unicode(114) "<html>Roy's height > Sam's height. 13 < 15. 1111 & 0000 = 0000. " double quote string "</html>"
-- Iteration 6 --
-Warning: htmlspecialchars_decode() expects parameter 2 to be long, array given in %s on line %d
+Warning: htmlspecialchars_decode() expects parameter 2 to be long, array given in %shtmlspecialchars_decode_variation2.php on line %d
NULL
-- Iteration 7 --
-Warning: htmlspecialchars_decode() expects parameter 2 to be long, array given in %s on line %d
+Warning: htmlspecialchars_decode() expects parameter 2 to be long, array given in %shtmlspecialchars_decode_variation2.php on line %d
NULL
-- Iteration 8 --
-Warning: htmlspecialchars_decode() expects parameter 2 to be long, array given in %s on line %d
+Warning: htmlspecialchars_decode() expects parameter 2 to be long, array given in %shtmlspecialchars_decode_variation2.php on line %d
NULL
-- Iteration 9 --
-Warning: htmlspecialchars_decode() expects parameter 2 to be long, array given in %s on line %d
+Warning: htmlspecialchars_decode() expects parameter 2 to be long, array given in %shtmlspecialchars_decode_variation2.php on line %d
NULL
-- Iteration 10 --
-Warning: htmlspecialchars_decode() expects parameter 2 to be long, array given in %s on line %d
+Warning: htmlspecialchars_decode() expects parameter 2 to be long, array given in %shtmlspecialchars_decode_variation2.php on line %d
NULL
-- Iteration 11 --
-- Iteration 17 --
-Warning: htmlspecialchars_decode() expects parameter 2 to be long, Unicode string given in %s on line %d
+Warning: htmlspecialchars_decode() expects parameter 2 to be long, Unicode string given in %shtmlspecialchars_decode_variation2.php on line %d
NULL
-- Iteration 18 --
-Warning: htmlspecialchars_decode() expects parameter 2 to be long, Unicode string given in %s on line %d
+Warning: htmlspecialchars_decode() expects parameter 2 to be long, Unicode string given in %shtmlspecialchars_decode_variation2.php on line %d
NULL
-- Iteration 19 --
-Warning: htmlspecialchars_decode() expects parameter 2 to be long, Unicode string given in %s on line %d
+Warning: htmlspecialchars_decode() expects parameter 2 to be long, Unicode string given in %shtmlspecialchars_decode_variation2.php on line %d
NULL
-- Iteration 20 --
-Warning: htmlspecialchars_decode() expects parameter 2 to be long, Unicode string given in %s on line %d
+Warning: htmlspecialchars_decode() expects parameter 2 to be long, Unicode string given in %shtmlspecialchars_decode_variation2.php on line %d
NULL
-- Iteration 21 --
-Warning: htmlspecialchars_decode() expects parameter 2 to be long, object given in %s on line %d
+Warning: htmlspecialchars_decode() expects parameter 2 to be long, object given in %shtmlspecialchars_decode_variation2.php on line %d
NULL
-- Iteration 22 --
-- Iteration 24 --
-Warning: htmlspecialchars_decode() expects parameter 2 to be long, resource given in %s on line %d
+Warning: htmlspecialchars_decode() expects parameter 2 to be long, resource given in %shtmlspecialchars_decode_variation2.php on line %d
NULL
Done
+
)
Array
(
- [1] => 0
+ [1] => 2147483647
)
Array
(
)
Array
(
- [1] => 0
+ [1] => 2147483647
)
Array
(
)
Array
(
- [1] => 0
+ [1] => 2147483647
)
Array
(
)
Array
(
- [1] => 0
+ [1] => 2147483647
)
Array
(
string(1) "x"
-- Iteration 2 --
-string(1) "1"
-string(2) "1x"
-string(1) "1"
+string(8) "7fffffff"
+string(9) "7fffffffx"
+string(8) "7fffffff"
string(1) "x"
-string(2) " 1"
-string(2) "1 "
-string(2) " 1"
-string(2) "
-1"
-string(4) " 1"
-string(30) " 1"
+string(9) " 7fffffff"
+string(9) "7fffffff "
+string(9) " 7fffffff"
+string(9) "
+7fffffff"
+string(8) "7fffffff"
+string(30) " 7fffffff"
string(10) "0-9A-Fa-f]"
string(1) "x"
string(10) "0-9A-Fa-f]"
string(1) "x"
Done
-
--UEXPECTF--
*** Testing sprintf() : hexa formats with float values ***
unicode(1) "x"
-- Iteration 2 --
-unicode(1) "1"
-unicode(2) "1x"
-unicode(1) "1"
+unicode(8) "7fffffff"
+unicode(9) "7fffffffx"
+unicode(8) "7fffffff"
unicode(1) "x"
-unicode(2) " 1"
-unicode(2) "1 "
-unicode(2) " 1"
-unicode(2) "
-1"
-unicode(4) " 1"
-unicode(30) " 1"
+unicode(9) " 7fffffff"
+unicode(9) "7fffffff "
+unicode(9) " 7fffffff"
+unicode(9) "
+7fffffff"
+unicode(8) "7fffffff"
+unicode(30) " 7fffffff"
unicode(10) "0-9A-Fa-f]"
unicode(1) "x"
unicode(30) " 100590"
unicode(10) "0-9A-Fa-f]"
unicode(1) "x"
-Done
\ No newline at end of file
+Done
string(1) "d"
-- Iteration 2 --
-string(1) "1"
+string(10) "2147483647"
string(1) "d"
-string(1) "1"
+string(10) "2147483647"
string(1) "d"
-string(2) " 1"
-string(2) "1 "
-string(2) " 1"
-string(2) "
-1"
-string(4) " 1"
-string(30) " 1"
+string(11) " 2147483647"
+string(11) "2147483647 "
+string(11) " 2147483647"
+string(11) "
+2147483647"
+string(10) "2147483647"
+string(30) " 2147483647"
string(4) "0-9]"
string(1) "d"
string(4) "0-9]"
string(1) "d"
Done
-
--UEXPECTF--
*** Testing sprintf() : integer formats with float values ***
unicode(1) "d"
-- Iteration 2 --
-unicode(1) "1"
+unicode(10) "2147483647"
unicode(1) "d"
-unicode(1) "1"
+unicode(10) "2147483647"
unicode(1) "d"
-unicode(2) " 1"
-unicode(2) "1 "
-unicode(2) " 1"
-unicode(2) "
-1"
-unicode(4) " 1"
-unicode(30) " 1"
+unicode(11) " 2147483647"
+unicode(11) "2147483647 "
+unicode(11) " 2147483647"
+unicode(11) "
+2147483647"
+unicode(10) "2147483647"
+unicode(30) " 2147483647"
unicode(4) "0-9]"
unicode(1) "d"
unicode(30) " 1050000"
unicode(4) "0-9]"
unicode(1) "d"
-Done
\ No newline at end of file
+Done
string(1) "u"
-- Iteration 2 --
-string(1) "1"
+string(10) "2147483647"
string(1) "u"
-string(1) "1"
+string(10) "2147483647"
string(1) "u"
-string(2) " 1"
-string(2) "1 "
-string(2) " 1"
-string(2) "
-1"
-string(4) " 1"
-string(30) " 1"
+string(11) " 2147483647"
+string(11) "2147483647 "
+string(11) " 2147483647"
+string(11) "
+2147483647"
+string(10) "2147483647"
+string(30) " 2147483647"
string(4) "0-9]"
string(1) "u"
string(4) "0-9]"
string(1) "u"
Done
-
--UEXPECTF--
*** Testing sprintf() : unsigned formats with float values ***
unicode(1) "u"
-- Iteration 2 --
-unicode(1) "1"
+unicode(10) "2147483647"
unicode(1) "u"
-unicode(1) "1"
+unicode(10) "2147483647"
unicode(1) "u"
-unicode(2) " 1"
-unicode(2) "1 "
-unicode(2) " 1"
-unicode(2) "
-1"
-unicode(4) " 1"
-unicode(30) " 1"
+unicode(11) " 2147483647"
+unicode(11) "2147483647 "
+unicode(11) " 2147483647"
+unicode(11) "
+2147483647"
+unicode(10) "2147483647"
+unicode(30) " 2147483647"
unicode(4) "0-9]"
unicode(1) "u"
unicode(30) " 1050000"
unicode(4) "0-9]"
unicode(1) "u"
-Done
\ No newline at end of file
+Done
string(16) "1234567 342391 0"
-- Iteration 2 --
-string(23) "3755744308 u 1234 12345"
+string(23) "2147483647 u 1234 12345"
-- Iteration 3 --
-string(25) " 1234000 0 120"
+string(25) " 1234000 2147483647 120"
-- Iteration 4 --
string(10) "#1 0 $0 10"
-- Iteration 5 --
string(7) "1 2 3 4"
Done
-
--UEXPECTF--
*** Testing vsprintf() : unsigned formats and unsigned values ***
unicode(16) "1234567 342391 0"
-- Iteration 2 --
-unicode(23) "3755744308 u 1234 12345"
+unicode(23) "2147483647 u 1234 12345"
-- Iteration 3 --
-unicode(25) " 1234000 0 120"
+unicode(25) " 1234000 2147483647 120"
-- Iteration 4 --
unicode(10) "#1 0 $0 10"
string(24) "12345678900 u 1234 12345"
-- Iteration 3 --
-string(25) " 1234000 0 120"
+string(34) " 1234000 9223372036854775807 120"
-- Iteration 4 --
string(10) "#1 0 $0 10"
unicode(24) "12345678900 u 1234 12345"
-- Iteration 3 --
-unicode(25) " 1234000 0 120"
+unicode(34) " 1234000 9223372036854775807 120"
-- Iteration 4 --
unicode(10) "#1 0 $0 10"
-- Iteration 1 --
string(115) "2 0 10
- 123456 u 1234 2820130816
- 2840207360 1177509888 12345
+ 123456 u 1234 2147483647
+ 2147483647 2147483647 12345
12 4294967284 4294843840 _3
10 123456 2 0"
#0 1 $1 _0
0 1 1 1"
Done
-
--UEXPECTF--
*** Testing vsprintf() : unsigned formats and signed & other types of values ***
-- Iteration 1 --
unicode(115) "2 0 10
- 123456 u 1234 2820130816
- 2840207360 1177509888 12345
+ 123456 u 1234 2147483647
+ 2147483647 2147483647 12345
12 4294967284 4294843840 _3
10 123456 2 0"
*** Testing vsprintf() : int formats and non-integer values ***
-- Iteration 1 --
-string(112) "2 +0 10
+string(111) "2 +0 10
123456 d -1234 1234
- -1474836480 200000 4000 22000000
+ 2147483647 200000 4000 22000000
12345 12 -12 -123456
10 123456 2 0"
#0 1 $1 _0
0 1 1 1"
Done
-
--UEXPECTF--
*** Testing vsprintf() : int formats and non-integer values ***
-- Iteration 1 --
-unicode(112) "2 +0 10
+unicode(111) "2 +0 10
123456 d -1234 1234
- -1474836480 200000 4000 22000000
+ 2147483647 200000 4000 22000000
12345 12 -12 -123456
10 123456 2 0"
#0 1 $1 _0
0 1 1 1"
Done
+