comparison core/lib/Drupal/Core/Test/TestStatus.php @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
33 * 33 *
34 * Note that SYSTEM actually represents the lowest value of system errors, and 34 * Note that SYSTEM actually represents the lowest value of system errors, and
35 * the returned value could be as high as 127. Since that's the case, this 35 * the returned value could be as high as 127. Since that's the case, this
36 * constant should be used for range comparisons, and not just for equality. 36 * constant should be used for range comparisons, and not just for equality.
37 * 37 *
38 * @see http://php.net/manual/en/pcntl.constants.php 38 * @see http://php.net/manual/pcntl.constants.php
39 */ 39 */
40 const SYSTEM = 3; 40 const SYSTEM = 3;
41 41
42 /** 42 /**
43 * Turns a status code into a human-readable string. 43 * Turns a status code into a human-readable string.