Searched refs:steps (Results 1 – 11 of 11) sorted by relevance
/PHP-7.3/ext/simplexml/tests/ |
H A D | bug42259.phpt | 37 echo count($ancestry) . ' steps: ' . $path . PHP_EOL; 42 3 steps: xml/fieldset1/field1 43 3 steps: xml/fieldset1/field2 44 4 steps: xml/fieldset2/options/option1 45 4 steps: xml/fieldset2/options/option2 46 4 steps: xml/fieldset2/options/option3 47 3 steps: xml/fieldset2/field1 48 3 steps: xml/fieldset2/field2
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | bug41121.phpt | 10 // posotive steps 16 // negative steps
|
H A D | range_errors.phpt | 33 echo "\n-- Testing Invalid steps --"; 92 -- Testing Invalid steps --
|
H A D | range_variation.phpt | 19 echo "\n*** Possible variatins with steps ***\n"; 601 *** Possible variatins with steps ***
|
/PHP-7.3/ext/gd/tests/ |
H A D | bug43073.phpt | 30 $delta_t = 360.0 / 16; # Make 16 steps around
|
/PHP-7.3/ext/ldap/tests/ |
H A D | README | 11 To use it follow these steps:
|
/PHP-7.3/ |
H A D | run-tests.php | 2254 function count_array_diff($ar1, $ar2, $is_reg, $w, $idx1, $idx2, $cnt1, $cnt2, $steps) argument 2262 $steps--; 2264 if (--$steps > 0) { 2266 $st = $steps / 2; 2277 $st = $steps;
|
H A D | README.RELEASE_PROCESS | 26 5. Follow all steps to the letter. When unclear ask previous RM's (David/Julien/ 29 steps related to the php/QA/bug websites try to have someone from the webmaster
|
/PHP-7.3/ext/zlib/tests/ |
H A D | data.inc | 75 Hear not my steps, which way they walk,
|
/PHP-7.3/Zend/ |
H A D | zend_alloc.c | 860 int steps = 0; local 1037 steps++; 1042 if (steps > 2 && pages_count < 8) {
|
/PHP-7.3/sapi/phpdbg/ |
H A D | xml.md | 402 - steps by one line or opcode (as defined via set stepping) default is one line
|
Completed in 25 milliseconds