Home
last modified time | relevance | path

Searched refs:ent (Results 1 – 25 of 39) sorted by relevance

12

/php-src/ext/phar/tests/
H A Dphar_oo_002.phpt15 foreach($phar as $name => $ent)
19 var_dump($ent->getSize());
20 var_dump($ent->getType());
21 var_dump($ent->isWritable());
24 var_dump($ent->isFile());
25 var_dump($ent->isDir());
26 var_dump($ent->isLink());
27 var_dump($ent->getCTime());
28 var_dump($ent->getMTime());
29 var_dump($ent->getATime());
[all …]
H A Dphar_oo_003.phpt14 foreach($phar as $name => $ent)
16 var_dump($ent->getFilename());
17 if ($ent->isDir()) {
20 var_dump($ent->openFile()->fgets());
21 include $ent->getPathName();
H A Dphar_oo_004.phpt14 foreach($it as $name => $ent)
17 var_dump($ent->getFilename());
18 var_dump($ent->isDir());
19 var_dump($ent->isDot());
67 foreach($it as $name => $ent)
70 var_dump($ent->getFilename());
H A Dphar_oo_005.phpt16 foreach($it as $name => $ent)
19 var_dump(str_replace(array('\\', $fname), array('/', '*'), $ent->getPathname()));
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c183 unsigned int ent = 0; in mbfl_filt_conv_html_dec() local
209 ent = -1; in mbfl_filt_conv_html_dec()
212 ent = ent * 16 + v; in mbfl_filt_conv_html_dec()
215 ent = -1; in mbfl_filt_conv_html_dec()
222 ent = -1; in mbfl_filt_conv_html_dec()
229 ent = -1; in mbfl_filt_conv_html_dec()
232 ent = ent*10 + v; in mbfl_filt_conv_html_dec()
235 ent = -1; in mbfl_filt_conv_html_dec()
238 if (ent < 0x110000) { in mbfl_filt_conv_html_dec()
253 ent = entity->code; in mbfl_filt_conv_html_dec()
[all …]
/php-src/ext/standard/tests/strings/
H A Dhtml_entity_decode1.phpt32 foreach ($arr as $ent) {
34 if (($a = html_entity_decode($ent, ENT_QUOTES, 'UTF-8')) !=
35 ($b = htmlspecialchars_decode($ent, ENT_QUOTES))) {
40 echo html_entity_decode($ent, ENT_QUOTES, 'UTF-8'), "\n";
H A Dhtml_entity_decode_win1252.phpt61 $ent = sprintf("&#x%X;", $u);
62 $res = html_entity_decode($ent, ENT_QUOTES, 'WINDOWS-1252');
64 echo sprintf("%s: %s => %s\n", $v[1], $ent, $d[1]);
66 $ent = sprintf("&#x%X;", $v[0]);
67 $res = html_entity_decode($ent, ENT_QUOTES, 'WINDOWS-1252');
70 echo sprintf("%s => %s\n\n", $ent, $res);
H A Dhtml_entity_decode_iso8859-5.phpt105 $ent = sprintf("&#x%X;", $u);
106 $res = html_entity_decode($ent, ENT_QUOTES, 'ISO-8859-5');
108 echo sprintf("%s: %s => %s\n", $v[1], $ent, $d[1]);
110 $ent = sprintf("&#x%X;", $v[0]);
111 $res = html_entity_decode($ent, ENT_QUOTES, 'ISO-8859-5');
114 echo sprintf("%s => %s\n\n", $ent, $res);
H A Dhtml_entity_decode_iso8859-15.phpt105 $ent = sprintf("&#x%X;", $u);
106 $res = html_entity_decode($ent, ENT_QUOTES, 'ISO-8859-15');
108 echo sprintf("%s: %s => %s\n", $v[1], $ent, $d[1]);
110 $ent = sprintf("&#x%X;", $v[0]);
111 $res = html_entity_decode($ent, ENT_QUOTES, 'ISO-8859-15');
114 echo sprintf("%s => %s\n\n", $ent, $res);
/php-src/ext/xml/tests/
H A Dbug30875.phpt10 <!ENTITY ref "ent">
33 string(3) "ent"
H A Dxml001.phpt80 ]}{?[<!ENTITY]}{?[ ]}{?[%]}{?[ ]}{?[incent]}{?[ ]}{?[SYSTEM]}{?[ ]}{?["inc.ent"]}{?[>]}{?[
H A Dxml003.phpt79 ]}{?[<!ENTITY]}{?[ ]}{?[%]}{?[ ]}{?[incent]}{?[ ]}{?[SYSTEM]}{?[ ]}{?["inc.ent"]}{?[>]}{?[
/php-src/ext/xmlwriter/tests/
H A D008.phpt11 xmlwriter_start_dtd_entity($xw, "ent", false);
31 <!ENTITY ent "val">
/php-src/ext/gd/libgd/
H A Dgd_gif_out.c511 register code_int ent; local
538 ent = GIFNextPixel( im, ctx );
558 fcode = (long) (((long) c << maxbits) + ent);
559 i = (((code_int)c << hshift) ^ ent); /* xor hashing */
562 ent = CodeTabOf (i);
574 ent = CodeTabOf (i);
580 output ( (code_int) ent, ctx );
582 ent = c;
596 output( (code_int)ent, ctx );
/php-src/ext/spl/tests/
H A Ddit_003.phpt6 foreach(new FilesystemIterator(__DIR__) as $ent)
/php-src/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation1.phpt17 "fooentity.ent">
61 string(32) "http://example.com/fooentity.ent"
/php-src/main/streams/
H A Dglob_wrapper.c139 php_stream_dirent *ent = (php_stream_dirent*)buf; in php_glob_stream_read() local
152 PHP_STRLCPY(ent->d_name, path, sizeof(ent->d_name), strlen(path)); in php_glob_stream_read()
153 ent->d_type = DT_UNKNOWN; in php_glob_stream_read()
/php-src/ext/standard/
H A Dftp_fopen_wrapper.c607 php_stream_dirent *ent = (php_stream_dirent *)buf; in php_ftp_dirstream_read() local
622 if (!php_stream_get_line(innerstream, ent->d_name, sizeof(ent->d_name), &tmp_len)) { in php_ftp_dirstream_read()
626 basename = php_basename(ent->d_name, tmp_len, NULL, 0); in php_ftp_dirstream_read()
628 tmp_len = MIN(sizeof(ent->d_name), ZSTR_LEN(basename) - 1); in php_ftp_dirstream_read()
629 memcpy(ent->d_name, ZSTR_VAL(basename), tmp_len); in php_ftp_dirstream_read()
630 ent->d_name[tmp_len - 1] = '\0'; in php_ftp_dirstream_read()
632 ent->d_type = DT_UNKNOWN; in php_ftp_dirstream_read()
636 (ent->d_name[tmp_len - 1] == '\n' || ent->d_name[tmp_len - 1] == '\r' || in php_ftp_dirstream_read()
637 ent->d_name[tmp_len - 1] == '\t' || ent->d_name[tmp_len - 1] == ' ')) { in php_ftp_dirstream_read()
638 ent->d_name[--tmp_len] = '\0'; in php_ftp_dirstream_read()
H A Dhtml.c862 stage3_table_be_apos_00000[code].data.ent.entity == NULL)) in traverse_for_entities()
1044 *entity = (const unsigned char *)c->data.ent.entity; in find_entity_for_char()
1045 *entity_len = c->data.ent.entity_len; in find_entity_for_char()
1097 *entity = (const unsigned char *) table[k].data.ent.entity; in find_entity_for_char_basic()
1098 *entity_len = table[k].data.ent.entity_len; in find_entity_for_char_basic()
1405 size_t l = r->data.ent.entity_len; in write_s3row_data()
1406 memcpy(&entity[1], r->data.ent.entity, l); in write_s3row_data()
1503 if (r->data.ent.entity == NULL) in PHP_FUNCTION()
1529 if (r->data.ent.entity == NULL) in PHP_FUNCTION()
1543 if (r->data.ent.entity == NULL) in PHP_FUNCTION()
/php-src/win32/
H A Dsendmail.c799 struct hostent *ent; in MailConnect() local
821 ent = gethostbyname(PW32G(mail_local_host)); in MailConnect()
823 if (!ent) { in MailConnect()
828 namelen = (int)strlen(ent->h_name); in MailConnect()
831 if (inet_pton(AF_INET, ent->h_name, &addr) == 1 || inet_pton(AF_INET6, ent->h_name, &addr6) == 1) in MailConnect()
833 if (inet_pton(AF_INET, ent->h_name, &addr) == 1) in MailConnect()
842 strcpy(PW32G(mail_local_host) + 1, ent->h_name); in MailConnect()
850 strcpy(PW32G(mail_local_host), ent->h_name); in MailConnect()
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLCollection_named_reads.phpt10 <!ENTITY ent "test">
15 <x id="foo&ent;">2 with entity</x>
/php-src/ext/dom/tests/
H A DDOMDocument_validate_external_dtd.phpt11 // reusing existing dtd: http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom.ent?view=co&conten…
H A Dbug67081.phpt34 string(277) "<!ENTITY % incent SYSTEM "dom.ent">
/php-src/Zend/asm/
H A Dmake_mips64_n64_elf_gas.S53 .ent make_fcontext
H A Dmake_mips32_o32_elf_gas.S46 .ent make_fcontext

Completed in 47 milliseconds

12