Home
last modified time | relevance | path

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

123456

/PHP-7.1/ext/openssl/
H A Dopenssl.c1660 void * what; in php_openssl_x509_from_zval() local
1664 if (!what) { in php_openssl_x509_from_zval()
1673 return (X509*)what; in php_openssl_x509_from_zval()
3200 void * what; in php_openssl_csr_from_zval() local
3204 if (what) { in php_openssl_csr_from_zval()
3211 return (X509_REQ*)what; in php_openssl_csr_from_zval()
3736 void * what; in php_openssl_evp_from_zval() local
3740 if (!what) { in php_openssl_evp_from_zval()
3749 cert = (X509*)what; in php_openssl_evp_from_zval()
3754 is_priv = php_openssl_is_private_key((EVP_PKEY*)what); in php_openssl_evp_from_zval()
[all …]
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-7.1/sapi/fpm/
H A Dphp-fpm.conf.in26 ; syslog_facility is used to specify what type of program is logging the
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_case.phpt28 // lets see what the default is...
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.phpt108 // what about long values for a valid option ...
/PHP-7.1/ext/pdo_odbc/tests/
H A Dlong_columns.phpt72 …MS SQL server (works with Access, MyODBC), which is a separate failure, feature/code-path from what
/PHP-7.1/ext/standard/
H A Dfile.c1127 void *what; in PHP_FUNCTION() local
1133what = zend_fetch_resource2(Z_RES_P(file_handle), "File-Handle", php_file_le_stream(), php_file_le… in PHP_FUNCTION()
1138 if (!what) { in PHP_FUNCTION()
1142 buf = php_stream_get_line((php_stream *) what, NULL, 0, &len); in PHP_FUNCTION()
/PHP-7.1/
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
1061 dnl _PHP_DEF_HAVE_FILE(what, filename)
2126 dnl this is what causes that annoying "PHP_PROG_LEX is expanded from" warning with autoconf 2.50+
2199 dnl Common setup macros: PHP_SETUP_<what>
2257 dnl Trust icu-config to know better what the install prefix is..
H A Dphp.ini-development233 ; Using this ini directive may cause problems unless you know what script
419 ; resources complaining about best practices and coding standards. That's what
422 ; means it pretty much reports everything which is exactly what you want during
770 ; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting
794 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
1355 ; /path, what this will do is use subdirectories N-levels deep, and
H A Dphp.ini-production233 ; Using this ini directive may cause problems unless you know what script
419 ; resources complaining about best practices and coding standards. That's what
422 ; means it pretty much reports everything which is exactly what you want during
770 ; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting
794 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
1355 ; /path, what this will do is use subdirectories N-levels deep, and
/PHP-7.1/Zend/RFCs/
H A D001.txt108 efficient. The importance of this change goes far beyond what is
/PHP-7.1/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-7.1/ext/phar/
H A DTODO101 X Phar::delete($what) [Greg]
/PHP-7.1/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-7.1/ext/spl/
H A Dphp_spl.c859 ZEND_ARG_INFO(0, what)
864 ZEND_ARG_INFO(0, what)
/PHP-7.1/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-7.1/win32/
H A Dglob.c382 return what;
/PHP-7.1/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-7.1/ext/exif/
H A Dtest.txt43 // message function is used for debugging purpose: just to se what happens
/PHP-7.1/win32/build/
H A Dconfutils.js179 function probe_binary(EXE, what) argument
183 if (what == "version") {
188 if (what == "64") {
/PHP-7.1/ext/mbstring/oniguruma/
H A Doniguruma.h805 int onig_set_meta_char P_((OnigSyntaxType* syntax, unsigned int what, OnigCodePoint code));
/PHP-7.1/ext/pdo/
H A Dpdo_sql_parser.re186 /* what are we going to do ? */

Completed in 123 milliseconds

123456