Home
last modified time | relevance | path

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

1234567

/php-src/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-src/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
/php-src/ext/opcache/tests/jit/
H A Disset_002.phpt10 foreach ($how as $key => $value) {
29 Warning: Undefined variable $how in %sisset_002.php on line 3
/php-src/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
H A Dmb_decode_mimeheader_variation5.phpt14 // This is how underscores should be encoded in MIME encoded words with QPrint
/php-src/ext/mysqli/
H A Dmysqli_mysqlnd.h38 #define mysqli_close(c, how) mysqlnd_close((c), (how)) argument
/php-src/ext/pdo/
H A Dpdo_stmt.c730 how = how & ~PDO_FETCH_FLAGS; in do_fetch()
736 if (how == PDO_FETCH_BOUND) { in do_fetch()
747 if (how == PDO_FETCH_LAZY) { in do_fetch()
754 switch (how) { in do_fetch()
876 how = PDO_FETCH_OBJ; in do_fetch()
915 switch (how) { in do_fetch()
1025 switch (how) { in do_fetch()
1155 Z_PARAM_LONG(how) in PHP_METHOD()
1255 Z_PARAM_LONG(how) in PHP_METHOD()
1363 if ((how & PDO_FETCH_GROUP) || how == PDO_FETCH_KEY_PAIR || in PHP_METHOD()
[all …]
/php-src/docs/source/introduction/ides/
H A Dindex.rst10 Here you can find instructions on how to effectively use common IDEs for php-src development.
/php-src/docs/source/
H A Dindex.rst37 understand how the interpreter works, how you can build and test changes, and how you can create
/php-src/sapi/fpm/fpm/
H A Dfpm_process_ctl.h18 int fpm_pctl_kill(pid_t pid, int how);
/php-src/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-src/ext/pdo_dblib/tests/
H A Dbug_71667.phpt2 PDO_DBLIB: Emulate how mssql extension names "computed" columns
/php-src/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 Dnatcasesort_variation5.phpt6 * Pass an array of different hex values to test how natcasesort() re-orders it
H A Darray_diff_assoc_variation10.phpt6 * Test how array_diff_assoc() compares binary data
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 Dkey_variation3.phpt6 * Test how the internal pointer is affected when two variables are referenced to each other
H A Darray_diff_assoc_variation8.phpt6 * Test how array_diff_assoc() behaves when comparing:
H A Dcurrent_variation3.phpt6 * Test how the internal pointer is affected when two variables are referenced to each other
/php-src/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-src/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

Completed in 42 milliseconds

1234567