/PHP-7.1/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-7.1/ext/standard/tests/strings/ |
H A D | quotemeta_basic.phpt | 13 var_dump(quotemeta("Hello how are you ?")); 20 string(20) "Hello how are you \?"
|
H A D | bug36306.phpt | 6 /* as an example how to write crc32 tests
|
/PHP-7.1/ext/mysqli/ |
H A D | mysqli_mysqlnd.h | 40 #define mysqli_close(c, how) mysqlnd_close((c), (how)) argument
|
/PHP-7.1/ext/pdo/ |
H A D | pdo_stmt.c | 49 ZEND_ARG_INFO(0, how) in ZEND_END_ARG_INFO() 64 ZEND_ARG_INFO(0, how) in ZEND_END_ARG_INFO() 836 flags = how & PDO_FETCH_FLAGS; in do_fetch() 837 how = how & ~PDO_FETCH_FLAGS; in do_fetch() 843 if (how == PDO_FETCH_BOUND) { in do_fetch() 857 if (how == PDO_FETCH_LAZY) { in do_fetch() 864 switch (how) { in do_fetch() 975 how = PDO_FETCH_OBJ; in do_fetch() 1016 switch (how) { in do_fetch() 1139 switch (how) { in do_fetch() [all …]
|
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | NON-UNIX-USE | 5 NON-AUTOTOOLS-BUILD for details of how to build PCRE without using autotools.
|
/PHP-7.1/sapi/fpm/fpm/ |
H A D | fpm_process_ctl.h | 21 int fpm_pctl_kill(pid_t pid, int how);
|
/PHP-7.1/ext/openssl/tests/ |
H A D | bug25614.phpt | 14 Warning: openssl_pkey_get_public(): Don't know how to get public key from this private key %s
|
/PHP-7.1/ext/gettext/tests/ |
H A D | gettext_gettext_error_wrongparams.phpt | 2 Check how gettext() with wrong parameters behaves.
|
H A D | gettext_textdomain-wrongparams.phpt | 2 Check how textdomain() with wrong parameters behaves.
|
H A D | gettext_ngettext-wrongparams.phpt | 2 Check how ngettext() with wrong parameters behaves.
|
/PHP-7.1/ext/pdo_dblib/tests/ |
H A D | bug_71667.phpt | 2 PDO_DBLIB: Emulate how mssql extension names "computed" columns
|
/PHP-7.1/ext/pcntl/ |
H A D | README | 6 and or suggestions on how to improve/better implement
|
/PHP-7.1/ext/standard/tests/array/ |
H A D | natcasesort_variation8.phpt | 11 * Pass an array of octal values to test how natcasesort() re-orders it
|
H A D | array_multisort_variation10.phpt | 6 * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
|
H A D | array_multisort_variation11.phpt | 6 * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
|
H A D | natcasesort_variation5.phpt | 11 * Pass an array of different hex values to test how natcasesort() re-orders it
|
H A D | natcasesort_variation6.phpt | 11 * Pass an array of referenced varaibles to test how natcasesort() re-orders it
|
H A D | natcasesort_variation7.phpt | 11 * Pass natcasesort() an infinitely recursive array to test how it is re-ordered
|
H A D | array_multisort_natural.phpt | 6 * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
|
H A D | array_multisort_variation4.phpt | 6 * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
|
/PHP-7.1/ext/pcre/tests/ |
H A D | preg_match_all_error3.phpt | 10 * Testing how preg_match_all reacts to being passed the wrong type of subpatterns array argument
|
/PHP-7.1/main/streams/ |
H A D | php_stream_transport.h | 120 PHPAPI int php_stream_xport_shutdown(php_stream *stream, stream_shutdown_t how); 140 unsigned int how:2; member
|
/PHP-7.1/ext/soap/ |
H A D | TODO.old | 3 Better WSDL support Client and server (how much validation is needed here?) 31 BENCHMARKING...... lets prove how fast it is.
|
/PHP-7.1/ |
H A D | README.SELF-CONTAINED-EXTENSIONS | 13 We will describe now how to create these and how to put things 32 Just to show you how easy it is to create a self-contained 141 as a shared module. I will explain now how you can add shared module
|