Home
last modified time | relevance | path

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

1234567891011

/PHP-7.4/ext/pgsql/tests/
H A Dbug60244.phpt29 Warning: pg_fetch_array(): The row parameter must be greater or equal to zero in %sbug60244.php on …
32 Warning: pg_fetch_assoc(): The row parameter must be greater or equal to zero in %sbug60244.php on …
35 Warning: pg_fetch_object(): The row parameter must be greater or equal to zero in %sbug60244.php on…
38 Warning: pg_fetch_row(): The row parameter must be greater or equal to zero in %sbug60244.php on li…
/PHP-7.4/ext/standard/tests/array/
H A Darray_merge_basic.phpt17 $array1 = array ('zero', 'one', 'two');
31 string(4) "zero"
51 string(4) "zero"
H A Darray_shift_basic.phpt16 $array = array('zero', 'one', '3' => 'three', 'four' => 4);
34 string(4) "zero"
44 Returned value: string(4) "zero"
H A Dreset_basic.phpt16 $array = array('zero', 'one', 200 => 'two');
35 0 => zero
44 string(4) "zero"
H A Darray_merge_variation5.phpt18 $arr1 = array('zero', 'one', 'two', 'three');
30 string(4) "zero"
52 string(4) "zero"
H A Darray_merge_variation7.phpt18 $arr1 = array('zero', 20 => 'twenty', 'thirty' => 30, true => 'bool');
30 string(4) "zero"
56 string(4) "zero"
H A Darray_values_variation7.phpt18 $input = array(3 => 'three', 2 => 'two', 1 => 'one', 0 => 'zero');
40 string(4) "zero"
52 string(4) "zero"
H A Darray_slice_variation8.phpt18 $input = array ('zero', 'one', array('zero', 'un', 'deux'), 9 => 'nine');
38 string(4) "zero"
H A Dprev_basic.phpt16 $array = array('zero', 'one', 'two');
42 string(4) "zero"
43 0 => zero
H A Darray_values_basic.phpt18 $input = array('zero', 'one', 'two', 'three' => 3, 10 => 'ten');
29 string(4) "zero"
H A Dcurrent_basic.phpt16 $array = array ('zero', 'one', 'two', 'three' => 3);
28 string(4) "zero"
H A Deach_variation5.phpt19 $arr = array ('zero',
43 string(4) "zero"
45 string(4) "zero"
H A Dnext_basic.phpt16 $array = array('zero', 'one', 'two');
29 0 => zero
/PHP-7.4/ext/mbstring/tests/
H A Dmb_strrpos_variation5.phpt47 …): Passing the encoding as third parameter is deprecated. Use an explicit zero offset in %s on lin…
51 …): Passing the encoding as third parameter is deprecated. Use an explicit zero offset in %s on lin…
57 …): Passing the encoding as third parameter is deprecated. Use an explicit zero offset in %s on lin…
61 …): Passing the encoding as third parameter is deprecated. Use an explicit zero offset in %s on lin…
67 …): Passing the encoding as third parameter is deprecated. Use an explicit zero offset in %s on lin…
71 …): Passing the encoding as third parameter is deprecated. Use an explicit zero offset in %s on lin…
/PHP-7.4/ext/opcache/tests/
H A Dbug74456.phpt17 list ($zero, $one, $two) = small_numbers();
19 var_dump($zero, $one, $two);
/PHP-7.4/ext/sysvshm/tests/
H A D002.phpt45 Warning: shm_attach(): Segment size must be greater than zero in %s on line %d
48 Warning: shm_attach(): Segment size must be greater than zero in %s on line %d
51 Warning: shm_attach(): Segment size must be greater than zero in %s on line %d
54 Warning: shm_attach(): Segment size must be greater than zero in %s on line %d
59 Warning: shm_attach(): Segment size must be greater than zero in %s on line %d
/PHP-7.4/ext/session/tests/
H A Drfc1867_invalid_settings.phpt15 PHP Warning: PHP Startup: session.upload_progress.freq must be greater than or equal to zero in %s
17 Warning: PHP Startup: session.upload_progress.freq must be greater than or equal to zero in %s
/PHP-7.4/ext/bcmath/tests/
H A Dbug75178.phpt14 Warning: bcpowmod(): non-zero scale in base in %s on line %d
17 Warning: bcpowmod(): non-zero scale in modulus in %s on line %d
/PHP-7.4/ext/pdo/tests/
H A Dbug_60665.phpt21 $statement = $db->prepare("SELECT NULL AS null_value, 0 AS zero, 1 AS one $from");
26 empty($row->zero),
30 isset($row->zero),
/PHP-7.4/Zend/tests/
H A Dbug76667.phpt26 Warning: Division by zero in %sbug76667.php on line %d
32 Warning: Division by zero in %sbug76667.php on line %d
38 Warning: Division by zero in %sbug76667.php on line %d
H A Dthrowing_overloaded_compound_assign_op.phpt32 Modulo by zero
40 Modulo by zero
/PHP-7.4/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-7.4/ext/intl/tests/
H A Dmsgfmt_bug70484.phpt16 …$m = new MessageFormatter($lc, "{n, selectordinal, =5 {five} zero {#-zero} one {#-one} two {#-two}…
26 …$m = new MessageFormatter($lc, "{0, selectordinal, =5 {five} zero {#-zero} one {#-one} two {#-two}…
/PHP-7.4/ext/gd/tests/
H A Dimagetruecolortopalette_error4.phpt19 Warning: imagetruecolortopalette(): Number of colors has to be greater than zero and no more than %…
21 Warning: imagetruecolortopalette(): Number of colors has to be greater than zero and no more than %…
/PHP-7.4/ext/standard/tests/strings/
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

Completed in 21 milliseconds

1234567891011