Home
last modified time | relevance | path

Searched refs:how (Results 101 – 125 of 186) sorted by relevance

12345678

/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_assoc_variation6.phpt12 * Test how array_diff_assoc behaves
H A Dnatcasesort_variation2.phpt12 * Pass arrays of different data types to natcasesort() to test how they are sorted
H A Darray_shift_variation3.phpt11 * Pass arrays with different data types as keys to test how array_shift() re-assigns keys
H A Darray_diff_assoc_variation5.phpt12 * Test how array_diff_assoc compares integers, floats and string
/PHP-5.5/ext/pcre/tests/
H A Dpreg_match_all_error1.phpt11 * Testing how preg_match_all reacts to being passed the wrong type of regex argument
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_variation1.phpt16 * Pass different data types to $str argument to see how iconv_mime_decode() behaves
H A Diconv_strpos_variation5.phpt16 * Test how iconv_strpos() behaves when passed different integers as $offset argument
H A Diconv_mime_decode_headers_variation1.phpt16 * Pass different data types to $str argument to see how iconv_mime_decode_headers() behaves
H A Diconv_mime_decode_variation2.phpt16 * Pass different data types to $str argument to see how iconv_mime_decode() behaves
/PHP-5.5/ext/pcntl/tests/
H A D002.phpt54 * "sigprocmask: unknown 'how' field 2147483647"
/PHP-5.5/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation1.phpt17 * Pass different data types to $str argument to see how mb_encode_mimeheader() behaves
H A Dmb_substr_variation7.phpt16 * Test how mb_substr() behaves when passed a range of integers as $length argument
H A Dmb_substr_variation4.phpt16 * Test how mb_substr() behaves when passed a range of integers as $start argument
H A Dmb_substr_variation5.phpt16 * Test how mb_substr() behaves when passed a range of integers as $length argument
H A Dmb_substr_variation6.phpt16 * Test how mb_substr() behaves when passed a range of integers as $start argument
H A Dmb_encode_mimeheader_variation3.phpt17 …* Pass different data types to $transfer_encoding argument to see how mb_encode_mimeheader() behav…
H A Dmb_ereg_variation6.phpt16 * Test how mb_ereg() matches special characters for $pattern
/PHP-5.5/ext/standard/tests/dir/
H A Dscandir_variation8.phpt11 * Pass a directory containing files with different types of names to test how scandir()
H A Dreaddir_variation4.phpt12 * files with different file names to test how readdir() reads them
/PHP-5.5/
H A DREADME.UNIX-BUILD-SYSTEM28 that your build is correct (how often have you been told to
106 information regarding how PHP is supposed to be built (shared
/PHP-5.5/TSRM/
H A DTSRM.c717 TSRM_API int tsrm_sigmask(int how, const sigset_t *set, sigset_t *oldset) in tsrm_sigmask() argument
722 return pthread_sigmask(how, set, oldset); in tsrm_sigmask()
724 return sigprocmask(how, set, oldset); in tsrm_sigmask()
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c1626 long how; in PHP_FUNCTION() local
1630 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl", &zstream, &how) == FAILURE) { in PHP_FUNCTION()
1634 if (how != STREAM_SHUT_RD && in PHP_FUNCTION()
1635 how != STREAM_SHUT_WR && in PHP_FUNCTION()
1636 how != STREAM_SHUT_RDWR) { in PHP_FUNCTION()
1642 RETURN_BOOL(php_stream_xport_shutdown(stream, (stream_shutdown_t)how TSRMLS_CC) == 0); in PHP_FUNCTION()
/PHP-5.5/ext/pdo/
H A DTODO60 Consider how the following can be implemented in PDO:
/PHP-5.5/ext/mysqli/tests/
H A D009.phpt52 $c8 = 4567;// change this to test how mysqli/mysqlnd handles is_ref changing
/PHP-5.5/ext/shmop/
H A DREADME36 count - how many bytes to read

Completed in 45 milliseconds

12345678