/PHP-8.3/Zend/tests/ |
H A D | bug71359.phpt | 33 $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 D | bug69957.phpt | 2 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 D | bug52355.phpt | 2 Bug #52355 (Negating zero does not produce negative zero) 24 Division by zero
|
H A D | bug69017.phpt | 12 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 D | bug70804.phpt | 2 Bug #70804 (Unary add on negative zero produces positive zero)
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | array_merge_variation6.phpt | 13 $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 D | array_diff_assoc_variation6.phpt | 14 $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 D | usort_variation11.phpt | 46 …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 D | array_merge_variation10.phpt | 12 $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 D | array_values_variation4.phpt | 14 $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 D | reset_variation3.phpt | 12 $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 D | natcasesort_variation7.phpt | 11 $array = array (1, 3.00, 'zero', '2'); 28 string(4) "zero" 45 string(4) "zero"
|
H A D | array_merge_basic.phpt | 12 $array1 = array ('zero', 'one', 'two'); 26 string(4) "zero" 46 string(4) "zero"
|
H A D | array_shift_variation5.phpt | 13 $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 D | array_shift_basic.phpt | 11 $array = array('zero', 'one', '3' => 'three', 'four' => 4); 29 string(4) "zero" 39 Returned value: string(4) "zero"
|
H A D | reset_basic.phpt | 11 $array = array('zero', 'one', 200 => 'two'); 29 0 => zero 38 string(4) "zero"
|
H A D | array_merge_variation5.phpt | 13 $arr1 = array('zero', 'one', 'two', 'three'); 25 string(4) "zero" 47 string(4) "zero"
|
/PHP-8.3/tests/lang/ |
H A D | 022.phpt | 12 echo "zero"; 34 zero 44 zero 54 zero
|
/PHP-8.3/ext/date/tests/ |
H A D | idate_variation6.phpt | 2 …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-8.3/ext/spl/tests/ |
H A D | array_012.phpt | 8 $a = array('zero' => 0, 'one' => 1, 'two' => 2); 23 public $zero = 0; 45 zero=>0 54 zero=>0
|
/PHP-8.3/ext/bcmath/tests/ |
H A D | bcmod_error2.phpt | 26 Modulo by zero 27 Modulo by zero 28 Modulo by zero
|
H A D | bcdiv_error1.phpt | 30 Division by zero 31 Division by zero 32 Division by zero
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | mysqli_fetch_assoc_zerofill.phpt | 16 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-8.3/tests/lang/operators/ |
H A D | modulus_basiclong_64bit.phpt | 50 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-8.3/ext/json/tests/ |
H A D | bug45791.phpt | 6 var_dump(json_decode('{"zero": 0e0}')); 11 ["zero"]=>
|