Home
last modified time | relevance | path

Searched refs:check (Results 401 – 425 of 700) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-8.1/sapi/cli/tests/
H A Dupload_2G.phpt16 die('skip Cannot check free RAM from /proc/meminfo on this platform');
/PHP-8.1/ext/standard/tests/file/
H A D007_basic.phpt33 // check fopen()
39 // check fclose()
74 // check fclose()
H A Dsymlink_link_linkinfo_is_link_basic1.phpt42 and check linkinfo() and is_link() on the link created */
/PHP-8.1/docs/
H A Dparameter-parsing-api.md14 `convert_to_*` conversions. The functions also check for the appropriate number
103 For `f` use the ``ZEND_FCI_INITIALIZED(fci)`` macro to check if a callable
104 has been provided and ``!ZEND_FCI_INITIALIZED(fci)`` to check if a PHP NULL
/PHP-8.1/ext/standard/tests/dir/
H A Dreaddir_variation4-win32-mb.phpt73 // more important to check that all contents are present than order they are returned in
/PHP-8.1/ext/standard/tests/array/
H A Darray_combine_variation4.phpt64 // loop through each sub-array within $arrays to check the behavior of array_combine()
H A Darray_diff_variation8.phpt52 // loop through each sub-array of $inputs to check the behavior of array_unique()
H A Dsizeof_variation2.phpt31 // check the working of sizeof()
/PHP-8.1/ext/standard/tests/math/
H A Dround_variation1.phpt75 // loop through each element of $inputs to check the behaviour of round()
H A Dabs_variation.phpt67 // loop through each element of $inputs to check the behavior of abs()
H A Dbindec_variation1.phpt54 // loop through each element of $inputs to check the behaviour of bindec()
H A Dbindec_variation1_64bit.phpt54 // loop through each element of $inputs to check the behaviour of bindec()
H A Dceil_variation1.phpt61 // loop through each element of $inputs to check the behaviour of ceil()
H A Dfloor_variation1.phpt61 // loop through each element of $inputs to check the behaviour of floor()
/PHP-8.1/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation5.phpt19 // loop through each element of the array to check htmlspecialchars_decode() function with all poss…
H A Dbasename_basic.phpt43 /* paths with binary value to check if the function is binary safe*/
H A Dstrtolower.phpt47 /* loop through to check possible variations */
H A Dstrtoupper1.phpt47 /* loop through to check possible variations */
/PHP-8.1/ext/standard/tests/general_functions/
H A Dis_array.phpt24 /* loop to check that is_array() recognizes different
H A Dis_callable_variation1.phpt42 /* use check_iscallable() to check whether given string is valid function name
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_fetch_field_flags.phpt152 // TODO - check exact version!
160 // TODO - check exact version!
/PHP-8.1/sapi/fpm/tests/
H A Dtester.inc537 * Execute and check ping request.
553 * Execute and check status request(s).
1497 * @param bool $checkAllLogs Whether to also check past logs.
1522 * @param bool $checkAllLogs Whether to also check past logs.
1601 * @param bool $checkAllLogs Whether to also check past logs.
1647 * @param bool $checkAllLogs Whether to also check past logs.
1683 * @param bool $checkAllLogs Whether to also check past logs.
1718 * @param bool $checkAllLogs Whether to also check past logs.
1753 * @param bool $checkAllLogs Whether to also check past logs.
1788 * @param bool $checkAllLogs Whether to also check past logs.
H A Dlogtool.inc132 * @param bool $checkAllLogs Whether to also check past logs.
167 * @param string|null $line Log line to check against.
219 * @param bool $terminated Whether to check termination lines.
592 * @param bool $checkAllLogs Whether to also check past logs.
704 * @param bool $checkAllLogs Whether to also check past logs.
/PHP-8.1/ext/gd/libgd/
H A Dgd_png.c83 int check; in gdPngReadData() local
84 check = gdGetBuf(data, length, (gdIOCtx *) png_get_io_ptr(png_ptr)); in gdPngReadData()
85 if (check != length) { in gdPngReadData()
/PHP-8.1/ext/mbstring/libmbfl/
H A DREADME.md33 * Added check for invalid/obsolete utf-8 encoding (rui).

Completed in 35 milliseconds

1...<<11121314151617181920>>...28