Home
last modified time | relevance | path

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

12345678

/PHP-5.5/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-5.5/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-5.5/ext/mysqli/
H A Dmysqli_mysqlnd.h40 #define mysqli_close(c, how) mysqlnd_close((c), (how)) argument
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c49 ZEND_ARG_INFO(0, how) in ZEND_END_ARG_INFO()
64 ZEND_ARG_INFO(0, how) in ZEND_END_ARG_INFO()
865 how = how & ~PDO_FETCH_FLAGS; in do_fetch()
871 if (how == PDO_FETCH_BOUND) { in do_fetch()
885 if (how == PDO_FETCH_LAZY) { in do_fetch()
892 switch (how) { in do_fetch()
1005 how = PDO_FETCH_OBJ; in do_fetch()
1048 switch (how) { in do_fetch()
1173 switch (how) { in do_fetch()
1324 long how = PDO_FETCH_CLASS; in PHP_METHOD() local
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DNON-UNIX-USE5 NON-AUTOTOOLS-BUILD for details of how to build PCRE without using autotools.
/PHP-5.5/
H A DREADME.EXTENSIONS11 maintaining a third party extension, here's how to update it:
26 Here's how it should look if you want your code to build with PHP
H A DREADME.SELF-CONTAINED-EXTENSIONS13 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
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_process_ctl.h22 int fpm_pctl_kill(pid_t pid, int how);
/PHP-5.5/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-5.5/ext/gettext/tests/
H A Dgettext_gettext_error_wrongparams.phpt2 Check how gettext() with wrong parameters behaves.
H A Dgettext_textdomain-wrongparams.phpt2 Check how textdomain() with wrong parameters behaves.
H A Dgettext_ngettext-wrongparams.phpt2 Check how ngettext() with wrong parameters behaves.
/PHP-5.5/ext/pcntl/
H A DREADME6 and or suggestions on how to improve/better implement
/PHP-5.5/main/streams/
H A Dphp_stream_transport.h120 PHPAPI int php_stream_xport_shutdown(php_stream *stream, stream_shutdown_t how TSRMLS_DC);
140 unsigned int how:2; member
/PHP-5.5/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-5.5/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
/PHP-5.5/ext/soap/
H A DTODO.old3 Better WSDL support Client and server (how much validation is needed here?)
31 BENCHMARKING...... lets prove how fast it is.

Completed in 62 milliseconds

12345678