Home
last modified time | relevance | path

Searched refs:zero (Results 26 – 50 of 294) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_error.phpt8 // zero argument
9 echo "-- Testing fputcsv() with zero argument --\n";
28 -- Testing fputcsv() with zero argument --
/PHP-5.5/tests/run-test/
H A Dtest008.phpt12 // and than verify if a message is given by a division by zero.
14 // should always contain 'Division by zero'.
26 %s: %sivision by zero in %s on line %d
H A Dtest005.phpt12 // and than verify if a message is given by a division by zero.
14 // should always contain 'Division by zero'.
H A Dtest008a.phpt12 // and than verify if a message is given by a division by zero.
14 // should always contain 'Division by zero'.
/PHP-5.5/ext/standard/tests/array/
H A Darray_slice_variation8.phpt18 $input = array ('zero', 'one', array('zero', 'un', 'deux'), 9 => 'nine');
39 string(4) "zero"
H A Darray_values_variation7.phpt18 $input = array(3 => 'three', 2 => 'two', 1 => 'one', 0 => 'zero');
41 string(4) "zero"
53 string(4) "zero"
H A Dprev_basic.phpt16 $array = array('zero', 'one', 'two');
42 string(4) "zero"
43 0 => zero
H A Deach_variation5.phpt19 $arr = array ('zero',
42 string(4) "zero"
44 string(4) "zero"
H A Darray_values_basic.phpt18 $input = array('zero', 'one', 'two', 'three' => 3, 10 => 'ten');
30 string(4) "zero"
H A Dsizeof_error.phpt12 // Calling sizeof() with zero and more than expected arguments .
16 echo "-- Testing sizeof() with zero arguments --\n";
29 -- Testing sizeof() with zero arguments --
H A Dcurrent_basic.phpt16 $array = array ('zero', 'one', 'two', 'three' => 3);
28 string(4) "zero"
H A Dnext_basic.phpt16 $array = array('zero', 'one', 'two');
29 0 => zero
H A Darray_shift_variation4.phpt17 $stack_last = array ('zero', 'one', array (1, 2, 3));
62 string(4) "zero"
98 string(4) "zero"
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_split_variation2.phpt110 Warning: str_split(): The length of each segment must be greater than zero in %sstr_split_variation…
114 Warning: str_split(): The length of each segment must be greater than zero in %sstr_split_variation…
118 Warning: str_split(): The length of each segment must be greater than zero in %sstr_split_variation…
122 Warning: str_split(): The length of each segment must be greater than zero in %sstr_split_variation…
146 Warning: str_split(): The length of each segment must be greater than zero in %sstr_split_variation…
150 Warning: str_split(): The length of each segment must be greater than zero in %sstr_split_variation…
203 Warning: str_split(): The length of each segment must be greater than zero in %sstr_split_variation…
256 Warning: str_split(): The length of each segment must be greater than zero in %sstr_split_variation…
280 Warning: str_split(): The length of each segment must be greater than zero in %sstr_split_variation…
284 Warning: str_split(): The length of each segment must be greater than zero in %sstr_split_variation…
H A Dstr_split_variation2_64bit.phpt110 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
119 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
123 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
147 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
151 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
204 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
257 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
281 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
285 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
H A Dwordwrap_error.phpt27 echo "\n-- Testing wordwrap() function with negative/zero value for width argument --\n";
29 // width as zero and cut as false
35 // width as zero and cut as true
67 -- Testing wordwrap() function with negative/zero value for width argument --
72 Warning: wordwrap(): Can't force cut when width is zero 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
70 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-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_error.phpt14 // with zero arguments
15 echo "\n-- Testing token_get_all() function with zero arguments --\n";
29 -- Testing token_get_all() function with zero arguments --
/PHP-5.5/ext/session/tests/
H A Drfc1867_invalid_settings-win.phpt17 Warning: PHP Startup: session.upload_progress.freq must be greater than or equal to zero in %s
19 PHP Warning: PHP Startup: session.upload_progress.freq must be greater than or equal to zero in %s
H A Drfc1867_invalid_settings.phpt17 PHP Warning: PHP Startup: session.upload_progress.freq must be greater than or equal to zero in %s
19 Warning: PHP Startup: session.upload_progress.freq must be greater than or equal to zero in %s
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation23.phpt12 echo "*** Testing fgetcsv() : reading from file which is having zero content ***\n";
14 // try reading from file which is having zero content
39 *** Testing fgetcsv() : reading from file which is having zero content ***
/PHP-5.5/ext/gd/tests/
H A Dimagetruecolortopalette_error4.phpt19 Warning: imagetruecolortopalette(): Number of colors has to be greater than zero in %s on line %d
21 Warning: imagetruecolortopalette(): Number of colors has to be greater than zero in %s on line %d
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strtolower_error1.phpt28 //Test mb_strtolower with zero arguments
29 echo "\n-- Testing mb_strtolower() function with zero arguments --\n";
42 -- Testing mb_strtolower() function with zero arguments --
H A Dmb_strtoupper_error1.phpt28 //Test mb_strtoupper with zero arguments
29 echo "\n-- Testing mb_strtoupper() function with zero arguments --\n";
43 -- Testing mb_strtoupper() function with zero arguments --
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_zerofill.phpt16 mysqli_query($link, 'ALTER TABLE test DROP zero');
17 $sql = sprintf('ALTER TABLE test ADD zero %s UNSIGNED ZEROFILL', $datatype);
23 if (!mysqli_query($link, sprintf('UPDATE test SET zero = %s', $insert))) {
29 if (!($stmt = mysqli_prepare($link, 'SELECT zero FROM test LIMIT 1'))) {

Completed in 36 milliseconds

12345678910>>...12