Home
last modified time | relevance | path

Searched refs:how (Results 1 – 25 of 152) sorted by relevance

1234567

/PHP-8.1/Zend/tests/
H A Ddebug_backtrace_options.phpt15 function doit($a, $b, $how)
18 $how();
20 $how(true);
22 $how(false);
24 $how(DEBUG_BACKTRACE_PROVIDE_OBJECT);
26 $how(DEBUG_BACKTRACE_IGNORE_ARGS);
28 $how(DEBUG_BACKTRACE_PROVIDE_OBJECT|DEBUG_BACKTRACE_IGNORE_ARGS);
32 protected function doCall($dowhat, $how)
34 $dowhat('a','b', $how);
36 static function statCall($dowhat, $how)
[all …]
/PHP-8.1/ext/standard/tests/strings/
H A Dquotemeta_basic.phpt8 var_dump(quotemeta("Hello how are you ?"));
14 string(20) "Hello how are you \?"
H A Dbug36306.phpt6 /* as an example how to write crc32 tests
H A Daddslashes_variation2.phpt27 "how're you doing?",
91 string(18) "how\'re you doing?"
/PHP-8.1/ext/mbstring/tests/
H A Dutf8_error_handling.phpt7 /* The WHATWG specifies not just how web browsers should handle _valid_
8 * UTF-8 text, but how they should handle _invalid_ UTF-8 text (such
9 * as how many error markers each invalid byte sequence should decode
13 * The API documentation for mb_convert_encoding does not specify how
/PHP-8.1/ext/mysqli/
H A Dmysqli_mysqlnd.h38 #define mysqli_close(c, how) mysqlnd_close((c), (how)) argument
/PHP-8.1/ext/pdo/
H A Dpdo_stmt.c730 flags = how & PDO_FETCH_FLAGS; in do_fetch()
731 how = how & ~PDO_FETCH_FLAGS; in do_fetch()
737 if (how == PDO_FETCH_BOUND) { in do_fetch()
753 if (how == PDO_FETCH_LAZY) { in do_fetch()
760 switch (how) { in do_fetch()
882 how = PDO_FETCH_OBJ; in do_fetch()
921 switch (how) { in do_fetch()
1031 switch (how) { in do_fetch()
1161 Z_PARAM_LONG(how) in PHP_METHOD()
1261 Z_PARAM_LONG(how) in PHP_METHOD()
[all …]
/PHP-8.1/ext/openssl/tests/
H A Dbug25614.phpt15 Warning: openssl_pkey_get_public(): Don't know how to get public key from this private key %s
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_process_ctl.h18 int fpm_pctl_kill(pid_t pid, int how);
/PHP-8.1/ext/pdo_dblib/tests/
H A Dbug_71667.phpt2 PDO_DBLIB: Emulate how mssql extension names "computed" columns
/PHP-8.1/ext/standard/tests/array/
H A Dnatcasesort_variation8.phpt6 * Pass an array of octal values to test how natcasesort() re-orders it
H A Dnatcasesort_variation7.phpt6 * Pass natcasesort() an infinitely recursive array to test how it is re-ordered
H A Darray_diff_assoc_variation10.phpt6 * Test how array_diff_assoc() compares binary data
H A Dnatcasesort_variation5.phpt6 * Pass an array of different hex values to test how natcasesort() re-orders it
H A Dnatcasesort_variation6.phpt6 * Pass an array of referenced variables to test how natcasesort() re-orders it
H A Darray_key_exists_variation5.phpt6 * Test how array_key_exists() behaves with multi-dimensional arrays
H A Darray_merge_variation7.phpt6 * Pass array_merge() arrays with mixed keys to test how it attaches them to
H A Darray_diff_assoc_variation8.phpt6 * Test how array_diff_assoc() behaves when comparing:
H A Dkey_variation3.phpt6 * Test how the internal pointer is affected when two variables are referenced to each other
H A Dcurrent_variation3.phpt6 * Test how the internal pointer is affected when two variables are referenced to each other
H A Dend_variation3.phpt6 * Test how the internal pointer is affected when two variables are referenced to each other
/PHP-8.1/ext/pcre/tests/
H A Dpreg_match_all_error3.phpt9 * Testing how preg_match_all reacts to being passed the wrong type of subpatterns array argument
/PHP-8.1/main/streams/
H A Dphp_stream_transport.h117 PHPAPI int php_stream_xport_shutdown(php_stream *stream, stream_shutdown_t how);
137 unsigned int how:2; member
/PHP-8.1/docs/
H A Dself-contained-extensions.md9 We will describe now how to create these and how to put things together.
25 Just to show you how easy it is to create a self-contained extension, we will
141 module. The following will explain now how you can add shared module support to
/PHP-8.1/ext/standard/tests/dir/
H A Dscandir_variation9.phpt6 * Pass different integers as $sorting_order argument to test how scandir()

Completed in 72 milliseconds

1234567