Home
last modified time | relevance | path

Searched refs:head (Results 76 – 100 of 105) sorted by relevance

12345

/PHP-7.1/ext/soap/
H A Dsoap.c3482 head = NULL;
3488 head = trav;
3571 if (head) {
3574 attr = head->properties;
3587 trav = head->children;
3838 xmlNodePtr head = NULL; local
4157 if (head->children == NULL) {
4158 xmlUnlinkNode(head);
4159 xmlFreeNode(head);
4314 if (head) {
[all …]
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregcomp.c2732 if (head) { in subexp_inf_recursive_check()
2735 if (min != 0) head = 0; in subexp_inf_recursive_check()
3097 head = an->target; in divide_look_behind_alternatives()
3098 np = NCAR(head); in divide_look_behind_alternatives()
3099 swap_node(node, head); in divide_look_behind_alternatives()
3100 NCAR(node) = head; in divide_look_behind_alternatives()
5239 regex_t *head, *prev; in onig_chain_reduce() local
5242 head = prev->chain; in onig_chain_reduce()
5243 if (IS_NOT_NULL(head)) { in onig_chain_reduce()
5246 prev = head; in onig_chain_reduce()
[all …]
/PHP-7.1/tests/lang/
H A D024.phpt7 <head>
375 <head>
600 <head>
825 <head>
1050 <head>
1275 <head>
1500 <head>
1725 <head>
1950 <head>
2175 <head>
[all …]
H A D023.phpt31 <head>
/PHP-7.1/ext/phar/tests/cache_list/files/
H A Dnophar.phar77 echo "<html>\n <head>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File ", $pt, …
H A Dopenssl.phar77 echo "<html>\n <head>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File ", $pt, …
/PHP-7.1/ext/phar/tests/files/
H A Dinclude_path2.phar77 echo "<html>\n <head>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File ", $pt, …
H A Dnophar.phar77 echo "<html>\n <head>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File ", $pt, …
H A Dopenssl.phar77 echo "<html>\n <head>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File ", $pt, …
/PHP-7.1/main/streams/
H A Dtransports.c410 if (stream->readfilters.head) { in php_stream_xport_recvfrom()
480 if ((oob || addr) && stream->writefilters.head) { in php_stream_xport_sendto()
/PHP-7.1/Zend/
H A Dzend_extensions.c262 for (element = zend_extensions.head; element; element = element->next) { in zend_get_extension()
/PHP-7.1/ext/openssl/tests/
H A Dbug65538.phar77 echo "<html>\n <head>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File ", $pt, …
/PHP-7.1/ext/standard/
H A Dphp_fopen_wrapper.c93 if (!input->body->readfilters.head) { in php_stream_input_read()
H A Dconfig.m4555 flock_compat.c formatted_print.c fsock.c head.c html.c image.c \
/PHP-7.1/ext/exif/
H A Dtest.txt156 <head>
177 </head>
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_wait.c268 zend_extensions.head = elm->next; in phpdbg_webdata_decompress()
/PHP-7.1/main/
H A DSAPI.c596 zend_llist_element *current=l->head; in sapi_remove_header()
606 l->head = next; in sapi_remove_header()
H A Dphp_ini.c695 for (element = scanned_ini_list.head; element; element = element->next) { in php_init_config()
/PHP-7.1/win32/build/
H A Dphpize.js.in210 // Write the head of the configure script
/PHP-7.1/ext/oci8/
H A Dconfig.m4192 …php_version=`$PHP_CONFIG --version 2>/dev/null|head -n 1|$PHP_OCI8_SED -e 's#\([0-9]\.[0-9]*\.[0-9…
/PHP-7.1/ext/iconv/
H A Diconv.c2855 while (buckets_in->head != NULL) { in php_iconv_stream_filter_do_filter()
2856 bucket = buckets_in->head; in php_iconv_stream_filter_do_filter()
/PHP-7.1/ext/session/
H A Dsession.c1217 current = l->head;
1226 l->head = next;
/PHP-7.1/
H A Dconfig.guess251 …ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head
/PHP-7.1/ext/tidy/
H A Dtidy.c429 TIDY_METHOD_MAP(head, tidy_get_head, NULL)
/PHP-7.1/ext/pcre/pcrelib/
H A DHACKING6 documentation and the comment at the head of the RunTest file.

Completed in 137 milliseconds

12345