Home
last modified time | relevance | path

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

12345678910>>...12

/php-src/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)
66 Message: Division by zero
70 Message: Modulo by zero
74 Message: Division by zero
78 Message: Modulo by zero
82 Message: Division by zero
86 Message: Modulo by zero
H A Dbug52355.phpt2 Bug #52355 (Negating zero does not produce negative zero)
24 Division by zero
H A Dbug69017.phpt12 public static $a2 = array(self::ZERO => 'zero');
13 public static $a3 = array(self::MAX => 'zero');
39 string(4) "zero"
45 string(4) "zero"
H A Dbug70804.phpt2 Bug #70804 (Unary add on negative zero produces positive zero)
/php-src/ext/standard/tests/array/
H A Darray_merge_variation6.phpt13 $arr1 = array('zero' => 'zero', 'one' => 'un', 'two' => 'deux');
14 $arr2 = array('zero' => 'zero', 'un' => 'eins', 'deux' => 'zwei');
24 ["zero"]=>
25 string(4) "zero"
36 ["zero"]=>
37 string(4) "zero"
H A Darray_diff_assoc_variation6.phpt14 $array = array ('zero',
26 0 => 'zero',
32 '0' => 'zero',
78 string(4) "zero"
86 string(4) "zero"
118 string(4) "zero"
132 string(4) "zero"
146 string(4) "zero"
156 string(4) "zero"
170 string(4) "zero"
[all …]
H A Dusort_variation11.phpt46 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
48 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
50 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
52 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
54 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
56 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
58 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
60 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
62 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
64 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
[all …]
H A Darray_merge_variation10.phpt12 $arr1 = array ('zero', 'one', 'two');
13 $arr2 = array ('zero', 'un', 'deux');
38 string(4) "zero"
44 string(4) "zero"
58 0 => zero
61 $arr1: 0 => zero
62 $arr2: 0 => zero
H A Darray_values_variation4.phpt14 $input = array ('zero' => 'zero', 'un' => 'one', 'sub' => array (1, 2, 3));
35 string(4) "zero"
62 string(4) "zero"
76 ["zero"]=>
77 string(4) "zero"
H A Dreset_variation3.phpt12 $array1 = array ('zero', 'one', 'two');
40 string(4) "zero"
47 string(4) "zero"
48 $array1: string(4) "zero"
49 $array2: string(4) "zero"
H A Dnatcasesort_variation7.phpt11 $array = array (1, 3.00, 'zero', '2');
28 string(4) "zero"
45 string(4) "zero"
H A Darray_merge_basic.phpt12 $array1 = array ('zero', 'one', 'two');
26 string(4) "zero"
46 string(4) "zero"
H A Darray_shift_variation5.phpt13 $stack = array ( array ( array ('zero', 'one', 'two'), 'un', 'deux'), 'eins', 'zwei');
19 $stack = array (array( array('zero', 'one', 'two'), 'un', 'deux'), 'eins', 'zwei');
36 string(4) "zero"
39 string(4) "zero"
H A Darray_shift_basic.phpt11 $array = array('zero', 'one', '3' => 'three', 'four' => 4);
29 string(4) "zero"
39 Returned value: string(4) "zero"
H A Dreset_basic.phpt11 $array = array('zero', 'one', 200 => 'two');
29 0 => zero
38 string(4) "zero"
H A Darray_merge_variation5.phpt13 $arr1 = array('zero', 'one', 'two', 'three');
25 string(4) "zero"
47 string(4) "zero"
/php-src/tests/lang/
H A D022.phpt12 echo "zero";
34 zero
44 zero
54 zero
/php-src/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.
11 echo "\n-- Testing idate() function for 2 digit year having no zero as starting number --\n";
15 echo "\n-- Testing idate() function for 2 digit year having zero as starting number --\n";
22 -- Testing idate() function for 2 digit year having no zero as starting number --
25 -- Testing idate() function for 2 digit year having zero as starting number --
/php-src/ext/spl/tests/
H A Darray_012.phpt8 $a = array('zero' => 0, 'one' => 1, 'two' => 2);
23 public $zero = 0;
45 zero=>0
54 zero=>0
/php-src/ext/bcmath/tests/
H A Dbcmod_error2.phpt26 Modulo by zero
27 Modulo by zero
28 Modulo by zero
H A Dbcdiv_error1.phpt30 Division by zero
31 Division by zero
32 Division by zero
/php-src/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-src/tests/lang/operators/
H A Dmodulus_basiclong_64bit.phpt50 Exception: Modulo by zero
68 Exception: Modulo by zero
86 Exception: Modulo by zero
104 Exception: Modulo by zero
122 Exception: Modulo by zero
140 Exception: Modulo by zero
158 Exception: Modulo by zero
176 Exception: Modulo by zero
194 Exception: Modulo by zero
212 Exception: Modulo by zero
[all …]
/php-src/ext/json/tests/
H A Dbug45791.phpt6 var_dump(json_decode('{"zero": 0e0}'));
11 ["zero"]=>

Completed in 24 milliseconds

12345678910>>...12