Home
last modified time | relevance | path

Searched refs:field (Results 51 – 75 of 127) sorted by relevance

123456

/PHP-5.5/ext/ereg/regex/
H A Dtests3 # for an empty field. First field is an RE. Second field is flags. If
4 # C flag given, regcomp() is expected to fail, and the third field is the
7 # Otherwise it is expected to succeed, and the third field is the string to
8 # try matching it against. If there is no fourth field, the match is
9 # expected to fail. If there is a fourth field, it is the substring that
10 # the RE is expected to match. If there is a fifth field, it is a comma-
12 # no match for that one. In both the fourth and fifth fields, a (sub)field
22 # C regcomp() error expected, third field is error name
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpecl_bug_5200.phpt30 [field] => phase
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_priv.h162 typedef void (*ps_field_fetch_func)(zval * zv, const MYSQLND_FIELD * const field, unsigned int pack…
193 void ps_fetch_from_1_to_8_bytes(zval * zv, const MYSQLND_FIELD * const field, unsigned int pack_len…
/PHP-5.5/ext/sockets/
H A Dconversions.c366 void from_zval_write_int(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_int() argument
383 memcpy(field, &ival, sizeof(ival)); in from_zval_write_int()
385 static void from_zval_write_uint32(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_uint32() argument
402 memcpy(field, &ival, sizeof(ival)); in from_zval_write_uint32()
421 memcpy(field, &ival, sizeof(ival)); in from_zval_write_net_uint16()
423 static void from_zval_write_sa_family(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_sa_family() argument
440 memcpy(field, &ival, sizeof(ival)); in from_zval_write_sa_family()
442 static void from_zval_write_pid_t(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_pid_t() argument
459 memcpy(field, &ival, sizeof(ival)); in from_zval_write_pid_t()
461 static void from_zval_write_uid_t(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_uid_t() argument
[all …]
H A Dconfig.m432 AC_CACHE_CHECK([for field ss_family in struct sockaddr_storage], ac_cv_ss_family,
/PHP-5.5/ext/odbc/
H A Dbirdstep.c470 char *field = NULL; in PHP_FUNCTION() local
479 field = Z_STRVAL_PP(col); in PHP_FUNCTION()
484 if ( field ) { in PHP_FUNCTION()
486 if ( !strcasecmp(res->values[i].name,field)) { in PHP_FUNCTION()
492 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field %s not found",field); in PHP_FUNCTION()
/PHP-5.5/ext/intl/tests/
H A Dcalendar_roll_error.phpt26 Warning: IntlCalendar::roll(): intlcal_roll: invalid field in %s on line %d
H A Dcalendar_add_error.phpt28 Warning: IntlCalendar::add(): intlcal_add: invalid field in %s on line %d
H A Dcalendar_isSet_error.phpt34 Warning: IntlCalendar::isSet(): intlcal_is_set: invalid field in %s on line %d
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation5.phpt2 testing stream_get_meta_data() "eof" field for a file stream
H A Dstream_get_meta_data_socket_variation3.phpt2 Testing stream_get_meta_data() "blocked" field on a udp socket
H A Dstream_get_meta_data_socket_variation4.phpt2 Testing stream_get_meta_data() "eof" field on a udp socket
H A Dstream_get_meta_data_socket_variation2.phpt2 Testing stream_get_meta_data() "timed_out" field on a udp socket
/PHP-5.5/sapi/tux/
H A Dphp_tux.c229 #define CONDADD(name, field) \ in sapi_tux_register_variables() argument
230 if (TG(req)->field[0]) { \ in sapi_tux_register_variables()
231 php_register_variable(#name, TG(req)->field, track_vars_array TSRMLS_CC); \ in sapi_tux_register_variables()
/PHP-5.5/ext/pdo_firebird/tests/
H A Dbug_64037.phpt2 Bug #64037 Firebird return wrong value for numeric field
/PHP-5.5/ext/pgsql/tests/
H A Dpg_select_001.phpt53 Notice: pg_select(): Invalid field name (id) in values in %s on line %d
/PHP-5.5/ext/mysqli/tests/
H A Dbug32405.phpt17 /* two fields are needed. the problem does not occur with 1 field only selected. */
H A D047.phpt34 while ($field = mysqli_fetch_field($result)) {
35 var_dump($field);
/PHP-5.5/ext/oci8/tests/
H A Dbind_long.phpt2 bind LONG field
H A Dfield_funcs3.phpt38 foreach ($row as $num => $field) {
H A Dfield_funcs.phpt43 foreach ($row as $num => $field) {
H A Dfield_funcs0.phpt43 foreach ($row as $num => $field) {
H A Dfield_funcs_old.phpt43 foreach ($row as $num => $field) {
/PHP-5.5/ext/intl/
H A Dphp_intl.c516 ZEND_ARG_INFO( 0, field )
547 ZEND_ARG_INFO( 0, field )
568 ZEND_ARG_INFO( 0, field )
574 ZEND_ARG_INFO( 0, field )
580 ZEND_ARG_INFO( 0, field )
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_msghandler_handled.phpt66 … message: Syntax error during explicit conversion of VARCHAR value 'notadate' to a DATETIME field.

Completed in 80 milliseconds

123456