/PHP-5.5/ext/mbstring/ |
H A D | php_unicode.c | 141 return _uccase_map[m + field]; in case_lookup() 152 return case_lookup(code, l, r, field); in php_turkish_toupper() 160 return case_lookup(code, l, r, field); in php_turkish_tolower() 165 int field; in php_unicode_toupper() local 175 field = 2; in php_unicode_toupper() 187 field = 1; in php_unicode_toupper() 196 int field; in php_unicode_tolower() local 206 field = 1; in php_unicode_tolower() 218 field = 2; in php_unicode_tolower() 227 int field; in php_unicode_totitle() local [all …]
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | bug_mysql_49406.phpt | 66 $field = $meta_res->fetch_field(); 68 printf("Name : %s\n", $field->name); 69 printf("Orgname : %s\n", $field->orgname); 70 printf("Table : %s\n", $field->table); 71 printf("Orgtable : %s\n", $field->orgtable); 72 printf("Maxlength : %d\n", $field->max_length); 73 printf("Length : %d\n", $field->length); 74 printf("Charsetnr : %d\n", $field->charsetnr); 75 printf("Flags : %d\n", $field->flags); 76 …printf("Type : %d (%s)\n", $field->type, (isset($datatypes[$field->type])) ? $datatypes[$f… [all …]
|
H A D | mysqli_fetch_field_flags.phpt | 2 mysqli_fetch_field() - flags/field->flags 132 $field = mysqli_fetch_field_direct($res, 1); 133 if (!is_object($field)) { 138 if ($field->name != 'col1') { 218 $field = mysqli_fetch_field($res); 219 while ($field = mysqli_fetch_field($res)) { 220 if (!isset($expected_flags[$field->name])) { 221 printf("[010] Found unexpected field '%s'\n", $field->name); 223 …ing_flags, $unexpected_flags, $flags_found) = checkFlags($field->flags, $expected_flags[$field->na… 226 $unexpected_flags, $field->name, $flags_found); [all …]
|
H A D | mysqli_fetch_fields.phpt | 37 foreach ($fields as $k => $field) { 38 var_dump($field); 42 if ($field->charsetnr != $charsetInfo->number) { 45 $charsetInfo->number, $field->charsetnr); 47 if ($field->length != $charsetInfo->max_length) { 50 $field->max_length);
|
H A D | mysqli_field_seek.phpt | 87 $field = mysqli_fetch_field($res); 88 var_dump($field); 90 if ($field->charsetnr != $charsetInfo->number) { 92 $charsetInfo->charset, $charsetInfo->number, $field->charsetnr); 94 if ($field->length != $charsetInfo->max_length) { 96 $charsetInfo->max_length, $field->max_length); 127 Warning: mysqli_field_seek(): Invalid field offset in %s on line %d 217 Warning: mysqli_field_seek(): Invalid field offset in %s on line %d 221 Warning: mysqli_field_seek(): Invalid field offset in %s on line %d
|
H A D | mysqli_stmt_get_result_metadata_fetch_field.phpt | 2 mysqli_stmt_get_result() - meta data, field info 40 while ($field = $res->fetch_field()) { 41 var_dump($field); 48 if ($field->charsetnr != $charsetInfo->number) { 51 $charsetInfo->number, $field->charsetnr); 53 if ($field->length != $charsetInfo->max_length) { 55 $charsetInfo->max_length, $field->max_length);
|
H A D | mysqli_fetch_field_types.phpt | 2 mysqli_fetch_field() - data types/field->type 44 if (!is_object($field = mysqli_fetch_field($res))) { 46 gettype($field), 51 if ($field->type != $php_type) { 54 if ($k == $field->type) { 60 $php_type, $sql_type, $field->type, $code_name);
|
H A D | mysqli_explain_metadata.phpt | 50 foreach ($fields as $k => $field) { 51 $field->max_length = 0;// change it or we will get diff error 52 if (isset($field_names[$field->name])) { 53 unset($field_names[$field->name]); 55 printf("[006] Unexpected field '%s', dumping info\n"); 56 var_dump($field);
|
/PHP-5.5/main/ |
H A D | php.h | 419 #define XtOffset(p_type, field) _Offsetof(p_type, field) argument 422 #define XtOffset(p_type, field) \ 423 (sizeof(int)*((unsigned int)&(((p_type)NULL)->field))) 427 #define XtOffset(p_type, field) ((unsigned int)&(((p_type)NULL)->field)) 433 #define XtOffset(p_type, field) \ 434 ((long) (((char *) (&(((p_type)NULL)->field))) - ((char *) NULL))) 441 #define XtOffsetOf(s_type, field) offsetof(s_type, field) argument 443 #define XtOffsetOf(s_type, field) XtOffset(s_type*, field)
|
/PHP-5.5/Zend/ |
H A D | zend_ini.h | 33 # define XtOffset(p_type, field) _Offsetof(p_type, field) argument 36 # define XtOffset(p_type, field) \ argument 37 (sizeof(int)*((unsigned int)&(((p_type)NULL)->field))) 41 # define XtOffset(p_type, field) ((unsigned int)&(((p_type)NULL)->field)) argument 47 # define XtOffset(p_type, field) \ argument 48 ((long) (((char *) (&(((p_type)NULL)->field))) - ((char *) NULL))) 53 # define XtOffsetOf(s_type, field) offsetof(s_type, field) argument 55 # define XtOffsetOf(s_type, field) XtOffset(s_type*, field) argument
|
/PHP-5.5/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 222 long field; in _php_intlcal_field_uec_ret_in32t_method() local 234 if (field < 0 || field >= UCAL_FIELD_COUNT) { in _php_intlcal_field_uec_ret_in32t_method() 298 long field, in PHP_FUNCTION() local 309 if (field < 0 || field >= UCAL_FIELD_COUNT) { in PHP_FUNCTION() 498 if (field < 0 || field >= UCAL_FIELD_COUNT) { in PHP_FUNCTION() 528 long field; in PHP_FUNCTION() local 555 } else if (field < 0 || field >= UCAL_FIELD_COUNT) { in PHP_FUNCTION() 576 long field; in PHP_FUNCTION() local 587 if (field < 0 || field >= UCAL_FIELD_COUNT) { in PHP_FUNCTION() 682 if (field < 0 || field >= UCAL_FIELD_COUNT) { in _php_intlcal_field_ret_in32t_method() [all …]
|
/PHP-5.5/ext/sybase_ct/tests/ |
H A D | test_fields.phpt | 27 // Go through each field, dumping it 28 while ($field= sybase_fetch_field($q)) { 29 var_export($field); echo "\n"; 32 // Seek to the second field and fetch it
|
/PHP-5.5/ext/intl/tests/ |
H A D | calendar_get_Least_Greatest_Minimum_Maximum_error.phpt | 62 Warning: IntlCalendar::getLeastMaximum(): intlcal_get_least_maximum: invalid field in %s on line %d 65 Warning: IntlCalendar::getMaximum(): intlcal_get_maximum: invalid field in %s on line %d 68 Warning: IntlCalendar::getGreatestMinimum(): intlcal_get_greatest_minimum: invalid field in %s on l… 71 Warning: IntlCalendar::getMinimum(): intlcal_get_minimum: invalid field in %s on line %d 74 Warning: intlcal_get_least_maximum(): intlcal_get_least_maximum: invalid field in %s on line %d 77 Warning: intlcal_get_maximum(): intlcal_get_maximum: invalid field in %s on line %d 80 Warning: intlcal_get_greatest_minimum(): intlcal_get_greatest_minimum: invalid field in %s on line … 83 Warning: intlcal_get_minimum(): intlcal_get_minimum: invalid field in %s on line %d
|
H A D | calendar_clear_error.phpt | 25 Warning: IntlCalendar::clear(): intlcal_clear: invalid field in %s on line %d 28 Warning: intlcal_clear(): intlcal_clear: invalid field in %s on line %d
|
H A D | calendar_get_getActualMaximum_Minumum_error2.phpt | 45 error: 2, intlcal_get(): intlcal_get: invalid field 47 error: 2, intlcal_get_actual_maximum(): intlcal_get_actual_maximum: invalid field 49 error: 2, intlcal_get_actual_minimum(): intlcal_get_actual_minimum: invalid field
|
H A D | calendar_set_error.phpt | 35 Warning: IntlCalendar::set(): intlcal_set: invalid field in %s on line %d 38 Warning: intlcal_set(): intlcal_set: invalid field in %s on line %d
|
/PHP-5.5/ext/mysqlnd/ |
H A D | mysqlnd_ps_codec.c | 58 ps_fetch_from_1_to_8_bytes(zval * zv, const MYSQLND_FIELD * const field, unsigned int pack_len, in ps_fetch_from_1_to_8_bytes() argument 63 zend_bool is_bit = field->type == MYSQL_TYPE_BIT; in ps_fetch_from_1_to_8_bytes() 66 if (field->flags & UNSIGNED_FLAG) { in ps_fetch_from_1_to_8_bytes() 131 ps_fetch_null(zval *zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar ** row… in ps_fetch_null() argument 140 ps_fetch_int8(zval * zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar ** ro… in ps_fetch_int8() argument 142 ps_fetch_from_1_to_8_bytes(zv, field, pack_len, row, 1 TSRMLS_CC); in ps_fetch_int8() 151 ps_fetch_from_1_to_8_bytes(zv, field, pack_len, row, 2 TSRMLS_CC); in ps_fetch_int16() 160 ps_fetch_from_1_to_8_bytes(zv, field, pack_len, row, 4 TSRMLS_CC); in ps_fetch_int32() 169 ps_fetch_from_1_to_8_bytes(zv, field, pack_len, row, 8 TSRMLS_CC); in ps_fetch_int64() 189 dval = mysql_float_to_double(fval, (field->decimals >= NOT_FIXED_DEC) ? -1 : field->decimals); in ps_fetch_float() [all …]
|
/PHP-5.5/ext/phar/tests/zip/ |
H A D | corrupt_009.phpt | 2 Phar: corrupted zip (extra field way too long) 16 phar error: Unable to process extra field header for file in central directory in zip-based phar "%…
|
/PHP-5.5/ext/wddx/tests/ |
H A D | bug70661.phpt | 23 <field name='ryat'> 28 </field>
|
/PHP-5.5/ext/mbstring/libmbfl/tests/conv_encoding.tests/ |
H A D | gen_exp.c | 411 int field = 0; in main() local 417 if (field >= sizeof(fields) / sizeof(*fields)) { in main() 449 fields[field++] = q; in main() 455 if (field == 0 || field == 1) { in main() 457 } else if (field != 2) { in main() 458 fprintf(stderr, "Unexpected field count (expected 2, got %d)\n", field); in main()
|
/PHP-5.5/ext/sockets/ |
H A D | conversions.h | 35 typedef void (from_zval_write_field)(const zval *arr_value, char *field, ser_context *ctx); 46 void from_zval_write_int(const zval *arr_value, char *field, ser_context *ctx);
|
/PHP-5.5/ext/pdo_pgsql/tests/ |
H A D | copy_to.phpt | 39 echo "Testing pgsqlCopyToArray() with different field separator and not null indicator\n"; 53 echo "Testing pgsqlCopyToFile() with different field separator and not null indicator\n"; 87 Testing pgsqlCopyToArray() with different field separator and not null indicator 118 Testing pgsqlCopyToFile() with different field separator and not null indicator
|
/PHP-5.5/ext/standard/tests/strings/ |
H A D | bug22227.phpt | 2 Bug #22227 (printf() field limiters broke between 4.2.3 and 4.3.0)
|
/PHP-5.5/sapi/webjames/ |
H A D | webjames.c | 106 #define ADD_NUM(name,field) {\ argument 107 snprintf(buf, BUF_SIZE, "%d", WG(conn)->field);\ 111 #define ADD_FIELD(name, field) \ argument 112 if (WG(conn)->field) { \ 113 php_register_variable(name, WG(conn)->field, track_vars_array TSRMLS_CC); \
|
/PHP-5.5/ext/soap/tests/bugs/ |
H A D | bug30175.phpt | 25 <name xsi:type="xsd:string">blah blah some name field</name> 42 string(25) "blah blah some name field"
|