Home
last modified time | relevance | path

Searched refs:zero (Results 1 – 25 of 267) sorted by relevance

1234567891011

/PHP-7.4/Zend/tests/
H A Dbug71359.phpt33 $aa->zero = new AA;
39 __isset(zero)
41 __isset(zero)
43 __isset(zero)
45 __isset(zero)
47 __set(zero)
48 __get(zero)
50 __isset(zero)
51 __get(zero)
56 __isset(zero)
[all …]
H A Dbug69957.phpt2 Bug #69957 (Different ways of handling div/mod by zero)
64 Warning: Division by zero in %sbug69957.php on line %d
69 Message: Modulo by zero
71 Warning: Division by zero in %sbug69957.php on line %d
76 Message: Modulo by zero
78 Warning: Division by zero in %sbug69957.php on line %d
83 Message: Modulo by zero
H A Dbug69017.phpt12 public static $a2 = array(self::ZERO => 'zero');
13 public static $a3 = array(self::MAX => 'zero');
35 string(4) "zero"
41 string(4) "zero"
H A Dbug70804.phpt2 Bug #70804 (Unary add on negative zero produces positive zero)
H A Dbug52355.phpt2 Bug #52355 (Negating zero does not produce negative zero)
H A Dmod_001.phpt2 modulus by zero
19 Exception: Modulo by zero
/PHP-7.4/tests/lang/operators/
H A Dmodulus_variationStr.phpt29 Exception: Modulo by zero
39 Exception: Modulo by zero
55 Exception: Modulo by zero
57 Exception: Modulo by zero
67 Exception: Modulo by zero
83 Exception: Modulo by zero
85 Exception: Modulo by zero
95 Exception: Modulo by zero
111 Exception: Modulo by zero
113 Exception: Modulo by zero
[all …]
H A Dmodulus_basiclong_64bit.phpt51 Exception: Modulo by zero
69 Exception: Modulo by zero
87 Exception: Modulo by zero
105 Exception: Modulo by zero
123 Exception: Modulo by zero
141 Exception: Modulo by zero
159 Exception: Modulo by zero
177 Exception: Modulo by zero
195 Exception: Modulo by zero
213 Exception: Modulo by zero
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Darray_merge_variation6.phpt18 $arr1 = array('zero' => 'zero', 'one' => 'un', 'two' => 'deux');
19 $arr2 = array('zero' => 'zero', 'un' => 'eins', 'deux' => 'zwei');
29 ["zero"]=>
30 string(4) "zero"
41 ["zero"]=>
42 string(4) "zero"
H A Darray_diff_assoc_variation6.phpt20 $array = array ('zero',
32 0 => 'zero',
38 '0' => 'zero',
84 string(4) "zero"
92 string(4) "zero"
124 string(4) "zero"
138 string(4) "zero"
152 string(4) "zero"
162 string(4) "zero"
176 string(4) "zero"
[all …]
H A Dnatcasesort_variation7.phpt16 $array = array (1, 3.00, 'zero', '2');
33 string(4) "zero"
43 string(4) "zero"
69 string(4) "zero"
72 string(4) "zero"
H A Darray_merge_variation10.phpt17 $arr1 = array ('zero', 'one', 'two');
18 $arr2 = array ('zero', 'un', 'deux');
43 string(4) "zero"
49 string(4) "zero"
63 0 => zero
66 $arr1: 0 => zero
67 $arr2: 0 => zero
H A Darray_values_variation4.phpt19 $input = array ('zero' => 'zero', 'un' => 'one', 'sub' => array (1, 2, 3));
40 string(4) "zero"
67 string(4) "zero"
81 ["zero"]=>
82 string(4) "zero"
H A Dreset_variation3.phpt17 $array1 = array ('zero', 'one', 'two');
46 string(4) "zero"
53 string(4) "zero"
54 $array1: string(4) "zero"
55 $array2: string(4) "zero"
H A Deach_variation6.phpt17 $arr = array('zero', 'one', 'two', 'abc', 'xyz');
34 0 => zero
41 string(4) "zero"
43 string(4) "zero"
H A Darray_diff_assoc_error.phpt2 Test array_diff_assoc() function : error conditions - pass array_diff_assoc() too few/zero arguments
12 * Test errors for array_diff with too few\zero arguments
18 echo "\n-- Testing array_diff_assoc() function with zero arguments --\n";
32 -- Testing array_diff_assoc() function with zero arguments --
H A Darray_shift_variation5.phpt18 $stack = array ( array ( array ('zero', 'one', 'two'), 'un', 'deux'), 'eins', 'zwei');
24 $stack = array (array( array('zero', 'one', 'two'), 'un', 'deux'), 'eins', 'zwei');
41 string(4) "zero"
44 string(4) "zero"
/PHP-7.4/tests/lang/
H A D022.phpt12 echo "zero";
34 zero
44 zero
54 zero
/PHP-7.4/ext/date/tests/
H A Didate_variation6.phpt2 …n : usage variation - Checking return of year(1 or 2 digits) format starting with zero and nonzero.
17 echo "\n-- Testing idate() function for 2 digit year having no zero as starting number --\n";
21 echo "\n-- Testing idate() function for 2 digit year having zero as starting number --\n";
29 -- Testing idate() function for 2 digit year having no zero as starting number --
32 -- Testing idate() function for 2 digit year having zero as starting number --
/PHP-7.4/ext/spl/tests/
H A Darray_012.phpt8 $a = array('zero' => 0, 'one' => 1, 'two' => 2);
23 public $zero = 0;
47 zero=>0
56 zero=>0
H A Darray_013.phpt13 $a = array(0 => 'zero', 1 => 'one', 2 => 'two');
35 public $zero = 0;
67 0=>zero
74 zero=>0
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_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 (!($res = mysqli_query($link, 'SELECT zero FROM test LIMIT 1'))) {
44 if ($expected !== $row['zero']) {
45 printf("[%03d] Expecting '%s' got '%s'\n", $offset, $expected, $row['zero']);
/PHP-7.4/tests/run-test/
H A Dtest005.phpt14 // and than verify if a message is given by a division by zero.
16 // should always contain 'Division by zero'.
24 $zero = 0;
25 $error = 1 / $zero;
H A Dtest008a.phpt14 // and than verify if a message is given by a division by zero.
16 // should always contain 'Division by zero'.
24 $zero = 0;
25 $error = 1 / $zero;
/PHP-7.4/ext/json/tests/
H A Dbug45791.phpt8 var_dump(json_decode('{"zero": 0e0}'));
13 ["zero"]=>

Completed in 50 milliseconds

1234567891011