Home
last modified time | relevance | path

Searched refs:field (Results 1 – 25 of 127) sorted by last modified time

123456

/PHP-5.5/win32/
H A Dinstall.txt932 parse (i.e. .php) into the field File extensions (.xxx).
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c307 #define CONDADD(name, field) \ in sapi_thttpd_register_variables() argument
308 if (TG(hc)->field[0]) { \ in sapi_thttpd_register_variables()
309 php_register_variable(#name, TG(hc)->field, track_vars_array TSRMLS_CC); \ in sapi_thttpd_register_variables()
/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/sapi/webjames/
H A Dwebjames.c106 #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/sapi/fpm/fpm/
H A Dfpm_conf.c55 #define GO(field) offsetof(struct fpm_global_config_s, field) argument
56 #define WPO(field) offsetof(struct fpm_worker_pool_config_s, field) argument
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c40 #define offsetof(s_type,field) ((size_t)&(((s_type*)0)->field)) argument
/PHP-5.5/
H A Dphp.ini-development1542 ; add a hidden <input> field with the info which is otherwise appended
H A Dphp.ini-production1542 ; add a hidden <input> field with the info which is otherwise appended
/PHP-5.5/main/
H A Dphp.h419 #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/ext/wddx/
H A Dwddx.c890 zval **field; in php_wddx_push_element() local
894 …zend_hash_find(Z_ARRVAL_P(recordset->data), (char*)atts[i], strlen(atts[i])+1, (void**)&field) == … in php_wddx_push_element()
895 ent.data = *field; in php_wddx_push_element()
/PHP-5.5/ext/wddx/tests/
H A Dbug52468.phpt2 Bug #52468 (wddx_deserialize corrupts integer field value when left empty)
H A Dbug70661.phpt23 <field name='ryat'>
28 </field>
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_fields.phpt27 // 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
H A Dtest_msghandler_handled.phpt66 … message: Syntax error during explicit conversion of VARCHAR value 'notadate' to a DATETIME field.
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.re202 * This function appends a hidden input field after a <form> or
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c132 ZEND_ARG_INFO(0, field)
2041 zval *field; in PHP_FUNCTION() local
2047 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rlz", &sybase_result_index, &row, &field) ==… in PHP_FUNCTION()
2062 switch(Z_TYPE_P(field)) { in PHP_FUNCTION()
2067 if (strcasecmp(result->fields[i].name, Z_STRVAL_P(field)) == 0) { in PHP_FUNCTION()
2073 …rror_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: %s field not found in result", Z_STRVAL_P(field)); in PHP_FUNCTION()
2079 convert_to_long(field); in PHP_FUNCTION()
2080 field_offset = Z_LVAL_P(field); in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/strings/
H A Dprintf.phpt33 /* Number of arguments not matching as specified in format field */
H A Dprintf_64bit.phpt33 /* Number of arguments not matching as specified in format field */
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation1.phpt2 Testing stream_get_meta_data() "unread_bytes" 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
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
/PHP-5.5/ext/standard/tests/file/
H A Dfputcsv_variation6.phpt12 present in the field to be written to the file
H A Dfputcsv_variation7.phpt12 present in the field to be written to the file
H A Dfputcsv_variation8.phpt12 present in the field to be written to the file

Completed in 66 milliseconds

123456