Home
last modified time | relevance | path

Searched refs:field (Results 26 – 50 of 136) sorted by relevance

123456

/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_fetch_fields.phpt29 foreach ($fields as $k => $field) {
30 var_dump($field);
34 if ($field->charsetnr != $charsetInfo->number) {
37 $charsetInfo->number, $field->charsetnr);
H A Dbug77597.phpt24 $field = $result->fetch_field();
25 var_dump($field->name);
H A Dmysqli_field_seek.phpt82 $field = mysqli_fetch_field($res);
83 var_dump($field);
85 if ($field->charsetnr != $charsetInfo->number) {
87 $charsetInfo->charset, $charsetInfo->number, $field->charsetnr);
89 if ($field->length != $charsetInfo->max_length) {
91 $charsetInfo->max_length, $field->max_length);
H A Dmysqli_explain_metadata.phpt46 foreach ($fields as $k => $field) {
47 $field->max_length = 0;// change it or we will get diff error
48 if (isset($field_names[$field->name])) {
49 unset($field_names[$field->name]);
51 printf("[006] Unexpected field '%s', dumping info\n");
52 var_dump($field);
/PHP-8.2/ext/opcache/tests/jit/
H A Dcmp_005.phpt22 $g = 0xff001; // Cannot be encoded into imm12 field
23 $h = 0x1000000; // Cannot be encoded into imm12 field
24 $i = 0xf12345678; // Cannot be encoded into imm12 field
H A Dgh8591-001.phpt23 protected static int $field = 1;
35 $x = static::$field;
H A Dgh8591-002.phpt29 protected static int $field = 1;
41 $x = static::$field;
H A Dgh8591-004.phpt25 protected static int $field = 1;
37 $x = static::$field;
/PHP-8.2/ext/opcache/tests/
H A Dbug74442.phpt11 $field = new $typeclass($params);
12 return $field;
/PHP-8.2/ext/pdo_sqlite/tests/
H A Dbug70862.phpt11 $db->exec('CREATE TABLE test(field BLOB)');
27 $stmt = $db->prepare('INSERT INTO test(field) VALUES (:para)');
H A Dbug35336.phpt8 function __set ($field, $value) {
/PHP-8.2/ext/mysqli/
H A Dmysqli_api.c654 …add_property_stringl(value, "orgname", (field->org_name ? field->org_name : ""), field->org_name_l… in php_add_field_properties()
655 add_property_stringl(value, "table", (field->table ? field->table : ""), field->table_length); in php_add_field_properties()
656 …add_property_stringl(value, "orgtable", (field->org_table ? field->org_table : ""), field->org_tab… in php_add_field_properties()
657 add_property_stringl(value, "def", (field->def ? field->def : ""), field->def_length); in php_add_field_properties()
658 add_property_stringl(value, "db", (field->db ? field->db : ""), field->db_length); in php_add_field_properties()
670 add_property_long(value, "type", field->type); in php_add_field_properties()
680 const MYSQL_FIELD *field; in PHP_FUNCTION() local
688 if (!(field = mysql_fetch_field(result))) { in PHP_FUNCTION()
693 php_add_field_properties(return_value, field); in PHP_FUNCTION()
720 php_add_field_properties(&obj, field); in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/intl/tests/
H A Dcalendar_set_error.phpt46 IntlCalendar::set(): Argument #1 ($year) must be a valid field
47 intlcal_set(): Argument #2 ($year) must be a valid field
/PHP-8.2/ext/intl/
H A Dphp_intl.stub.php189 function intlcal_get(IntlCalendar $calendar, int $field): int|false {} argument
195 function intlcal_add(IntlCalendar $calendar, int $field, int $value): bool {} argument
207 function intlcal_roll(IntlCalendar $calendar, int $field, $value): bool {} argument
209 function intlcal_clear(IntlCalendar $calendar, ?int $field = null): bool {} argument
213 function intlcal_get_actual_maximum(IntlCalendar $calendar, int $field): int|false {} argument
215 function intlcal_get_actual_minimum(IntlCalendar $calendar, int $field): int|false {} argument
221 function intlcal_get_least_maximum(IntlCalendar $calendar, int $field): int|false {} argument
223 function intlcal_get_greatest_minimum(IntlCalendar $calendar, int $field): int|false {} argument
227 function intlcal_get_maximum(IntlCalendar $calendar, int $field): int|false {} argument
233 function intlcal_get_minimum(IntlCalendar $calendar, int $field): int|false {} argument
[all …]
/PHP-8.2/ext/standard/tests/strings/
H A Dbug22227.phpt2 Bug #22227 (printf() field limiters broke between 4.2.3 and 4.3.0)
/PHP-8.2/ext/sockets/
H A Dconversions.h45 typedef void (from_zval_write_field)(const zval *arr_value, char *field, ser_context *ctx);
56 void from_zval_write_int(const zval *arr_value, char *field, ser_context *ctx);
/PHP-8.2/ext/soap/tests/bugs/
H A Dbug30175.phpt25 <name xsi:type="xsd:string">blah blah some name field</name>
42 string(25) "blah blah some name field"
/PHP-8.2/ext/pdo_pgsql/tests/
H A Dcopy_to.phpt40 echo "Testing pgsqlCopyToArray() with different field separator and not null indicator\n";
57 echo "Testing pgsqlCopyToFile() with different field separator and not null indicator\n";
96 Testing pgsqlCopyToArray() with different field separator and not null indicator
127 Testing pgsqlCopyToFile() with different field separator and not null indicator
/PHP-8.2/ext/ffi/tests/
H A Dgh9698.phpt20 Attempt to assign field 'context' to uninitialized FFI\CData object
H A D020.phpt64 FFI\Exception: Attempt to assign read-only field 'y'
65 FFI\Exception: Attempt to assign read-only field 'x'
/PHP-8.2/ext/standard/tests/file/
H A Dfputcsv_variation10.phpt5 /* Testing fputcsv() to write to a file when the field has no CSV format */
7 echo "*** Testing fputcsv() : with no CSV format in the field ***\n";
28 foreach ($fields as $field) {
42 $csv_field = $field;
64 *** Testing fputcsv() : with no CSV format in the field ***
/PHP-8.2/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation10.phpt6 /* Testing fputcsv() to write to a file when the field has no CSV format */
8 echo "*** Testing fputcsv() : with no CSV format in the field ***\n";
29 foreach ($fields as $field) {
39 $csv_field = $field;
61 *** Testing fputcsv() : with no CSV format in the field ***
/PHP-8.2/ext/ffi/
H A Dffi.c347 zend_ffi_field *field; in zend_ffi_face_struct_add_fields() local
1215 zend_ffi_field *field; in zend_ffi_cdata_read_field() local
1288 zend_ffi_field *field; in zend_ffi_cdata_write_field() local
2334 efree(field); in zend_ffi_field_hash_dtor()
2342 free(field); in zend_ffi_field_hash_persistent_dtor()
6031 field->offset = 0;
6045 field->bits = 0;
6099 field->type = ZEND_FFI_TYPE(field->type); /* reset "owned" flag */
6178 field->offset = 0;
6204 struct_type->size = field->offset + ((field->first_bit + field->bits) + 7) / 8;
[all …]
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_clear_error.phpt80 …LSTATE[42S22]: Column not found: 1054 Unknown column 'unknown_column' in 'field list' in %s on lin…
84 2 => 'Unknown column \'unknown_column\' in \'field list\'',
96 …LSTATE[42S22]: Column not found: 1054 Unknown column 'unknown_column' in 'field list' in %s on lin…
/PHP-8.2/sapi/fpm/tests/
H A Dconfig-array-validation-php-value-key.phpt23 $tester->expectLogError("\[%s:%d\] You must provide a key for field 'php_value'");

Completed in 49 milliseconds

123456