Home
last modified time | relevance | path

Searched refs:what (Results 101 – 125 of 144) sorted by relevance

123456

/PHP-5.5/ext/openssl/
H A DREADME220 corresponding public key. This is similar to what you have using say an
222 with OpenSSL, that's what the sample scripts below do. You can also get
/PHP-5.5/
H A DREADME.GIT-RULES88 immediately know what was modified. Definitely include the function name
H A Dacinclude.m437 dnl PHP_DEF_HAVE(what)
79 dnl Creates builddir/include/what.h and in there #define WHAT value
1060 dnl _PHP_DEF_HAVE_FILE(what, filename)
2122 dnl this is what causes that annoying "PHP_PROG_LEX is expanded from" warning with autoconf 2.50+
2195 dnl Common setup macros: PHP_SETUP_<what>
2220 dnl Trust icu-config to know better what the install prefix is..
H A Dphp.ini-development242 ; Using this ini directive may cause problems unless you know what script
408 ; resources complaining about best practices and coding standards. That's what
411 ; means it pretty much reports everything which is exactly what you want during
750 ; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting
769 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
1369 ; /path, what this will do is use subdirectories N-levels deep, and
H A Dphp.ini-production242 ; Using this ini directive may cause problems unless you know what script
408 ; resources complaining about best practices and coding standards. That's what
411 ; means it pretty much reports everything which is exactly what you want during
750 ; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting
769 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
1369 ; /path, what this will do is use subdirectories N-levels deep, and
/PHP-5.5/Zend/RFCs/
H A D001.txt108 efficient. The importance of this change goes far beyond what is
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI538 # int onig_set_meta_char(OnigSyntaxType* syntax, unsigned int what,
550 2 what: specifies which meta character it is.
/PHP-5.5/ext/standard/
H A Dfile.c1132 void *what; in PHP_FUNCTION() local
1138what = zend_fetch_resource(&file_handle TSRMLS_CC, -1, "File-Handle", &type, 2, php_file_le_stream… in PHP_FUNCTION()
1143 if (!what) { in PHP_FUNCTION()
1150 buf = php_stream_get_line((php_stream *) what, NULL, 0, &len); in PHP_FUNCTION()
H A Durl_scanner_ex.re353 /* XXX: Crash avoidance. Need to work with reporter to figure out what goes wrong */
/PHP-5.5/ext/phar/
H A DTODO101 X Phar::delete($what) [Greg]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec.phpt161 // this is interesting: if we get sort of affected rows, what will happen now?
H A Dpdo_mysql___construct.phpt105 // what about long values for a valid option ...
/PHP-5.5/sapi/roxen/
H A Droxen.c136 #define THREAD_SAFE_RUN(COMMAND, what) do {\ argument
/PHP-5.5/ext/spl/
H A Dphp_spl.c874 ZEND_ARG_INFO(0, what)
879 ZEND_ARG_INFO(0, what)
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE55 that what they have is not the original version, so that the original
147 writing it). Whether that is true depends on what the Library does
148 and what the program that uses the Library does.
402 This section is intended to make thoroughly clear what is believed to
/PHP-5.5/win32/build/
H A Dconfutils.js142 function probe_binary(EXE, what) argument
146 if (what == "version") {
151 if (what == "64") {
/PHP-5.5/ext/hash/tests/
H A Dfnv132.phpt145 array( "http://www.lavarnd.org/what/nist-test.html", "06d2c18c" ),
H A Dfnv164.phpt145 array( "http://www.lavarnd.org/what/nist-test.html", "da8dd8e116a9f1cc" ),
/PHP-5.5/sapi/caudium/
H A Dcaudium.c144 #define THREAD_SAFE_RUN(COMMAND, what) do {\ argument
/PHP-5.5/win32/
H A Dglob.c388 return what;
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt280 int what, void *where);
284 int pcre16_config(int what, void *where);
611 int what, void *where);
615 int pcre32_config(int what, void *where);
1666 int what, void *where);
1670 int pcre_config(int what, void *where);
1900 int pcre_config(int what, void *where);
2689 int what, void *where);
2707 PCRE_ERROR_BADOPTION the value of what was invalid
2721 PCRE_INFO_SIZE, /* what is required */
[all …]
/PHP-5.5/ext/exif/
H A Dtest.txt43 // message function is used for debugging purpose: just to se what happens
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.re182 /* what are we going to do ? */
/PHP-5.5/ext/mbstring/oniguruma/
H A Doniguruma.h805 int onig_set_meta_char P_((OnigSyntaxType* syntax, unsigned int what, OnigCodePoint code));
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog1148 running any of them. (Because I keep forgetting what they all are.)
1568 5. Comprehensive information about what went wrong is now returned by
2296 9. The restrictions on what a pattern can contain when partial matching is
3677 do for the non-UTF-8 and UTF-8 tests, respectively. Essentially what you
3683 the end of the subject string, contrary to the documentation and to what
4475 what's available on my current Linux desktop machine.
4771 only to what follows. PCRE has been changed to follow suit. However, if it
4802 Java package. This provides some syntactic sugar for simple cases of what my
4896 to vary what happens:
5086 (i) A callout function now has three choices for what it returns:
[all …]

Completed in 172 milliseconds

123456