Home
last modified time | relevance | path

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

12345

/php-src/ext/mysqli/tests/
H A Dmysqli_driver.phpt105 /* TODO - more report testing should go in here, but it's not really documented what behaviour is e…
H A Dmysqli_debug_append.phpt76 // what will happen if we create new trace entries...?
H A Dbug49442.phpt68 …At this point 'persistent' is not to be confused with what a user calls a 'persistent' - in this c…
/php-src/
H A DCONTRIBUTING.md25 * [What happens after submitting contribution?](#what-happens-after-submitting-contribution)
26 * [What happens when your contribution is applied?](#what-happens-when-your-contribution-is-applied)
120 Submitting test scripts helps us to understand what functionality has changed.
144 about what you're working on, you can contact us via the
277 maintainer. Explain what has been changed by your patch. Test scripts should be
398 know what was modified. Definitely include the function name in the message
H A DCODING_STANDARDS.md50 1. NEVER USE `strncat()`. If you're absolutely sure you know what you're doing,
56 macros it gives a better understanding on what kind of macro you're calling.
/php-src/ext/standard/tests/file/
H A Duserstreams.phpt20 call me what you will
36 call me what you will
/php-src/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc73 /* Then, absorb what remains */
119 /* Finally, output what remains */
/php-src/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc73 /* Then, absorb what remains */
119 /* Finally, output what remains */
/php-src/ext/date/
H A Dphp_date.c5304 static int check_id_allowed(char *id, zend_long what) /* {{{ */ in check_id_allowed() argument
5306 …if ((what & PHP_DATE_TIMEZONE_GROUP_AFRICA) && strncasecmp(id, "Africa/", 7) == 0) return… in check_id_allowed()
5307 …if ((what & PHP_DATE_TIMEZONE_GROUP_AMERICA) && strncasecmp(id, "America/", 8) == 0) return… in check_id_allowed()
5308 …if ((what & PHP_DATE_TIMEZONE_GROUP_ANTARCTICA) && strncasecmp(id, "Antarctica/", 11) == 0) return… in check_id_allowed()
5309 …if ((what & PHP_DATE_TIMEZONE_GROUP_ARCTIC) && strncasecmp(id, "Arctic/", 7) == 0) return… in check_id_allowed()
5310 …if ((what & PHP_DATE_TIMEZONE_GROUP_ASIA) && strncasecmp(id, "Asia/", 5) == 0) return… in check_id_allowed()
5326 zend_long what = PHP_DATE_TIMEZONE_GROUP_ALL; in PHP_FUNCTION() local
5332 Z_PARAM_LONG(what) in PHP_FUNCTION()
5337 if (what == PHP_DATE_TIMEZONE_PER_COUNTRY && option_len != 2) { in PHP_FUNCTION()
5349 if (what == PHP_DATE_TIMEZONE_PER_COUNTRY) { in PHP_FUNCTION()
[all …]
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_case.phpt31 // lets see what the default is...
H A Dpdo_mysql_exec.phpt158 // this is interesting: if we get sort of affected rows, what will happen now?
/php-src/sapi/embed/
H A DREADME.md47 …example to compile, PHP must be built with the embed SAPI enabled. To see what SAPIs are installed…
/php-src/docs-old/
H A Dunix-build-system.md15 only what its name says
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c786 S->einfo.what = "setAttribute"; in odbc_stmt_set_param()
818 S->einfo.what = "getAttribute"; in odbc_stmt_get_attr()
/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c75 file_checkfield(char *msg, size_t mlen, const char *what, const char **pp) in file_checkfield() argument
88 snprintf(msg, mlen, "field %s too large: %d", what, fw); in file_checkfield()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c197 const char*what; member
2438 ar->what="C";
2450 ar->what="tail";
2477 for(;*what;what++){
2478 switch(*what){
2511 if(*what=='>'){
2514 what++;
2523 if(strchr(what,'f')){
2528 if(strchr(what,'L'))
3702 if(!testnext(ls,what)){
[all …]
/php-src/ext/opcache/jit/
H A DREADME.md14 based on what is used to test in CI:
/php-src/ext/standard/
H A Dfile.c965 void *what; in PHP_FUNCTION() local
973what = zend_fetch_resource2(Z_RES_P(file_handle), "File-Handle", php_file_le_stream(), php_file_le… in PHP_FUNCTION()
978 if (!what) { in PHP_FUNCTION()
982 buf = php_stream_get_line((php_stream *) what, NULL, 0, &len); in PHP_FUNCTION()
/php-src/sapi/fpm/
H A Dphp-fpm.conf.in26 ; syslog_facility is used to specify what type of program is logging the
/php-src/ext/pdo_odbc/tests/
H A Dlong_columns.phpt73 …MS SQL server (works with Access, MyODBC), which is a separate failure, feature/code-path from what
/php-src/ext/bcmath/libbcmath/
H A DLICENSE56 that what they have is not the original version, so that the original
150 writing it). Whether that is true depends on what the Library does
151 and what the program that uses the Library does.
406 This section is intended to make thoroughly clear what is believed to
479 <one line to give the library's name and a brief idea of what it
/php-src/ext/mbstring/tests/
H A Dcp932_encoding.phpt69 * Some of these are 3-way pile-ups. I wonder what the fine folks at MS
/php-src/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-src/ext/hash/tests/
H A Dfnv132.phpt143 array( "http://www.lavarnd.org/what/nist-test.html", "06d2c18c" ),
H A Dfnv164.phpt143 array( "http://www.lavarnd.org/what/nist-test.html", "da8dd8e116a9f1cc" ),

Completed in 80 milliseconds

12345