/PHP-5.5/ext/standard/tests/array/ |
H A D | array_merge_variation6.phpt | 18 $arr1 = array('zero' => 'zero', 'one' => 'un', 'two' => 'deux'); 19 $arr2 = array('zero' => 'zero', 'un' => 'eins', 'deux' => 'zwei'); 30 ["zero"]=> 31 string(4) "zero" 42 ["zero"]=> 43 string(4) "zero"
|
H A D | array_diff_assoc_variation6.phpt | 20 $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 D | natcasesort_variation7.phpt | 16 $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 D | array_merge_variation10.phpt | 17 $arr1 = array ('zero', 'one', 'two'); 18 $arr2 = array ('zero', 'un', 'deux'); 44 string(4) "zero" 50 string(4) "zero" 64 0 => zero 67 $arr1: 0 => zero 68 $arr2: 0 => zero
|
H A D | array_values_variation4.phpt | 19 $input = array ('zero' => 'zero', 'un' => 'one', 'sub' => array (1, 2, 3)); 41 string(4) "zero" 68 string(4) "zero" 82 ["zero"]=> 83 string(4) "zero"
|
H A D | reset_variation3.phpt | 17 $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 D | each_variation6.phpt | 17 $arr = array('zero', 'one', 'two', 'abc', 'xyz'); 35 0 => zero 40 string(4) "zero" 42 string(4) "zero"
|
H A D | array_diff_assoc_error.phpt | 2 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 D | array_shift_variation5.phpt | 18 $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"
|
H A D | array_merge_basic.phpt | 17 $array1 = array ('zero', 'one', 'two'); 32 string(4) "zero" 52 string(4) "zero"
|
H A D | array_shift_basic.phpt | 16 $array = array('zero', 'one', '3' => 'three', 'four' => 4); 34 string(4) "zero" 44 Returned value: string(4) "zero"
|
H A D | array_merge_variation5.phpt | 18 $arr1 = array('zero', 'one', 'two', 'three'); 31 string(4) "zero" 53 string(4) "zero"
|
H A D | array_merge_variation7.phpt | 18 $arr1 = array('zero', 20 => 'twenty', 'thirty' => 30, true => 'bool'); 31 string(4) "zero" 57 string(4) "zero"
|
H A D | reset_basic.phpt | 16 $array = array('zero', 'one', 200 => 'two'); 35 0 => zero 44 string(4) "zero"
|
/PHP-5.5/tests/lang/ |
H A D | 022.phpt | 12 echo "zero"; 34 zero 44 zero 54 zero
|
/PHP-5.5/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. 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-5.5/ext/spl/tests/ |
H A D | array_012.phpt | 8 $a = array('zero' => 0, 'one' => 1, 'two' => 2); 23 public $zero = 0; 47 zero=>0 56 zero=>0
|
H A D | array_013.phpt | 13 $a = array(0 => 'zero', 1 => 'one', 2 => 'two'); 35 public $zero = 0; 67 0=>zero 74 zero=>0
|
/PHP-5.5/Zend/tests/ |
H A D | bug69017.phpt | 12 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 D | mod_001.phpt | 2 modulus by zero 15 Warning: Division by zero in %s on line %d
|
/PHP-5.5/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-5.5/ext/pgsql/tests/ |
H A D | bug60244.phpt | 29 Warning: pg_fetch_array(): The row parameter must be greater or equal to zero in %sbug60244.php on … 32 Warning: pg_fetch_assoc(): The row parameter must be greater or equal to zero in %sbug60244.php on … 35 Warning: pg_fetch_object(): The row parameter must be greater or equal to zero in %sbug60244.php on… 38 Warning: pg_fetch_row(): The row parameter must be greater or equal to zero in %sbug60244.php on li…
|
/PHP-5.5/ext/standard/tests/strings/ |
H A D | chunk_split_variation2.phpt | 97 Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on… 101 Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on… 105 Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on… 109 Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on… 133 Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on… 137 Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on… 143 Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on… 149 Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on… 173 Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on… 177 Warning: chunk_split(): Chunk length should be greater than zero in %schunk_split_variation2.php on…
|
/PHP-5.5/ext/json/tests/ |
H A D | bug45791.phpt | 8 var_dump(json_decode('{"zero": 0e0}')); 13 ["zero"]=>
|
/PHP-5.5/ext/sysvshm/tests/ |
H A D | 002.phpt | 42 Warning: shm_attach(): Segment size must be greater than zero in %s on line %d 45 Warning: shm_attach(): Segment size must be greater than zero in %s on line %d 48 Warning: shm_attach(): Segment size must be greater than zero in %s on line %d 51 Warning: shm_attach(): Segment size must be greater than zero in %s on line %d 56 Warning: shm_attach(): Segment size must be greater than zero in %s on line %d
|