Home
last modified time | relevance | path

Searched refs:head (Results 26 – 50 of 104) sorted by relevance

12345

/PHP-5.4/ext/gd/libgd/
H A Dgdcache.h83 gdCacheDelete( gdCache_head_t *head );
86 gdCacheGet( gdCache_head_t *head, void *keydata );
/PHP-5.4/ext/gd/
H A Dgdcache.h84 gdCacheDelete( gdCache_head_t *head );
87 gdCacheGet( gdCache_head_t *head, void *keydata );
/PHP-5.4/ext/phar/tests/
H A Dfrontcontroller8.phpt15 <head>
17 </head>
H A Dfrontcontroller6.phpt15 <head>
17 </head>
H A Dfrontcontroller10.phpt18 <head>
20 </head>
/PHP-5.4/ext/phar/tests/tar/
H A Dfrontcontroller6.phar.phpt15 <head>
17 </head>
H A Dfrontcontroller8.phar.phpt15 <head>
17 </head>
H A Dfrontcontroller10.phar.phpt18 <head>
20 </head>
/PHP-5.4/ext/phar/tests/zip/
H A Dfrontcontroller8.phar.phpt15 <head>
17 </head>
H A Dfrontcontroller10.phar.phpt18 <head>
20 </head>
H A Dfrontcontroller6.phar.phpt16 <head>
18 </head>
/PHP-5.4/ext/phar/tests/cache_list/
H A Dfrontcontroller6.phpt17 <head>
19 </head>
H A Dfrontcontroller8.phpt17 <head>
19 </head>
H A Dfrontcontroller10.phpt19 <head>
21 </head>
/PHP-5.4/ext/spl/tests/
H A Dbug65328.phpt14 protected $head;
17 * @param Node $head
19 public function __construct(Node $head = null)
21 $this->head = $head ? : new Node('HEAD');
29 return $this->head;
74 $this->head->getChildren(),
/PHP-5.4/ext/dom/tests/
H A DDOMDocument_saveHTML_variant2.phpt12 <head>
13 </head>
/PHP-5.4/ext/simplexml/tests/
H A D025.phpt11 <xhtml:head><xhtml:title xmlns:xhtml='http://www.w3.org/TR/REC-html401'>bla</xhtml:title></xhtml:he…
29 <head><title xmlns='http://www.w3.org/TR/REC-html40'>bla</title></head>
/PHP-5.4/ext/tidy/tests/
H A D016.phpt14 <head>
20 </head>
H A Dtidy_error.phpt14 <head>
16 </head>
H A D024.phpt33 <head>
35 </head>
H A D004.phpt14 <head><title>foo</title></head>
H A D020.phpt29 <head>
31 </head>
/PHP-5.4/main/streams/
H A Dphp_stream_filter_api.h59 php_stream_bucket *head, *tail; member
102 php_stream_filter *head, *tail; member
142 #define php_stream_is_filtered(stream) ((stream)->readfilters.head || (stream)->writefilters.head)
/PHP-5.4/sapi/roxen/
H A Droxen.c188 struct svalue *head = NULL; in lookup_string_header() local
189 THREAD_SAFE_RUN(head = lookup_header(headername), "header lookup"); in lookup_string_header()
190 if(!head || head->type != PIKE_T_STRING) in lookup_string_header()
192 return head->u.string->str; in lookup_string_header()
200 struct svalue *head = NULL; in lookup_integer_header() local
201 THREAD_SAFE_RUN(head = lookup_header(headername), "header lookup"); in lookup_integer_header()
202 if(!head || head->type != PIKE_T_INT) in lookup_integer_header()
204 return head->u.integer; in lookup_integer_header()
/PHP-5.4/ext/standard/tests/strings/
H A Dget_meta_tags.phpt13 </head> <!-- parsing stops here -->
18 <head>
23 </head>

Completed in 38 milliseconds

12345