Home
last modified time | relevance | path

Searched refs:zero (Results 51 – 75 of 267) sorted by relevance

1234567891011

/PHP-7.4/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'))) {
H A Dmysqli_stmt_errno.phpt36 printf("[006] Expecting int/any non zero, got %s/%s\n", gettype($tmp), $tmp);
43 printf("[008] Expecting zero, got %s/%s\n", gettype($tmp), $tmp);
52 printf("[010] Execting int/any non zero, got %s/%s\n", gettype($tmp), $tmp);
/PHP-7.4/ext/standard/tests/array/
H A Darray_shift_variation4.phpt17 $stack_last = array ('zero', 'one', array (1, 2, 3));
62 string(4) "zero"
98 string(4) "zero"
H A Dend_basic.phpt16 $array = array('zero', 'one', 200 => 'two');
36 0 => zero
H A Darray_diff_key_variation8.phpt19 'third' => array(0 => 'zero'),
44 string(4) "zero"
H A Dcount_basic.phpt18 $array = array('zero', 'one', 'two');
22 $array_multi = array('zero', array(1, 2, 3), 'two');
H A Dend_variation3.phpt16 $array1 = array ('zero', 'one', 'two');
36 string(4) "zero"
H A Darray_merge_variation8.phpt16 $arr1 = array('zero', 'one', 'two', array(0));
34 string(4) "zero"
H A Darray_slice_variation10.phpt16 $input = array ('one' => 'un', 'two' => 'deux', 23 => 'twenty-three', 'zero');
36 string(4) "zero"
H A Dcurrent_variation3.phpt17 $array1 = array ('zero', 'one', 'two');
37 string(4) "zero"
H A Darray_push_basic.phpt16 $array = array ('zero', 'one', 'two');
39 string(4) "zero"
H A Darray_diff_ukey_variation5.phpt19 'third' => array(0 => 'zero'),
44 string(4) "zero"
H A Deach_basic.phpt17 $arr = array ('one' => 1, 'zero', 'two' => 'deux', 20 => 'twenty');
41 string(4) "zero"
/PHP-7.4/ext/gmp/tests/
H A Dgmp_random_range.phpt10 $zero = gmp_init(0);
17 var_dump(gmp_random_range($plusTen, $zero));
30 gmp_random_range($zero, $plusTen);
/PHP-7.4/tests/run-test/
H A Dtest008.phpt14 // and than verify if a message is given by a division by zero.
16 // should always contain 'Division by zero'.
H A Dtest006.phpt9 .*Division by zero.*
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Ddiv.c96 char zero; in bc_divide() local
148 zero = TRUE; in bc_divide()
152 zero = FALSE; in bc_divide()
167 if (!zero) in bc_divide()
/PHP-7.4/ext/standard/tests/math/
H A Dnumber_format_negative_zero.phpt2 Prevent number_format from returning negative zero
/PHP-7.4/ext/date/tests/
H A Dbug28599.phpt2 Bug #28599 (strtotime fails with zero base time)
/PHP-7.4/ext/exif/tests/
H A Dzero_length_makernote_leak.phpt2 OSS-Fuzz: Memory leak for zero-length MAKERNOTE
/PHP-7.4/ext/bcmath/tests/
H A Dbcmod_error2.phpt12 Warning: bcmod(): Division by zero in %s on line %d
H A Dbug46781.phpt2 Bug #46781 (BC math handles minus zero incorrectly)
/PHP-7.4/ext/standard/tests/strings/
H A Dbug33605.phpt10 Warning: substr_compare(): The length must be greater than or equal to zero in %s on line %d
/PHP-7.4/Zend/tests/
H A Dbug67985.phpt6 $a = ['zero', 'one', 'two'];
/PHP-7.4/ext/spl/tests/
H A Dfixedarray_021.phpt67 string(35) "array size cannot be less than zero"
68 string(35) "array size cannot be less than zero"

Completed in 25 milliseconds

1234567891011