Home
last modified time | relevance | path

Searched refs:k (Results 226 – 250 of 294) sorted by relevance

12345678910>>...12

/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_getcolumnmeta.phpt97 foreach ($elements as $k => $element)
121 foreach ($native_type as $k => $type) {
247 foreach ($flags as $k => $flag) {
268 foreach ($flags as $k => $flag) {
289 foreach ($flags as $k => $flag) {
H A Dpdo_mysql_subclass.phpt50 foreach ($stack[1]['args'] as $k => $v)
H A Dpdo_mysql_attr_errmode.phpt98 foreach ($info as $k => $v) {
136 foreach ($info as $k => $v) {
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_phpinfo.phpt64 foreach ($expected as $k => $entry)
H A Dmysqli_stmt_attr_set.phpt83 foreach ($fields as $k => $meta) {
103 foreach ($fields as $k => $meta) {
123 foreach ($fields as $k => $meta) {
H A Dmysqli_set_local_infile_handler_nested_call.phpt59 foreach ($lines as $k => $line) {
H A Dmysqli_set_local_infile_handler_short_len.phpt59 foreach ($lines as $k => $line) {
/PHP-5.3/ext/interbase/
H A Dinterbase.rc15 | Author: Ard Biesheuvel <a.k.biesheuvel@its.tudelft.nl> |
/PHP-5.3/ext/standard/tests/array/
H A Darray_search_variation2.phpt20 "-.051" =>"k",
H A Din_array_variation2.phpt20 "-.051" =>"k",
/PHP-5.3/tests/classes/
H A Diterators_002.phpt62 foreach($t as $k => $v) {
/PHP-5.3/ext/standard/tests/strings/
H A Dchunk_split_variation2.phpt140 string(50) "T*h*i*s* *i*s* *c*h*u*k*l*e*n* *v*a*r*i*a*t*i*o*n*"
146 string(50) "T*h*i*s* *i*s* *c*h*u*k*l*e*n* *v*a*r*i*a*t*i*o*n*"
H A Dconvert_cyr_string_error.phpt12 $from = "k";
H A Dconvert_cyr_string_variation1.phpt74 $to = "k";
H A Dchunk_split_variation4.phpt156 k "
H A Dchunk_split_variation5.phpt54 ||I||t|| ||a||l||s||o|| ||c||h||e||c||k||s|| ||f||o||r|| ||�|| ||c||h||a||r||"
/PHP-5.3/ext/standard/
H A Dcrypt_blowfish.c861 const char *k = "\xff\xa3" "34" "\xff\xff\xff\xa3" "345"; in php_crypt_blowfish_rn() local
863 BF_set_key(k, ae, ai, 2); /* $2a$ */ in php_crypt_blowfish_rn()
864 BF_set_key(k, ye, yi, 4); /* $2y$ */ in php_crypt_blowfish_rn()
/PHP-5.3/ext/mysql/tests/
H A Dmysql_phpinfo.phpt67 foreach ($expected as $k => $entry)
/PHP-5.3/ext/iconv/tests/
H A Diconv_basic.phpt22 $sjis_string = base64_decode(b'k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==');
/PHP-5.3/ext/mbstring/tests/
H A Dmb_ereg_replace_variation4.phpt19 $pattern = '[a-k]';
H A Dmb_encode_mimeheader_basic2.phpt24 $sjis_string = base64_decode('k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==');
H A Dmb_detect_encoding.phpt15 $sjis = base64_decode('k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==');
/PHP-5.3/ext/soap/interop/
H A Dclient_round2_interop.php121 foreach($endpointArray as $k => $v){
322 foreach($val as $k => $v) {
326 $val[$k] = $this->decodeSoapval($v);
/PHP-5.3/ext/gd/libgd/
H A Dgd_png.c600 int k; in gdImagePngCtxEx() local
622 k = colors - 1; in gdImagePngCtxEx()
631 mapping[i] = k--; in gdImagePngCtxEx()
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dbuild.c829 int i, k, n; in createTableStmt() local
850 k = strlen(zStmt); in createTableStmt()
851 identPut(zStmt, &k, p->zName); in createTableStmt()
852 zStmt[k++] = '('; in createTableStmt()
854 strcpy(&zStmt[k], zSep); in createTableStmt()
855 k += strlen(&zStmt[k]); in createTableStmt()
857 identPut(zStmt, &k, p->aCol[i].zName); in createTableStmt()
859 strcpy(&zStmt[k], zEnd); in createTableStmt()

Completed in 47 milliseconds

12345678910>>...12