Home
last modified time | relevance | path

Searched refs:length (Results 176 – 200 of 588) sorted by last modified time

12345678910>>...24

/PHP-7.4/ext/standard/tests/strings/
H A Dbug33605.phpt10 Warning: substr_compare(): The length must be greater than or equal to zero in %s on line %d
H A Dbug40754.phpt38 Warning: substr_compare(): The start position cannot exceed initial string length in %s on line %d
47 Warning: substr_count(): Invalid length value in %s on line %d
56 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
59 Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d
H A Dchunk_split_variation5.phpt50 Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
57 Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
74 Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
/PHP-7.4/ext/standard/tests/math/
H A Dhypot_basic.phpt9 * Description: Calculate the length of the hypotenuse of a right-angle triangle.
/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_jpgapp.phpt22 echo "$key - length: ". strlen($value) ."; md5: " . md5($value) . "\n" ;
28 APP1 - length: 1717; md5: 02cbf4ba6640c131422483138c968516
29 APP2 - length: 7275; md5: f5036ccca2031e8bf932bcbd4aca4355
30 APP13 - length: 42; md5: 2202998bd05e78bcb419f08c070d6f61
/PHP-7.4/ext/standard/tests/general_functions/
H A Duniqid_basic.phpt19 // Use a fixed prefix so we can ensure length of o/p id is fixed
H A Dob_get_length_basic.phpt8 * Description: Return the length of the output buffer
27 dump_string_length( 'foo bar length of a string' );
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_bug30730.phpt2 Bug #30730 Filename path length limit broken on NTFS volume, using rename
H A Dtest_long_path_bug70943.phpt15 echo "Generating a file with a path length of ".strlen($testFile)." characters...\r\n";
29 Generating a file with a path length of 259 characters...
H A Dtest_long_path_mkdir.phpt2 Mkdir with path length < 260 and > 248 has be a long path
11 die("skip the starting path length is unsuitable for this test");
29 // create the exact length
H A Drecursive_it.phpt2 RecursiveDirectoryIterator with dir path long or of edge case length
9 if (strlen(__DIR__) > 259) die("skip Unsuitable starting path length");
/PHP-7.4/ext/standard/tests/file/
H A Dfread_error.phpt6 Prototype: string fread ( resource $handle [, int $length] );
7 Description: reads up to length bytes from the file pointer referenced by handle.
8 Reading stops when up to length bytes have been read, EOF (end of file) is
25 // invalid length argument
26 echo "-- Testing fread() with invalid length arguments --\n";
70 -- Testing fread() with invalid length arguments --
H A Dftruncate_error.phpt7 Description: truncates a file to a given length
H A Dfwrite_error.phpt6 Prototype: int fwrite ( resource $handle,string string, [, int $length] );
8 If the length arquement is given,writing will stop after length bytes have been
32 // invalid length argument
33 echo "-- Testing fwrite() with invalid length arguments --\n";
85 -- Testing fwrite() with invalid length arguments --
H A Dfgets_error.phpt6 Prototype: string fgets ( resource $handle [, int $length] );
20 // invalid length argument
21 echo "-- Testing fgets() with invalid length arguments --\n";
27 var_dump( fgets($fp, $len) ); // return length - 1 always, expect false
68 -- Testing fgets() with invalid length arguments --
H A Dfgetss_basic2.phpt87 -- fgetss() with default length, file pointer at 0 --
92 -- fgets() with length = 30, file pointer at 0 --
102 -- fgetss() with default length, file pointer at 0 --
107 -- fgets() with length = 30, file pointer at 0 --
122 -- fgets() with length = 30, file pointer at 0 --
137 -- fgets() with length = 30, file pointer at 0 --
152 -- fgets() with length = 30, file pointer at 0 --
167 -- fgets() with length = 30, file pointer at 0 --
182 -- fgets() with length = 30, file pointer at 0 --
197 -- fgets() with length = 30, file pointer at 0 --
[all …]
H A Dfgetss_variation5-win32.phpt14 Prototype: string fgetss ( resource $handle [, int $length [, string $allowable_tags]] );
70 // now file is at the end try reading with length and allowable tags,expecting false
H A Dfile_get_contents_error.phpt64 Warning: file_get_contents(): length must be greater than or equal to zero in %s on line %d
H A Dfile_get_contents_error002.phpt2 file_get_contents() test using negative parameter for length (last parameter)
H A Dfile_get_contents_file_put_contents_error.phpt68 Warning: file_get_contents(): length must be greater than or equal to zero in %s on line %d
H A Dbug61961.phpt2 Bug #61961 (file_get_content leaks when access empty file with max length)
H A Dfgets_variation2.phpt6 Prototype: string fgets ( resource $handle [, int $length] );
27 var_dump( fgets($file_handle) ); // default length
28 var_dump( fgets($file_handle, 10) ); // with specific length
37 var_dump( fgets($file_handle) ); // default length
38 var_dump( fgets($file_handle, 10) ); // with specific length
H A Dfgetss_basic1.phpt73 -- fgetss() with default length, file pointer at 0 --
78 -- fgets() with length = 30, file pointer at 0 --
84 -- fgetss() with default length, file pointer at 0 --
89 -- fgets() with length = 30, file pointer at 0 --
95 -- fgetss() with default length, file pointer at 0 --
100 -- fgets() with length = 30, file pointer at 0 --
106 -- fgetss() with default length, file pointer at 0 --
111 -- fgets() with length = 30, file pointer at 0 --
117 -- fgetss() with default length, file pointer at 0 --
122 -- fgets() with length = 30, file pointer at 0 --
[all …]
H A Dfgetss_basic2-win32-mb.phpt89 -- fgetss() with default length, file pointer at 0 --
94 -- fgets() with length = 30, file pointer at 0 --
104 -- fgetss() with default length, file pointer at 0 --
109 -- fgets() with length = 30, file pointer at 0 --
124 -- fgets() with length = 30, file pointer at 0 --
139 -- fgets() with length = 30, file pointer at 0 --
154 -- fgets() with length = 30, file pointer at 0 --
169 -- fgets() with length = 30, file pointer at 0 --
184 -- fgets() with length = 30, file pointer at 0 --
199 -- fgets() with length = 30, file pointer at 0 --
[all …]
H A Dfgetss_basic2-win32.phpt89 -- fgetss() with default length, file pointer at 0 --
94 -- fgets() with length = 30, file pointer at 0 --
104 -- fgetss() with default length, file pointer at 0 --
109 -- fgets() with length = 30, file pointer at 0 --
124 -- fgets() with length = 30, file pointer at 0 --
139 -- fgets() with length = 30, file pointer at 0 --
154 -- fgets() with length = 30, file pointer at 0 --
169 -- fgets() with length = 30, file pointer at 0 --
184 -- fgets() with length = 30, file pointer at 0 --
199 -- fgets() with length = 30, file pointer at 0 --
[all …]

Completed in 60 milliseconds

12345678910>>...24