Home
last modified time | relevance | path

Searched refs:cases (Results 1 – 25 of 137) sorted by relevance

123456

/PHP-7.2/tests/output/
H A Dob_get_contents_error_001.phpt2 Test ob_get_contents() function : error cases
14 echo "*** Testing ob_get_contents() : error cases ***\n";
25 *** Testing ob_get_contents() : error cases ***
/PHP-7.2/ext/standard/tests/general_functions/
H A Dbug48660.phpt10 [cases]
30 ["cases"]=>
45 ["cases"]=>
H A Dget_include_path_basic.phpt22 echo "\nError cases:\n";
33 Error cases:
H A Dget_magic_quotes_gpc.phpt12 echo "\n-- Error cases --\n";
22 -- Error cases --
H A Dget_magic_quotes_runtime.phpt13 echo "\n-- Error cases --\n";
23 -- Error cases --
H A Dget_included_files.phpt25 echo "\n-- Error cases --\n";
59 -- Error cases --
/PHP-7.2/ext/mbstring/ucgendat/
H A Ducgendat.c184 static ac_uint4 cases[3]; variable
544 cases[2] = code; in add_title()
547 if (!cases[0]) cases[0] = code; in add_title()
548 if (!cases[1]) cases[1] = code; in add_title()
588 cases[0] = code; in add_upper()
594 if (cases[2] == 0) in add_upper()
595 cases[2] = code; in add_upper()
635 cases[1] = code; in add_lower()
641 if (cases[2] == 0) in add_lower()
642 cases[2] = cases[0]; in add_lower()
[all …]
/PHP-7.2/ext/hash/tests/
H A Dhash_hkdf_edges.phpt2 Test hash_hkdf() function: edge cases
13 echo "*** Testing hash_hkdf(): edge cases ***\n";
25 *** Testing hash_hkdf(): edge cases ***
H A Dbug70312.phpt2 Bug #70312 HAVAL gives wrong hashes in specific cases
/PHP-7.2/ext/standard/tests/math/
H A Dlcg_value_basic.phpt24 echo "\n lcg_value error cases..spurious args get ignored\n";
49 lcg_value error cases..spurious args get ignored
/PHP-7.2/ext/standard/tests/strings/
H A Dbug54454.phpt2 Bug #54454 (substr_compare incorrectly reports equality in some cases)
/PHP-7.2/Zend/tests/
H A Dassign_to_var_003.phpt2 complex cases of variable assignment - 003
H A Dassign_to_var_001.phpt2 complex cases of variable assignment - 001
H A Dassign_to_var_002.phpt2 complex cases of variable assignment - 002
H A Dassign_to_var_004.phpt2 complex cases of variable assignment - 004
H A Dneg_num_string.phpt2 Test edge-cases for negative num strings in interpolated string offsets
/PHP-7.2/Zend/tests/return_types/
H A Dvoid_allowed.phpt2 void return type: acceptable cases
H A Dvoid_disallowed2.phpt2 void return type: unacceptable cases: explicit return of some other value
H A Dvoid_disallowed1.phpt2 void return type: unacceptable cases: explicit NULL return
/PHP-7.2/ext/date/
H A DTODO1 - Port over my 200 test cases to .phpt format.
/PHP-7.2/ext/readline/tests/
H A Dreadline_read_history_error_001.phpt2 readline_read_history() function - Error cases
/PHP-7.2/ext/date/tests/
H A Dtimezone_name_from_abbr_basic1.phpt16 echo "-- Tests with special cases first - no lookup needed --\n";
41 -- Tests with special cases first - no lookup needed --
/PHP-7.2/ext/opcache/tests/
H A Djmpz_jmp_elim.phpt2 Edge-cases in elimination of JMPZ JMP with same target
H A Djmp_elim_001.phpt2 Edge-cases in constant conditional jump elimination
/PHP-7.2/ext/spl/tests/
H A Dbug55157_variation.phpt4 One of the test cases from bug #55157. This is a workaround around the problem that has worked

Completed in 22 milliseconds

123456