Home
last modified time | relevance | path

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

12345

/php-src/win32/
H A Dglob.c364 return what; in globtilde()
/php-src/ext/pdo/
H A Dpdo_sql_parser.re193 /* what are we going to do ? */
/php-src/win32/build/
H A Dconfutils.js160 function probe_binary(EXE, what) argument
164 if (what == "version") {
166 } else if (what == "longversion") {
171 if (what == "arch") {
/php-src/build/
H A Dpkg.m441 dnl See the "Since" comment for each macro you use to see what version
H A Dlibtool.m42764 ## what you are doing...
2942 # what "hidden" libraries, object files and flags are used when
3263 # what "hidden" libraries, object files and flags are used when
3345 # what "hidden" libraries, object files and flags are used when
3405 # what "hidden" libraries, object files and flags are used when
3521 # what "hidden" libraries, object files and flags are used when
3539 # what "hidden" libraries, object files and flags are used when
3584 # what "hidden" libraries, object files and flags are used when
3602 # what "hidden" libraries, object files and flags are used when
3683 # what "hidden" libraries, object files and flags are used when
[all …]
H A Dphp.m433 dnl PHP_DEF_HAVE(what)
1805 dnl Common setup macros: PHP_SETUP_<what>
/php-src/
H A DUPGRADING.INTERNALS31 be more in line with what callbacks are returning.
H A Dphp.ini-development244 ; Using this ini directive may cause problems unless you know what script
458 ; resources complaining about best practices and coding standards. That's what
461 ; means it pretty much reports everything which is exactly what you want during
611 ; The syslog facility is used to specify what type of program is logging
810 ; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting
833 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
1288 ; /path, what this will do is use subdirectories N-levels deep, and
H A Dphp.ini-production244 ; Using this ini directive may cause problems unless you know what script
460 ; resources complaining about best practices and coding standards. That's what
463 ; means it pretty much reports everything which is exactly what you want during
613 ; The syslog facility is used to specify what type of program is logging
812 ; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting
835 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
1290 ; /path, what this will do is use subdirectories N-levels deep, and
/php-src/ext/mbstring/
H A Dmbstring.c3084 static zend_string* mb_trim_what_chars(zend_string *str, zend_string *what, mb_trim_mode mode, cons… in mb_trim_what_chars() argument
3086 unsigned char *what_in = (unsigned char*)ZSTR_VAL(what); in mb_trim_what_chars()
3090 size_t what_len = ZSTR_LEN(what); in mb_trim_what_chars()
3127 zend_string *what = NULL; in php_do_mb_trim() local
3133 Z_PARAM_STR_OR_NULL(what) in php_do_mb_trim()
3142 if (what) { in php_do_mb_trim()
3143 RETURN_STR(mb_trim_what_chars(str, what, mode, enc)); in php_do_mb_trim()
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt107 // what about long values for a valid option ...
/php-src/ext/pcre/
H A Dphp_pcre.c374 static char *_pcre2_config_str(uint32_t what) in PHP_INI_END()
376 int len = pcre2_config(what, NULL); in PHP_INI_END()
379 len = pcre2_config(what, ret); in PHP_INI_END()
/php-src/docs-old/
H A Dstreams.md324 First, you need to figure out what data you need to associate with the
/php-src/ext/standard/
H A Durl_scanner_ex.re574 /* XXX: Crash avoidance. Need to work with reporter to figure out what goes wrong */
/php-src/ext/fileinfo/
H A Dlibmagic.patch1893 - } else { /* just print what it points to */
3181 + /* XXX Dirty. The data and the pattern is what is causing this.
/php-src/docs/
H A Drelease-process.md880 of what this commit should include.
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2897 # XXX - what flavor of APL used this, and was it a variant of
6897 # little-endian machines as well? If so, what's the deal with
8015 # XXX - what byte order does the Clipper use?
8017 # XXX - what's the "!" stuff:
9700 # Other fields are used to determine what type of CISO this is:
10485 # 2~cp850 , 3~cp1252 , 0x1b~?? ; what code page is 0x1b ?
18162 # This appears to be what's used for Apple ColorSync profiles.
21837 # reMarkable-lines-file-format.html#what-to-do-next
25163 # don't know what they mean.
28907 #>>>>>>&0 string x what=%-5.5s
[all …]
H A Dmagic2897 # XXX - what flavor of APL used this, and was it a variant of
6897 # little-endian machines as well? If so, what's the deal with
8015 # XXX - what byte order does the Clipper use?
8017 # XXX - what's the "!" stuff:
9700 # Other fields are used to determine what type of CISO this is:
10485 # 2~cp850 , 3~cp1252 , 0x1b~?? ; what code page is 0x1b ?
18162 # This appears to be what's used for Apple ColorSync profiles.
21837 # reMarkable-lines-file-format.html#what-to-do-next
25163 # don't know what they mean.
28907 #>>>>>>&0 string x what=%-5.5s
[all …]

Completed in 258 milliseconds

12345