Home
last modified time | relevance | path

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

1234567

/PHP-7.4/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-7.4/ext/standard/tests/strings/
H A Dquotemeta_basic.phpt13 var_dump(quotemeta("Hello how are you ?"));
20 string(20) "Hello how are you \?"
H A Dbug36306.phpt6 /* as an example how to write crc32 tests
/PHP-7.4/ext/mysqli/
H A Dmysqli_mysqlnd.h40 #define mysqli_close(c, how) mysqlnd_close((c), (how)) argument
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c47 ZEND_ARG_INFO(0, how) in ZEND_END_ARG_INFO()
62 ZEND_ARG_INFO(0, how) in ZEND_END_ARG_INFO()
835 how = how & ~PDO_FETCH_FLAGS; in do_fetch()
841 if (how == PDO_FETCH_BOUND) { in do_fetch()
862 switch (how) { in do_fetch()
974 how = PDO_FETCH_OBJ; in do_fetch()
1015 switch (how) { in do_fetch()
1127 switch (how) { in do_fetch()
1256 Z_PARAM_LONG(how) in PHP_METHOD()
1378 Z_PARAM_LONG(how) in PHP_METHOD()
[all …]
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_process_ctl.h20 int fpm_pctl_kill(pid_t pid, int how);
/PHP-7.4/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-7.4/ext/pdo_dblib/tests/
H A Dbug_71667.phpt2 PDO_DBLIB: Emulate how mssql extension names "computed" columns
/PHP-7.4/ext/standard/tests/array/
H A Dnatcasesort_variation8.phpt11 * Pass an array of octal values to test how natcasesort() re-orders it
H A Darray_multisort_variation10.phpt6 * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
H A Darray_multisort_variation11.phpt6 * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
H A Dnatcasesort_variation5.phpt11 * Pass an array of different hex values to test how natcasesort() re-orders it
H A Dnatcasesort_variation6.phpt11 * Pass an array of referenced varaibles to test how natcasesort() re-orders it
H A Dnatcasesort_variation7.phpt11 * Pass natcasesort() an infinitely recursive array to test how it is re-ordered
H A Darray_multisort_natural.phpt6 * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
H A Darray_multisort_variation4.phpt6 * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
H A Darray_diff_assoc_variation10.phpt13 * Test how array_diff_assoc() compares binary data
H A Darray_key_exists_variation5.phpt12 * Test how array_key_exists() behaves with multi-dimensional arrays
H A Darray_merge_variation7.phpt11 * Pass array_merge() arrays with mixed keys to test how it attaches them to
H A Darray_multisort_variation5.phpt6 * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
H A Darray_multisort_variation6.phpt6 * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_all_error3.phpt10 * Testing how preg_match_all reacts to being passed the wrong type of subpatterns array argument
/PHP-7.4/main/streams/
H A Dphp_stream_transport.h119 PHPAPI int php_stream_xport_shutdown(php_stream *stream, stream_shutdown_t how);
139 unsigned int how:2; member
/PHP-7.4/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 27 milliseconds

1234567