Home
last modified time | relevance | path

Searched refs:sets (Results 1 – 25 of 56) sorted by path

123

/PHP-5.5/
H A D.gdbinit27 this also sets compiler_globals to $cg
H A DINSTALL558 environment variable. The "bin-environment" directive sets the
1672 user_ini.filename sets the name of the file PHP looks for in each
H A DNEWS3897 . Fixed bug #55550 (mysql.trace_mode miscounts result sets). (Johannes)
4415 . Fixed problem with always returning 0 as num_rows for unbuffered sets.
4590 . Added new character sets to mysqlnd, which are available in MySQL 5.5
5199 - Reverted fix for bug #49521 (PDO fetchObject sets values before calling
5289 - Fixed bug #50636 (MySQLi_Result sets values before calling constructor).
5393 - Fixed bug #49521 (PDO fetchObject sets values before calling constructor).
6689 - Fixed bug #46319 (PHP sets default Content-Type header for HTTP 304
7936 sets in pdo_mysql). (Ilia)
8113 - Added support for character sets in pg_escape_string() for PostgreSQL 8.1.4
8115 - Added support for character sets in PDO quote() method for PostgreSQL 8.1.4
[all …]
H A Dacinclude.m4834 dnl Basically sets up the link-stage for building module-name
1012 dnl and sets $shared to "yes" or "no", and removes "shared,?" stuff
H A Dconfigure.in986 AC_MSG_CHECKING([how big to make fd sets])
988 [ --enable-fd-setsize Set size of descriptor sets], no, no)
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO177 set - sets value for object contents. To be used mainly with
H A DZEND_CHANGES1066 result sets weren't destroyed until the end of the script's
/PHP-5.5/build/
H A Dlibtool.m42638 # sets LIBLTDL to the link flags for the libltdl convenience library and
2663 # sets LIBLTDL to the link flags for the libltdl installable library and
/PHP-5.5/ext/curl/tests/
H A Dcurl_writeheader_callback.phpt7 …for CURLOPT_HEADERFUNCTION. Different test servers might return different sets of headers. Just te…
/PHP-5.5/ext/ereg/regex/
H A Ddebug.c148 cs = &g->sets[opnd];
H A Dengine.c458 cs = &m->g->sets[OPND(s)];
860 cs = &g->sets[OPND(s)];
H A Dregcomp.c147 g->sets = NULL;
1023 if (p->g->sets == NULL)
1024 p->g->sets = (cset *)malloc(nc * sizeof(cset));
1026 p->g->sets = (cset *)realloc((unsigned char *)p->g->sets,
1037 if (p->g->sets != NULL && p->g->setbits != NULL)
1047 assert(p->g->sets != NULL); /* xxx */
1048 cs = &p->g->sets[no];
1068 register cset *top = &p->g->sets[p->g->ncsets];
1094 register cset *top = &p->g->sets[p->g->ncsets];
1099 for (cs2 = &p->g->sets[0]; cs2 < top; cs2++)
[all …]
H A Dregex2.h115 cset *sets; /* -> cset [ncsets] */ member
H A Dregfree.c30 if (g->sets != NULL)
31 free((char *)g->sets);
/PHP-5.5/ext/intl/tests/
H A Dsymfony_format_type_int32_intl2.phpt9 // there are 7 sets of args that crash PHP (and other args that don't), each of those 7 is now a se…
/PHP-5.5/ext/mysql/tests/
H A Dmysql_trace_mode.phpt20 print @mysql_escape_string("I don't mind character sets, do I?\n");
33 I don\'t mind character sets, do I?\n
37 Warning: Unknown: 1 result set(s) not freed. Use mysql_free_result to free result sets which were r…
/PHP-5.5/ext/mysqli/tests/
H A D036.phpt27 /* we have to insert more values, cause lexer sets auto_increment to max_int
H A Dbug62046.phpt2 Bug #62046 mysqli@mysqlnd can't iterate over stored sets after call to mysqli_stmt_reset()
H A Dmysqli_character_set.phpt39 printf("[005] Cannot get list of available character sets, [%d] %s\n",
H A Dmysqli_multi_query.phpt141 printf("[015] Expecting 3 result sets got %d result set[s]\n", $res_num);
H A Dmysqli_options.phpt78 printf("[010] Cannot get list of available character sets, [%d] %s\n",
H A Dmysqli_query_stored_proc.phpt75 /* stored proc which returns two result sets */
H A Dmysqli_result_references.phpt2 References to result sets
H A Dmysqli_result_references_mysqlnd.phpt2 References to result sets - mysqlnd (no copies but references)
H A Dmysqli_set_charset.phpt102 printf("[016] Cannot get list of character sets\n");

Completed in 76 milliseconds

123