Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/ext/standard/tests/strings/
H A Dstr_split_variation6.phpt48 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
139 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
160 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
164 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
H A Dstr_split_variation7.phpt50 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
117 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
138 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
142 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
H A Dchunk_split_variation8.phpt58 Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
67 Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
86 Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
90 Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_match_error1.phpt35 // Testing mb_ereg_match with zero arguments
36 echo "\n-- Testing mb_ereg_match() function with zero arguments --\n";
54 -- Testing mb_ereg_match() function with zero arguments --
/PHP-5.5/ext/date/tests/
H A Dtimezone_open_error.phpt13 echo "\n-- Testing timezone_open() function with zero arguments --\n";
26 -- Testing timezone_open() function with zero arguments --
H A DDateTimeZone_getOffset_error.phpt19 echo "\n-- Testing DateTimeZone::getOffset() function with zero arguments --\n";
31 -- Testing DateTimeZone::getOffset() function with zero arguments --
H A DDateTime_setTimezone_error.phpt17 echo "\n-- Testing DateTime::setTimezone () function with zero arguments --\n";
30 -- Testing DateTime::setTimezone () function with zero arguments --
H A DDateTime_format_error.phpt19 echo "\n-- Testing date_date_formatcreate() function with zero arguments --\n";
32 -- Testing date_date_formatcreate() function with zero arguments --
/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_key_variation8.phpt19 'third' => array(0 => 'zero'),
44 string(4) "zero"
H A Darray_unique_error.phpt13 echo "\n-- Testing array_unique() function with zero arguments --\n";
27 -- Testing array_unique() function with zero arguments --
H A Dend_basic.phpt16 $array = array('zero', 'one', 200 => 'two');
36 0 => zero
H A Darray_sum_error.phpt13 echo "-- Testing array_sum() function with zero arguments --\n";
26 -- Testing array_sum() function with zero arguments --
H A Darray_merge_variation8.phpt16 $arr1 = array('zero', 'one', 'two', array(0));
35 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_slice_variation10.phpt16 $input = array ('one' => 'un', 'two' => 'deux', 23 => 'twenty-three', 'zero');
37 string(4) "zero"
H A Dcurrent_variation3.phpt17 $array1 = array ('zero', 'one', 'two');
37 string(4) "zero"
H A Deach_basic.phpt17 $arr = array ('one' => 1, 'zero', 'two' => 'deux', 20 => 'twenty');
41 string(4) "zero"
H A Darray_push_basic.phpt16 $array = array ('zero', 'one', 'two');
40 string(4) "zero"
/PHP-5.5/ext/mysqli/tests/
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-5.5/ext/bcmath/libbcmath/src/
H A Ddiv.c97 char zero; in bc_divide() local
151 zero = TRUE; in bc_divide()
155 zero = FALSE; in bc_divide()
171 if (!zero) in bc_divide()
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_error.phpt14 echo "\n-- Testing dir() function with zero arguments --";
27 -- Testing dir() function with zero arguments --
/PHP-5.5/ext/standard/tests/file/
H A Dfgetc_error.phpt11 // zero argument
12 echo "-- Testing fgetc() with zero argument --\n";
40 -- Testing fgetc() with zero argument --
/PHP-5.5/ext/gmp/tests/
H A D039.phpt41 Warning: gmp_testbit(): Index must be greater than or equal to zero in %s on line %d
48 Warning: gmp_testbit(): Index must be greater than or equal to zero in %s on line %d
/PHP-5.5/ext/mysql/tests/
H A Dmysql_thread_id.phpt21 printf("[002] Expecting int/any but zero, got %s/%s. [%d] %s\n",
25 printf("[003] Expecting int/any but zero, got %s/%s. [%d] %s\n",

Completed in 25 milliseconds

12345678910>>...12