Home
last modified time | relevance | path

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

123456

/PHP-8.0/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 …]
H A Dmethod_static_var.phpt6 /* The current behavior is probably a bug, but we should still test how it currently works. */
/PHP-8.0/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-8.0/ext/mysqli/
H A Dmysqli_mysqlnd.h38 #define mysqli_close(c, how) mysqlnd_close((c), (how)) argument
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c799 flags = how & PDO_FETCH_FLAGS; in do_fetch()
800 how = how & ~PDO_FETCH_FLAGS; in do_fetch()
806 if (how == PDO_FETCH_BOUND) { in do_fetch()
822 if (how == PDO_FETCH_LAZY) { in do_fetch()
829 switch (how) { in do_fetch()
951 how = PDO_FETCH_OBJ; in do_fetch()
990 switch (how) { in do_fetch()
1100 switch (how) { in do_fetch()
1227 Z_PARAM_LONG(how) in PHP_METHOD()
1327 Z_PARAM_LONG(how) in PHP_METHOD()
[all …]
/PHP-8.0/ext/openssl/tests/
H A Dbug25614.phpt14 Warning: openssl_pkey_get_public(): Don't know how to get public key from this private key %s
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_process_ctl.h20 int fpm_pctl_kill(pid_t pid, int how);
/PHP-8.0/ext/pdo_dblib/tests/
H A Dbug_71667.phpt2 PDO_DBLIB: Emulate how mssql extension names "computed" columns
/PHP-8.0/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.0/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
H A Dpreg_match_all_error2.phpt9 * Testing how preg_match_all reacts to being passed the wrong type of input argument
/PHP-8.0/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.0/Zend/tests/traits/
H A Dproperty008.phpt10 // This is how privates are handled in normal inheritance
H A Dproperty009.phpt10 // This is how publics are handled in normal inheritance

Completed in 44 milliseconds

123456