Home
last modified time | relevance | path

Searched refs:what (Results 1 – 25 of 143) sorted by last modified time

123456

/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 …]
/PHP-7.2/ext/standard/
H A Dstring.c806 if (what) { in php_trim_int()
808 char p = *what; in php_trim_int()
828 php_charmask((unsigned char*)what, what_len, mask); in php_trim_int()
894 return php_trim_int(str, what, what_len, mode); in php_trim()
904 zend_string *what = NULL; in php_do_trim() local
909 Z_PARAM_STR(what) in php_do_trim()
912 …ZVAL_STR(return_value, php_trim_int(str, (what ? ZSTR_VAL(what) : NULL), (what ? ZSTR_LEN(what) : … in php_do_trim()
3658 zend_string *str, *what; local
3662 Z_PARAM_STR(what)
3669 if (ZSTR_LEN(what) == 0) {
[all …]
H A Durl_scanner_ex.re575 /* XXX: Crash avoidance. Need to work with reporter to figure out what goes wrong */
/PHP-7.2/win32/
H A Dinstall.txt52 Before starting the installation, first you need to know what do you
305 what is already built in. Note that on a new installation it is
1220 system, what PHP version, what web server, if you are running PHP as
1628 displayed which will give you a clue as to what needs to be done next.
1655 message will be displayed which will give you a clue as to what needs
H A Dglob.c382 return what;
/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/tests/classes/
H A Ddestructor_and_exceptions.phpt30 function __construct($what)
/PHP-7.2/sapi/phpdbg/
H A Dxml.md509 - on: values are array or variable, depending on what is watched
/PHP-7.2/sapi/tests/
H A Dtest001.phpt4 This would be similar to what IIS produces for a simple query.
H A Dtest003.phpt4 This would be similar to what IIS produces for a simple query
/PHP-7.2/scripts/dev/
H A Dcredits6 for what in ext sapi
8 file=ext/standard/credits_$what.h
24 files=`find "$what" -name CREDITS | grep -v "$what"/skeleton/CREDITS`
/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/sapi/cli/tests/
H A D004.phpt29 Parameter #0 [ <optional> $what ]
/PHP-7.2/
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
H A Dphp7.spec.in35 # figure out configure options options based on what packages are installed
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
/PHP-7.2/ext/zlib/tests/
H A D005.phpt16 Cry to relieve what's in your heart
63 Cry to relieve what's in your heart
66 Cry to relieve what's in your heart
H A D006.phpt16 Cry to relieve what's in your heart
67 Cry to relieve what's in your heart
70 Cry to relieve what's in your heart
H A Dbug60761.phpt40 // hard to anticipate what 'correct' length should be since
H A Dgzcompress_basic1.phpt18 * add a comment here to say what the test is supposed to do
H A Dgzcompress_error1.phpt18 * add a comment here to say what the test is supposed to do
H A Dgzdeflate_basic1.phpt18 * add a comment here to say what the test is supposed to do
H A Dgzdeflate_error1.phpt18 * add a comment here to say what the test is supposed to do
/PHP-7.2/ext/standard/tests/strings/
H A Dstrripos.phpt8 var_dump(strripos("I am what I am and that's all what I am", "am", -3));
H A Dstrrpos.phpt8 var_dump(strrpos("I am what I am and that's all what I am", "am", -3));

Completed in 89 milliseconds

123456