Home
last modified time | relevance | path

Searched refs:head (Results 1 – 25 of 102) sorted by path

12345

/PHP-8.1/Zend/tests/array_unpack/
H A Din_destructuring.phpt6 [$head, ...$tail] = [1, 2, 3];
/PHP-8.1/Zend/
H A Dzend_extensions.c287 for (element = zend_extensions.head; element; element = element->next) { in zend_get_extension()
H A Dzend_llist.c26 l->head = NULL; in zend_llist_init()
43 l->head = tmp; in zend_llist_add_element()
56 tmp->next = l->head; in zend_llist_prepend_element()
58 if (l->head) { in zend_llist_prepend_element()
59 l->head->prev = tmp; in zend_llist_prepend_element()
63 l->head = tmp; in zend_llist_prepend_element()
115 l->head = NULL; in zend_llist_destroy()
138 l->head = NULL; in zend_llist_remove_tail()
156 ptr = src->head; in zend_llist_copy()
168 element=l->head; in zend_llist_apply_with_del()
[all …]
H A Dzend_llist.h36 zend_llist_element *head; member
H A Dzend_observer.c117 for (zend_llist_element *element = list->head; element; element = element->next) { in zend_observer_fcall_install()
253 …for (zend_llist_element *element = zend_observer_error_callbacks.head; element; element = element-… in zend_observer_error_notify()
279 for (element = zend_observer_fiber_init.head; element; element = element->next) { in zend_observer_fiber_init_notify()
290 for (element = zend_observer_fiber_switch.head; element; element = element->next) { in zend_observer_fiber_switch_notify()
301 for (element = zend_observer_fiber_destroy.head; element; element = element->next) { in zend_observer_fiber_destroy_notify()
/PHP-8.1/build/
H A Dconfig.guess331 …ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head
H A Dphp.m41895 php_version=$($PHP -v | head -n1 | cut -d ' ' -f 2 | cut -d '-' -f 1)
/PHP-8.1/
H A Dbuildconf84 ac_version=$($PHP_AUTOCONF --version 2>/dev/null|head -n 1|sed -e 's/^[^0-9]*//' -e 's/[a-z]* *$//')
/PHP-8.1/ext/bz2/
H A Dbz2_filter.c88 while (buckets_in->head) { in php_bz2_decompress_filter()
91 bucket = php_stream_bucket_make_writeable(buckets_in->head); in php_bz2_decompress_filter()
225 while (buckets_in->head) { in php_bz2_compress_filter()
228 bucket = php_stream_bucket_make_writeable(buckets_in->head); in php_bz2_compress_filter()
/PHP-8.1/ext/curl/
H A Dinterface.c2076 if (!stream->readfilters.head && !php_stream_stat(stream, &ssb)) { in build_mime_structure_from_hash()
/PHP-8.1/ext/dba/libcdb/
H A Dcdb_make.c59 c->head = 0; in cdb_make_start()
78 head = c->head; in cdb_make_addend()
79 if (!head || (head->num >= CDB_HPLIST)) { in cdb_make_addend()
81 if (!head) in cdb_make_addend()
83 head->num = 0; in cdb_make_addend()
84 head->next = c->head; in cdb_make_addend()
85 c->head = head; in cdb_make_addend()
87 head->hp[head->num].h = h; in cdb_make_addend()
88 head->hp[head->num].p = c->pos; in cdb_make_addend()
89 ++head->num; in cdb_make_addend()
[all …]
H A Dcdb_make.h43 struct cdb_hplist *head; member
/PHP-8.1/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_basic.phpt14 $head = $doc->createElement('head');
15 $head = $root->appendChild($head);
17 $title = $head->appendChild($title);
27 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>This is the t…
H A DDOMDocument_saveHTMLFile_formatOutput.phpt15 $head = $doc->createElement('head');
16 $head = $root->appendChild($head);
18 $title = $head->appendChild($title);
28 <html><head>
31 </head></html>
H A DDOMDocument_saveHTMLFile_invalid_filename.phpt14 $head = $doc->createElement('head');
15 $head = $root->appendChild($head);
17 $title = $head->appendChild($title);
H A DDOMDocument_saveHTML_basic.phpt13 $head = $doc->createElement('head');
14 $head = $root->appendChild($head);
16 $title = $head->appendChild($title);
22 <html><head><title>This is the title</title></head></html>
H A DDOMDocument_saveHTML_variant1.phpt10 $head = $doc->createElement('head');
11 $head = $root->appendChild($head);
13 $title = $head->appendChild($title);
20 <html><head><title>This is the title</title></head></html>
H A DDOMDocument_saveHTML_variant2.phpt10 <head>
11 </head>
H A Dbug35673.phpt7 $html = '<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <title>This is the title</title></head></html>';
17 <html><head>
20 </head></html>
H A Dbug69679.phpt8 $html = "<!DOCTYPE html><html><head><meta charset='UTF-8'></head><body>U+0000 <span>\x0</span></bod…
14 <html><head><meta charset="UTF-8"></head><body>U+0000 <span></span></body></html>
H A Ddom005.phpt24 <html><head><title>Hello world</title></head><body>
30 <html><head><title>Hello world</title></head><body>
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic12289 # Print cylinder,head,sector (CHS) of partition entry
12297 # head
24511 >>36 uleshort >0 %u in head
30353 0 search/4096/cwt \<head\> HTML document text
30356 0 search/4096/cWt \<head\ HTML document text
31136 # from https://bazaar.launchpad.net/~maria-captains/maria/5.5/view/head:/support-files/magic
32986 >0x10000 string head Microsoft Disk Image eXtended
32987 #>0x20000 string head \b, 2nd header
H A Dmagic私はガラスを食べられます12289 # Print cylinder,head,sector (CHS) of partition entry
12297 # head
24511 >>36 uleshort >0 %u in head
30353 0 search/4096/cwt \<head\> HTML document text
30356 0 search/4096/cWt \<head\ HTML document text
31136 # from https://bazaar.launchpad.net/~maria-captains/maria/5.5/view/head:/support-files/magic
32986 >0x10000 string head Microsoft Disk Image eXtended
32987 #>0x20000 string head \b, 2nd header
/PHP-8.1/ext/gd/libgd/
H A Dgdcache.c63 gdCache_head_t *head; in gdCacheCreate() local
66 head->mru = NULL; in gdCacheCreate()
67 head->size = size; in gdCacheCreate()
71 return head; in gdCacheCreate()
79 elem = head->mru; in gdCacheDelete()
97 elem = head->mru; in gdCacheGet()
107 head->mru = elem; in gdCacheGet()
116 userdata = (*(head->gdCacheFetch)) (&(head->error), keydata); in gdCacheGet()
122 if (i < head->size) in gdCacheGet()
134 elem->next = head->mru; in gdCacheGet()
[all …]
H A Dgdcache.h83 gdCacheDelete( gdCache_head_t *head );
86 gdCacheGet( gdCache_head_t *head, void *keydata );

Completed in 274 milliseconds

12345