Home
last modified time | relevance | path

Searched refs:how (Results 126 – 150 of 186) sorted by relevance

12345678

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt119 // CLIENT_LOCAL_FILES should be blocked - but how to test it ?!
131 …// how do we test if gets forbidden because of a missing right or the flag, this test is partly bo…
H A Dmysqli_no_reconnect.phpt83 It is undefined if the server replies to the query and how.
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strpos_variation5.phpt16 * Test how mb_strpos() behaves when passed different integers as $offset argument
H A Dmb_stripos_variation5_Bug45923.phpt17 * Test how mb_stripos() behaves when passed different integers as $offset argument
H A Dmb_strripos_variation5_Bug45923.phpt17 * Test how mb_strripos() behaves when passed different integers as $offset argument
H A Dmb_encode_mimeheader_variation2.phpt17 * Pass different data types to $charset argument to see how mb_encode_mimeheader() behaves
H A Dmb_encode_mimeheader_variation4.phpt17 * Pass different data types to $linefeed argument to see how mb_encode_mimeheader() behaves
H A Dmb_encode_mimeheader_variation5.phpt17 * Pass different data types to $indent argument to see how mb_encode_mimeheader() behaves
/PHP-5.5/ext/standard/tests/dir/
H A Dscandir_variation2.phpt11 * Pass different data types as $sorting_order argument to test how scandir() behaves
H A Dscandir_variation3.phpt11 * Pass different data types as $context argument to test how scandir() behaves
/PHP-5.5/ext/standard/tests/array/
H A Darray_merge_variation3.phpt11 * Pass arrays of different data types to test how array_merge adds them
H A Darray_merge_variation4.phpt11 * Pass an array with different data types as keys to test how array_merge
H A Darray_slice_variation7.phpt12 * to test how $preserve_keys treats them
H A Darray_diff_variation9.phpt12 * Test how array_diff() compares multidimensional arrays
H A Darray_multisort_variation1.phpt6 * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
H A Darray_multisort_variation2.phpt6 * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
H A Darray_multisort_variation3.phpt6 * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
/PHP-5.5/ext/pcntl/
H A Dpcntl.c74 ZEND_ARG_INFO(0, how)
920 long how, signo; in PHP_FUNCTION() local
925 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "la|z", &how, &user_set, &user_oldset) == FAI… in PHP_FUNCTION()
951 if (sigprocmask(how, &set, &oldset) != 0) { in PHP_FUNCTION()
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_begintransaction.phpt134 …printf("[028] I'm confused, how can autocommit be on? Didn't I say I want to manually control tran…
204 [028] I'm confused, how can autocommit be on? Didn't I say I want to manually control transactions?
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI131 This controls how many child processes the PHP process spawns. When the
148 This controls how many requests each child process will handle before
/PHP-5.5/
H A DREADME.STREAMS169 You need to "cast" the stream into a FILE*, and this is how you do it:
277 persistent controls how the memory is to be allocated - persistently so that
356 so I won't even go in to how to do that here */
371 about how these operations work.
H A DREADME.MAILINGLIST_RULES74 Finally, additional hints on how to behave inside the virtual community can be
H A DREADME.SUBMITTING_PATCH4 This document describes how to submit an enhancement or patch for PHP.
141 http://qa.php.net/write-test.php for how to test. Submitting test
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_variation3.phpt16 * Pass different data types to $str argument to see how iconv_mime_decode() behaves
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING33 a dummy mode in order to find out how much store will be needed, and then for
65 Computing the memory requirement: how it was
76 Computing the memory requirement: how it is
82 I had a flash of inspiration as to how I could run the real compile function in
83 a "fake" mode that enables it to compute how much memory it would need, while

Completed in 47 milliseconds

12345678