Home
last modified time | relevance | path

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

1234567

/PHP-8.3/ext/pcntl/tests/
H A D002.phpt58 * "sigprocmask: unknown 'how' field 2147483647"
/PHP-8.3/ext/ldap/tests/
H A Dldap_search_sort_controls.phpt59 'count' => 0, // We have no idea how many entries there are
/PHP-8.3/ext/standard/tests/dir/
H A Dreaddir_variation4-win32-mb.phpt13 * files with different file names to test how readdir() reads them
/PHP-8.3/ext/mbstring/tests/
H A Dmb_ereg_variation6.phpt12 * Test how mb_ereg() matches special characters for $pattern
H A Dmb_convert_case_various_mode.phpt46 // there is no limit as to how far we will scan
H A Dmb_encode_mimeheader_basic4.phpt74 // into account when calculating how many QPrint-encoded characters we can output
88 // how much output can fit on the line
H A Dutf7imap_encoding.phpt107 /* Tell me, please, how many ways can UTF-16BE text get messed up?
/PHP-8.3/
H A DREADME.md124 See [Git workflow](https://wiki.php.net/vcs/gitworkflow) for details on how pull
129 See further documents in the repository for more information on how to
H A DCONTRIBUTING.md66 [guide to reporting a bug](https://bugs.php.net/how-to-report.php).
86 …ess](https://blogs.oracle.com/opal/post/the-mysterious-php-rfc-process-and-how-you-can-change-the-…
118 [Our QA site includes a page detailing how to write test cases.](https://qa.php.net/write-test.php)
342 5. If you don't know how to do something, ask first!
/PHP-8.3/ext/standard/tests/array/
H A Darray_merge_variation3.phpt6 * Pass arrays of different data types to test how array_merge adds them
H A Darray_merge_variation4.phpt6 * Pass an array with different data types as keys to test how array_merge
H A Darray_slice_variation7.phpt7 * to test how $preserve_keys treats them
/PHP-8.3/ext/mysqli/tests/
H A D009.phpt53 $c8 = 4567;// change this to test how mysqli/mysqlnd handles is_ref changing
H A Dmysqli_no_reconnect.phpt81 It is undefined if the server replies to the query and how.
/PHP-8.3/ext/date/tests/
H A Dbug73858.phpt50 it just means you have to be careful of how we work with DateTimes .
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_begintransaction.phpt137 …printf("[028] I'm confused, how can autocommit be on? Didn't I say I want to manually control tran…
207 [028] I'm confused, how can autocommit be on? Didn't I say I want to manually control transactions?
/PHP-8.3/TSRM/
H A DTSRM.c666 TSRM_API int tsrm_sigmask(int how, const sigset_t *set, sigset_t *oldset) in tsrm_sigmask() argument
670 return pthread_sigmask(how, set, oldset); in tsrm_sigmask()
/PHP-8.3/docs/
H A Dstreams.md178 You need to "cast" the stream into a `FILE*`, and this is how you do it:
301 * `persistent` controls how the memory is to be allocated - persistently so that
380 so I won't even go in to how to do that here */
398 how these operations work.
H A Dmailinglist-rules.md71 Finally, additional hints on how to behave inside the virtual community can be
/PHP-8.3/ext/pcntl/
H A Dpcntl.c717 zend_long how, signo; in PHP_FUNCTION() local
722 Z_PARAM_LONG(how) in PHP_FUNCTION()
743 if (sigprocmask(how, &set, &oldset) != 0) { in PHP_FUNCTION()
/PHP-8.3/build/
H A Dax_func_which_gethostbyname_r.m469 AC_MSG_CHECKING([how many arguments gethostbyname_r() takes])
/PHP-8.3/ext/pdo_odbc/tests/
H A Dlong_columns.phpt52 … die("BORK: don't know how to create a long column here:\n" . implode(", ", $db->errorInfo()));
/PHP-8.3/ext/pdo/tests/
H A Dpdo_018.phpt77 // environment settings can influence how the table is created if specifics are missing
/PHP-8.3/ext/mbstring/tests/data/
H A D8859-6.txt15 # This table contains the data the Unicode Consortium has on how
H A D8859-8.txt15 # This table contains the data the Unicode Consortium has on how

Completed in 33 milliseconds

1234567