/PHP-7.4/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.4/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.4/ext/mysqli/ |
H A D | mysqli_mysqlnd.h | 40 #define mysqli_close(c, how) mysqlnd_close((c), (how)) argument
|
/PHP-7.4/ext/pdo/ |
H A D | pdo_stmt.c | 47 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 D | fpm_process_ctl.h | 20 int fpm_pctl_kill(pid_t pid, int how);
|
/PHP-7.4/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.4/ext/pdo_dblib/tests/ |
H A D | bug_71667.phpt | 2 PDO_DBLIB: Emulate how mssql extension names "computed" columns
|
/PHP-7.4/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
|
H A D | array_diff_assoc_variation10.phpt | 13 * Test how array_diff_assoc() compares binary data
|
H A D | array_key_exists_variation5.phpt | 12 * Test how array_key_exists() behaves with multi-dimensional arrays
|
H A D | array_merge_variation7.phpt | 11 * Pass array_merge() arrays with mixed keys to test how it attaches them to
|
H A D | array_multisort_variation5.phpt | 6 * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
|
H A D | array_multisort_variation6.phpt | 6 * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
|
/PHP-7.4/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.4/main/streams/ |
H A D | php_stream_transport.h | 119 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 D | property008.phpt | 10 // This is how privates are handled in normal inheritance
|
H A D | property009.phpt | 10 // This is how publics are handled in normal inheritance
|