/PHP-8.3/Zend/tests/ |
H A D | debug_backtrace_options.phpt | 15 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.3/ext/standard/tests/strings/ |
H A D | quotemeta_basic.phpt | 8 var_dump(quotemeta("Hello how are you ?")); 14 string(20) "Hello how are you \?"
|
H A D | bug36306.phpt | 6 /* as an example how to write crc32 tests
|
H A D | addslashes_variation2.phpt | 27 "how're you doing?", 91 string(18) "how\'re you doing?"
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | utf8_error_handling.phpt | 7 /* 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
|
H A D | mb_decode_mimeheader_variation5.phpt | 14 // This is how underscores should be encoded in MIME encoded words with QPrint
|
/PHP-8.3/ext/mysqli/ |
H A D | mysqli_mysqlnd.h | 38 #define mysqli_close(c, how) mysqlnd_close((c), (how)) argument
|
/PHP-8.3/ext/pdo/ |
H A D | pdo_stmt.c | 730 how = how & ~PDO_FETCH_FLAGS; in do_fetch() 736 if (how == PDO_FETCH_BOUND) { in do_fetch() 752 if (how == PDO_FETCH_LAZY) { in do_fetch() 759 switch (how) { in do_fetch() 881 how = PDO_FETCH_OBJ; in do_fetch() 920 switch (how) { in do_fetch() 1030 switch (how) { in do_fetch() 1160 Z_PARAM_LONG(how) in PHP_METHOD() 1260 Z_PARAM_LONG(how) in PHP_METHOD() 1368 if ((how & PDO_FETCH_GROUP) || how == PDO_FETCH_KEY_PAIR || in PHP_METHOD() [all …]
|
/PHP-8.3/sapi/fpm/fpm/ |
H A D | fpm_process_ctl.h | 18 int fpm_pctl_kill(pid_t pid, int how);
|
/PHP-8.3/ext/openssl/tests/ |
H A D | bug25614.phpt | 15 Warning: openssl_pkey_get_public(): Don't know how to get public key from this private key %s
|
/PHP-8.3/ext/pdo_dblib/tests/ |
H A D | bug_71667.phpt | 2 PDO_DBLIB: Emulate how mssql extension names "computed" columns
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | natcasesort_variation8.phpt | 6 * Pass an array of octal values to test how natcasesort() re-orders it
|
H A D | natcasesort_variation7.phpt | 6 * Pass natcasesort() an infinitely recursive array to test how it is re-ordered
|
H A D | natcasesort_variation5.phpt | 6 * Pass an array of different hex values to test how natcasesort() re-orders it
|
H A D | array_diff_assoc_variation10.phpt | 6 * Test how array_diff_assoc() compares binary data
|
H A D | natcasesort_variation6.phpt | 6 * Pass an array of referenced variables to test how natcasesort() re-orders it
|
H A D | array_key_exists_variation5.phpt | 6 * Test how array_key_exists() behaves with multi-dimensional arrays
|
H A D | array_merge_variation7.phpt | 6 * Pass array_merge() arrays with mixed keys to test how it attaches them to
|
H A D | key_variation3.phpt | 6 * Test how the internal pointer is affected when two variables are referenced to each other
|
H A D | array_diff_assoc_variation8.phpt | 6 * Test how array_diff_assoc() behaves when comparing:
|
H A D | current_variation3.phpt | 6 * Test how the internal pointer is affected when two variables are referenced to each other
|
H A D | end_variation3.phpt | 6 * Test how the internal pointer is affected when two variables are referenced to each other
|
/PHP-8.3/ext/pcre/tests/ |
H A D | preg_match_all_error3.phpt | 9 * Testing how preg_match_all reacts to being passed the wrong type of subpatterns array argument
|
/PHP-8.3/main/streams/ |
H A D | php_stream_transport.h | 117 PHPAPI int php_stream_xport_shutdown(php_stream *stream, stream_shutdown_t how); 137 unsigned int how:2; member
|
/PHP-8.3/docs/ |
H A D | self-contained-extensions.md | 9 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
|