Home
last modified time | relevance | path

Searched refs:caption (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/ext/sybase_ct/tests/
H A Dtest_query_nostore.phpt20 caption varchar(255) not null,
27 id, caption, author
33 id, caption, author, link
39 id, caption, author
65 ["caption"]=>
77 ["caption"]=>
89 ["caption"]=>
H A Dtest_fetch_object.phpt25 "Hello" as "caption",
51 'caption' => 'Hello',
57 'caption' => 'Hello',
63 'caption' => 'Hello',
71 'caption' => 'Hello',
H A Dtest_fields.phpt19 "Hello" as "caption",
49 'name' => 'caption',
71 'name' => 'caption',
/PHP-5.3/main/streams/
H A Dphp_streams_int.h70 …splay_wrapper_errors(php_stream_wrapper *wrapper, const char *path, const char *caption TSRMLS_DC);
H A Dstreams.c164 …isplay_wrapper_errors(php_stream_wrapper *wrapper, const char *path, const char *caption TSRMLS_DC) in php_stream_display_wrapper_errors()
221 php_error_docref1(NULL TSRMLS_CC, tmp, E_WARNING, "%s: %s", caption, msg); in php_stream_display_wrapper_errors()
/PHP-5.3/ext/ereg/regex/
H A Dengine.ih23 static void print(struct match *m, unsigned char *caption, states st, int ch, FILE *d);
H A Dengine.c934 print(m, caption, st, ch, d) in print() argument
936 unsigned char *caption;
948 fprintf(d, "%s", caption);

Completed in 24 milliseconds