Home
last modified time | relevance | path

Searched refs:how (Results 76 – 100 of 159) sorted by relevance

1234567

/PHP-8.3/ext/pcre/tests/
H A Dpreg_grep_error1.phpt9 * Testing how preg_grep reacts to being passed bad regexes
H A Dpreg_match_error1.phpt7 * Testing how preg_match reacts to being passed the wrong type of regex argument
H A Dpreg_split_error1.phpt9 * Testing how preg_split reacts to being passed the wrong type of regex argument
H A Dpreg_match_all_error1.phpt9 * Testing how preg_match_all reacts to being passed the wrong type of regex argument
/PHP-8.3/ext/standard/tests/strings/
H A Dstripslashes_variation2.phpt37 "how're you doing?",
113 string(18) "how\'re you doing?"
115 string(17) "how're you doing?"
/PHP-8.3/ext/standard/tests/array/
H A Dnatcasesort_variation2.phpt7 * Pass arrays of different data types to natcasesort() to test how they are sorted
H A Darray_shift_variation3.phpt6 * Pass arrays with different data types as keys to test how array_shift() re-assigns keys
H A Darray_diff_assoc_variation5.phpt6 * Test how array_diff_assoc compares integers, floats and string
H A Darray_diff_variation9.phpt6 * Test how array_diff() compares multidimensional arrays
/PHP-8.3/ext/standard/tests/dir/
H A Dscandir_variation8.phpt6 * Pass a directory containing files with different types of names to test how scandir()
H A Dscandir_variation8-win32-mb.phpt12 * Pass a directory containing files with different types of names to test how scandir()
H A Dreaddir_variation4.phpt7 * files with different file names to test how readdir() reads them
/PHP-8.3/ext/mbstring/tests/
H A Dmb_substr_variation4.phpt8 * Test how mb_substr() behaves when passed a range of integers as $start argument
H A Dmb_substr_variation5.phpt8 * Test how mb_substr() behaves when passed a range of integers as $length argument
H A Dmb_substr_variation6.phpt8 * Test how mb_substr() behaves when passed a range of integers as $start argument
H A Dmb_substr_variation7.phpt8 * Test how mb_substr() behaves when passed a range of integers as $length argument
H A Dmb_strripos_variation5_Bug45923.phpt8 * Test how mb_strripos() behaves when passed different integers as $offset argument
H A Dmb_stripos_variation5_Bug45923.phpt8 * Test how mb_stripos() behaves when passed different integers as $offset argument
H A Dmb_strpos_variation5.phpt8 * Test how mb_strpos() behaves when passed different integers as $offset argument
H A Dmb_strtolower_basic.phpt60 // there is no limit as to how far we will scan
/PHP-8.3/ext/iconv/tests/
H A Diconv_strpos_variation5.phpt10 * Test how iconv_strpos() behaves when passed different integers as $offset argument
/PHP-8.3/TSRM/
H A DTSRM.h128 TSRM_API int tsrm_sigmask(int how, const sigset_t *set, sigset_t *oldset);
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_process_ctl.c125 int fpm_pctl_kill(pid_t pid, int how) /* {{{ */ in fpm_pctl_kill() argument
129 switch (how) { in fpm_pctl_kill()
/PHP-8.3/docs/
H A Dunix-build-system.md26 portability concerns and improving the chance that your build is correct (how
106 regarding how PHP is supposed to be built (shared module, program, etc).
/PHP-8.3/ext/standard/
H A Dstreamsfuncs.c1770 zend_long how; in PHP_FUNCTION() local
1776 Z_PARAM_LONG(how) in PHP_FUNCTION()
1779 if (how != STREAM_SHUT_RD && in PHP_FUNCTION()
1780 how != STREAM_SHUT_WR && in PHP_FUNCTION()
1781 how != STREAM_SHUT_RDWR) { in PHP_FUNCTION()
1788 RETURN_BOOL(php_stream_xport_shutdown(stream, (stream_shutdown_t)how) == 0); in PHP_FUNCTION()

Completed in 36 milliseconds

1234567