Home
last modified time | relevance | path

Searched refs:in (Results 326 – 350 of 7209) sorted by relevance

1...<<11121314151617181920>>...289

/php-src/win32/
H A Dcodepage.c43 if (!in || in_len > (size_t)INT_MAX) { in php_win32_cp_to_w_int()
47 assert(in_len ? (in[in_len] == L'\0') : 1); in php_win32_cp_to_w_int()
98 return php_win32_cp_to_w_int(in, in_len, out_len, cp, flags); in php_win32_cp_conv_to_w()
109 const char *idx = in, *end; in php_win32_cp_conv_ascii_to_w()
116 assert(in && in_len ? in[in_len] == '\0' : 1); in php_win32_cp_conv_ascii_to_w()
118 if (!in) { in php_win32_cp_conv_ascii_to_w()
123 in_len = strlen(in); in php_win32_cp_conv_ascii_to_w()
126 end = in + in_len; in php_win32_cp_conv_ascii_to_w()
181 idx = in; in php_win32_cp_conv_ascii_to_w()
250 if (!in || in_len > INT_MAX) { in php_win32_cp_from_w_int()
[all …]
/php-src/Zend/tests/in-de-crement/
H A Dincdec_types.phpt54 Warning: Increment on type bool has no effect, this will change in the next major version of PHP in
58 Warning: Increment on type bool has no effect, this will change in the next major version of PHP in
66 Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
70 Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
77 Warning: Decrement on type null has no effect, this will change in the next major version of PHP in
81 Warning: Decrement on type bool has no effect, this will change in the next major version of PHP in
85 Warning: Decrement on type bool has no effect, this will change in the next major version of PHP in
93 Deprecated: Decrement on empty string is deprecated as non-numeric in %s on line %d
97 Deprecated: Decrement on non-numeric string has no effect and is deprecated in %s on line %d
/php-src/ext/gd/libgd/
H A Dgd2time.c16 FILE *in; in main() local
39 in = fopen (argv[1], "rb"); in main()
40 if (!in) in main()
46 im = gdImageCreateFromGd2Part (in, x, y, w, h); in main()
47 fclose (in); in main()
H A Dgdparttopng.c14 FILE *in, *out; in main() local
22 in = fopen (argv[1], "rb"); in main()
23 if (!in) in main()
36 im = gdImageCreateFromGd2Part (in, x, y, w, h); in main()
37 fclose (in); in main()
/php-src/ext/opcache/tests/jit/
H A Dassign_dim_006.phpt19 Warning: Illegal string offset -5 in %sassign_dim_006.php on line 5
21 Warning: Illegal string offset -5 in %sassign_dim_006.php on line 5
23 Warning: Illegal string offset -5 in %sassign_dim_006.php on line 5
25 Warning: Illegal string offset -5 in %sassign_dim_006.php on line 5
27 Warning: Illegal string offset -5 in %sassign_dim_006.php on line 5
H A Dfetch_dim_r_005.phpt19 Warning: Undefined array key -1 in %sfetch_dim_r_005.php on line 4
21 Warning: Undefined array key -1 in %sfetch_dim_r_005.php on line 4
23 Warning: Undefined array key -1 in %sfetch_dim_r_005.php on line 4
25 Warning: Undefined array key -1 in %sfetch_dim_r_005.php on line 4
27 Warning: Undefined array key -1 in %sfetch_dim_r_005.php on line 4
/php-src/tests/output/
H A Dob_start_basic_006.phpt6 * Function is implemented in main/output.c
76 Warning: ob_start(): array callback must have exactly two members in %s on line %d
78 Notice: ob_start(): Failed to create buffer in %s on line %d
84 Warning: ob_start(): class "f" not found in %s on line %d
86 Notice: ob_start(): Failed to create buffer in %s on line %d
92 Warning: ob_start(): array callback must have exactly two members in %s on line %d
94 Notice: ob_start(): Failed to create buffer in %s on line %d
100 Warning: ob_start(): array callback must have exactly two members in %s on line %d
102 Notice: ob_start(): Failed to create buffer in %s on line %d
110 Notice: ob_start(): Failed to create buffer in %s on line %d
[all …]
/php-src/ext/standard/tests/file/
H A Dtempnam_variation1.phpt35 echo "File created in => ";
66 File created in => directory specified
71 File created in => directory specified
76 File created in => directory specified
81 File created in => directory specified
86 File created in => directory specified
91 File created in => directory specified
96 File created in => directory specified
101 File created in => directory specified
106 File created in => directory specified
[all …]
H A Dfopen_variation16.phpt41 echo "Not created in dir1\n";
44 echo "created in dir1\n";
53 echo "found file - not in dir1\n";
63 Not created in dir1
64 found file - not in dir1
65 Not created in dir1
66 found file - not in dir1
/php-src/ext/intl/tests/
H A Dgrapheme.phpt804 "hindi" in devanagari strlen 3
821 find "c" in "abc" - grapheme_strpos = 2 == 2
822 find "b" in "abc" - grapheme_strpos = 1 == 1
823 find "a" in "abc" - grapheme_strpos = 0 == 0
842 find "ab" in "abc" - grapheme_strpos = 0 == 0
843 find "bc" in "abc" - grapheme_strpos = 1 == 1
869 find "c" in "abC" - grapheme_stripos = 2 == 2
870 find "B" in "abc" - grapheme_stripos = 1 == 1
871 find "a" in "Abc" - grapheme_stripos = 0 == 0
907 find "c" in "abc" - grapheme_strrpos = 2 == 2
[all …]
H A Dgrapheme2.phpt792 "hindi" in devanagari strlen 2
809 find "c" in "abc" - grapheme_strpos = 2 == 2
810 find "b" in "abc" - grapheme_strpos = 1 == 1
811 find "a" in "abc" - grapheme_strpos = 0 == 0
830 find "ab" in "abc" - grapheme_strpos = 0 == 0
831 find "bc" in "abc" - grapheme_strpos = 1 == 1
857 find "c" in "abC" - grapheme_stripos = 2 == 2
858 find "B" in "abc" - grapheme_stripos = 1 == 1
859 find "a" in "Abc" - grapheme_stripos = 0 == 0
895 find "c" in "abc" - grapheme_strrpos = 2 == 2
[all …]
H A Ddateformat_set_timezone_id3.phpt45 $res_str .= "\nFormatting timestamp=0 resulted in $formatted";
47 $res_str .= "\nFormatting timestamp=3600 resulted in $formatted";
64 Warning: datefmt_set_timezone(): datefmt_set_timezone: No such time zone: 'CN' in %sut_common.inc o…
70 Formatting timestamp=0 resulted in Wednesday, December 31, 1969 at 7:00:00 PM Eastern Standard Time
71 Formatting timestamp=3600 resulted in Wednesday, December 31, 1969 at 8:00:00 PM Eastern Standard …
75 Formatting timestamp=0 resulted in Wednesday, December 31, 1969 at 4:00:00 PM Pacific Standard Time
76 Formatting timestamp=3600 resulted in Wednesday, December 31, 1969 at 5:00:00 PM Pacific Standard …
80 Formatting timestamp=0 resulted in Wednesday, December 31, 1969 at 6:00:00 PM Central Standard Time
81 Formatting timestamp=3600 resulted in Wednesday, December 31, 1969 at 7:00:00 PM Central Standard …
85 Formatting timestamp=0 resulted in Wednesday, December 31, 1969 at 6:00:00 PM Central Standard Time
[all …]
/php-src/ext/iconv/tests/
H A Diconv_strpos_variation5.phpt12 * and the needle appears at the same positions in both strings
52 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
54 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
88 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
90 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
94 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
96 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
100 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
102 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
106 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
[all …]
H A Dbug48147.phpt18 Notice: iconv(): Detected an illegal character in input string in %s on line %d
22 Notice: iconv(): Detected an incomplete multibyte character in input string in %s on line %d
26 Notice: iconv(): Detected an incomplete multibyte character in input string in %s on line %d
/php-src/ext/mbstring/tests/
H A Dmb_stripos_variation5_Bug45923.phpt10 * and the needle appears at the same positions in both strings
50 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
52 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
86 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
88 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
92 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
94 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
98 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
100 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
104 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
[all …]
H A Dmb_strpos_variation5.phpt10 * and the needle appears at the same positions in both strings
50 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
52 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
86 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
88 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
92 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
94 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
98 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
100 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
104 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
[all …]
/php-src/Zend/tests/typehints/
H A Dor_null.phpt2 Test "or null"/"or be null" in type-checking errors for userland functions
6in zend_execute.c's `zend_verify_arg_type`, `zend_verify_return_type` and `zend_verify_missing_ret…
211 TypeError: loadedClass(): Argument #1 ($param) must be of type ?RealClass, int given, called in %s:…
219 TypeError: callableF(): Argument #1 ($param) must be of type ?callable, int given, called in %s:%d
223 TypeError: intF(): Argument #1 ($param) must be of type ?int, stdClass given, called in %s:%d
231 TypeError: returnLoadedClass(): Return value must be of type ?RealClass, stdClass returned in %s:%d
243 TypeError: returnLoadedClassScalar(): Return value must be of type ?RealClass, int returned in %s:%d
251 TypeError: returnCallable(): Return value must be of type ?callable, int returned in %s:%d
255 TypeError: returnInt(): Return value must be of type ?int, stdClass returned in %s:%d
271 TypeError: returnMissingCallable(): Return value must be of type ?callable, none returned in %s:%d
[all …]
/php-src/Zend/tests/float_to_int/
H A Dwarnings_string_float_literals_assignment_ops.phpt2 Implicit float to int conversions should warn for literals in combined assingment operetor
37 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
40 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
43 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
46 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
49 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
53 Deprecated: Implicit conversion from float-string "2.5" to int loses precision in %s on line %d
/php-src/ext/date/tests/
H A Dgmstrftime_variation6.phpt35 Deprecated: Function gmstrftime() is deprecated in %s on line %d
38 Deprecated: Function gmstrftime() is deprecated in %s on line %d
43 Deprecated: Function gmstrftime() is deprecated in %s on line %d
46 Deprecated: Function gmstrftime() is deprecated in %s on line %d
51 Deprecated: Function gmstrftime() is deprecated in %s on line %d
54 Deprecated: Function gmstrftime() is deprecated in %s on line %d
59 Deprecated: Function gmstrftime() is deprecated in %s on line %d
62 Deprecated: Function gmstrftime() is deprecated in %s on line %d
67 Deprecated: Function gmstrftime() is deprecated in %s on line %d
70 Deprecated: Function gmstrftime() is deprecated in %s on line %d
H A Dstrftime_variation6.phpt36 Deprecated: Function strftime() is deprecated in %s on line %d
39 Deprecated: Function strftime() is deprecated in %s on line %d
44 Deprecated: Function strftime() is deprecated in %s on line %d
47 Deprecated: Function strftime() is deprecated in %s on line %d
52 Deprecated: Function strftime() is deprecated in %s on line %d
55 Deprecated: Function strftime() is deprecated in %s on line %d
60 Deprecated: Function strftime() is deprecated in %s on line %d
63 Deprecated: Function strftime() is deprecated in %s on line %d
68 Deprecated: Function strftime() is deprecated in %s on line %d
71 Deprecated: Function strftime() is deprecated in %s on line %d
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_closecursor_empty.phpt27 $in = 0;
28 if (!$stmt->bindParam(1, $in))
44 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
45 $in,
52 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
53 $in,
71 in = 0 -> id = 1 (integer) / label = 'a' (string)
72 in = 0 -> id = 2 (integer) / label = 'b' (string)
73 in = 0 -> id = 1 (integer) / label = 'a' (string)
74 in = 0 -> id = 2 (integer) / label = 'b' (string)
/php-src/ext/zip/tests/
H A Dzip_entry_open.phpt15 Deprecated: Function zip_open() is deprecated in %s on line %d
17 Deprecated: Function zip_read() is deprecated in %s on line %d
19 Deprecated: Function zip_entry_open() is deprecated in %s on line %d
21 Deprecated: Function zip_entry_close() is deprecated in %s on line %d
23 Deprecated: Function zip_close() is deprecated in %s on line %d
/php-src/ext/exif/tests/
H A Dbug77563.phpt2 Bug 77563 (Uninitialized read in exif_process_IFD_in_MAKERNOTE)
11 Warning: exif_thumbnail(bug77563.jpg): IFD data too short: 0x0009 offset 0x0008 in %s%ebug77563.php…
13 Warning: exif_thumbnail(bug77563.jpg): Illegal IFD offset in %s%ebug77563.php on line %d
15 Warning: exif_thumbnail(bug77563.jpg): File structure corrupted in %s%ebug77563.php on line %d
17 Warning: exif_thumbnail(bug77563.jpg): Invalid JPEG file in %s%ebug77563.php on line %d
/php-src/Zend/tests/
H A Ddereference_010.phpt2 Testing dereference in non-array values
24 Warning: Trying to access array offset on int in %s on line %d
27 Warning: Trying to access array offset on int in %s on line %d
30 Fatal error: Uncaught Error: Cannot use object of type stdClass as array in %s:%d
33 thrown in %s on line %d
H A Dclass_name_as_scalar_error_006.phpt2 class name as scalar from ::class keyword error using parent in non class context
10 Fatal error: Uncaught Error: Cannot use "parent" in the global scope in %s:%d
13 thrown in %s on line 3

Completed in 53 milliseconds

1...<<11121314151617181920>>...289