Home
last modified time | relevance | path

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

123456

/PHP-7.2/ext/spl/tests/
H A Dclass_uses_variation1.phpt5 /* Prototype : array class_uses(mixed what [, bool autoload ])
/PHP-7.2/ext/pdo_odbc/
H A Dodbc_stmt.c796 S->einfo.what = "setAttribute"; in odbc_stmt_set_param()
828 S->einfo.what = "getAttribute"; in odbc_stmt_get_attr()
/PHP-7.2/sapi/fpm/
H A Dphp-fpm.conf.in26 ; syslog_facility is used to specify what type of program is logging the
/PHP-7.2/ext/openssl/
H A Dopenssl.c1674 void * what; in php_openssl_x509_from_zval() local
1678 if (!what) { in php_openssl_x509_from_zval()
1687 return (X509*)what; in php_openssl_x509_from_zval()
3228 void * what; in php_openssl_csr_from_zval() local
3232 if (what) { in php_openssl_csr_from_zval()
3239 return (X509_REQ*)what; in php_openssl_csr_from_zval()
3775 void * what; in php_openssl_evp_from_zval() local
3779 if (!what) { in php_openssl_evp_from_zval()
3788 cert = (X509*)what; in php_openssl_evp_from_zval()
3793 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.2/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.2/ext/standard/
H A Dfile.c1150 void *what; in PHP_FUNCTION() local
1158what = zend_fetch_resource2(Z_RES_P(file_handle), "File-Handle", php_file_le_stream(), php_file_le… in PHP_FUNCTION()
1163 if (!what) { in PHP_FUNCTION()
1167 buf = php_stream_get_line((php_stream *) what, NULL, 0, &len); in PHP_FUNCTION()
/PHP-7.2/
H A DREADME.GIT-RULES93 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
1048 dnl _PHP_DEF_HAVE_FILE(what, filename)
2113 dnl this is what causes that annoying "PHP_PROG_LEX is expanded from" warning with autoconf 2.50+
2186 dnl Common setup macros: PHP_SETUP_<what>
2245 dnl Trust icu-config to know better what the install prefix is..
H A Dphp.ini-development228 ; Using this ini directive may cause problems unless you know what script
416 ; resources complaining about best practices and coding standards. That's what
419 ; means it pretty much reports everything which is exactly what you want during
766 ; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting
790 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
1346 ; /path, what this will do is use subdirectories N-levels deep, and
H A Dphp.ini-production228 ; Using this ini directive may cause problems unless you know what script
416 ; resources complaining about best practices and coding standards. That's what
419 ; means it pretty much reports everything which is exactly what you want during
768 ; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting
792 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
1348 ; /path, what this will do is use subdirectories N-levels deep, and
/PHP-7.2/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.phpt108 // what about long values for a valid option ...
/PHP-7.2/ext/phar/
H A DTODO101 X Phar::delete($what) [Greg]
/PHP-7.2/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.2/ext/spl/
H A Dphp_spl.c902 ZEND_ARG_INFO(0, what)
907 ZEND_ARG_INFO(0, what)
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DAPI565 # int onig_set_meta_char(OnigSyntaxType* syntax, unsigned int what,
577 2 what: specifies which meta character it is.
/PHP-7.2/win32/build/
H A Dconfutils.js176 function probe_binary(EXE, what) argument
180 if (what == "version") {
182 } else if (what == "longversion") {
187 if (what == "64") {
/PHP-7.2/ext/hash/tests/
H A Dfnv164.phpt145 array( "http://www.lavarnd.org/what/nist-test.html", "da8dd8e116a9f1cc" ),
H A Dfnv132.phpt145 array( "http://www.lavarnd.org/what/nist-test.html", "06d2c18c" ),
/PHP-7.2/ext/pdo/
H A Dpdo_sql_parser.re186 /* what are we going to do ? */
/PHP-7.2/win32/
H A Dglob.c382 return what;
/PHP-7.2/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);
1899 int pcre_config(int what, void *where);
2688 int what, void *where);
2706 PCRE_ERROR_BADOPTION the value of what was invalid
2720 PCRE_INFO_SIZE, /* what is required */
[all …]
/PHP-7.2/ext/exif/
H A Dtest.txt43 // message function is used for debugging purpose: just to se what happens
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Doniguruma.h814 int onig_set_meta_char P_((OnigSyntaxType* syntax, unsigned int what, OnigCodePoint code));

Completed in 141 milliseconds

123456