Home
last modified time | relevance | path

Searched refs:p (Results 51 – 75 of 726) sorted by path

12345678910>>...30

/PHP-5.5/ext/bcmath/
H A Dbcmath.c193 char *p; in php_str2num() local
195 if (!(p = strchr(str, '.'))) { in php_str2num()
200 bc_str2num(num, str, strlen(p+1) TSRMLS_CC); in php_str2num()
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure1260 char **p;
1271 p = (char**) ccp;
1272 ccp = (char const *const *) p;
1286 iptr p = 0;
/PHP-5.5/ext/calendar/
H A Dcalendar.c524 p++; in heb_number_to_chars()
528 p++; in heb_number_to_chars()
542 p++; in heb_number_to_chars()
549 p++; in heb_number_to_chars()
556 p++; in heb_number_to_chars()
558 p++; in heb_number_to_chars()
563 p++; in heb_number_to_chars()
570 p++; in heb_number_to_chars()
580 p++; in heb_number_to_chars()
583 *(p) = *(p - 1); in heb_number_to_chars()
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dcom_typeinfo.c43 OLECHAR *p; in php_com_load_typelib() local
55 p = php_com_string_to_olestring(search_string, strlen(search_string), codepage TSRMLS_CC); in php_com_load_typelib()
57 if (SUCCEEDED(CLSIDFromString(p, &clsid))) { in php_com_load_typelib()
91 if (FAILED(LoadTypeLib(p, &TL))) { in php_com_load_typelib()
150 efree(p); in php_com_load_typelib()
/PHP-5.5/ext/ctype/
H A Dctype.c162 char *p = Z_STRVAL(tmp), *e = Z_STRVAL(tmp) + Z_STRLEN(tmp); \
163 if (e == p) { \
167 while (p < e) { \
168 if(!iswhat((int)*(unsigned char *)(p++))) { \
/PHP-5.5/ext/curl/
H A Dinterface.c508 char **p; in PHP_INI_BEGIN() local
576 p = (char **) d->protocols; in PHP_INI_BEGIN()
577 while (*p != NULL) { in PHP_INI_BEGIN()
578 n += sprintf(str + n, "%s%s", *p, *(p + 1) != NULL ? ", " : ""); in PHP_INI_BEGIN()
579 p++; in PHP_INI_BEGIN()
1793 char **p = (char **) d->protocols; in PHP_FUNCTION() local
1799 while (*p != NULL) { in PHP_FUNCTION()
1800 add_next_index_string(protocol_list, *p, 1); in PHP_FUNCTION()
1801 p++; in PHP_FUNCTION()
/PHP-5.5/ext/date/lib/
H A Dparse_date.re1957 case 'a': /* am/pm/a.m./p.m. */
/PHP-5.5/ext/date/
H A Dphp_date.c3976 timelib_rel_time *p = NULL; in date_interval_initialize() local
3981 timelib_strtointerval(format, format_length, &b, &e, &p, &r, &errors); in date_interval_initialize()
3987 if(p) { in date_interval_initialize()
3988 *rt = p; in date_interval_initialize()
4355 timelib_rel_time *p = NULL; in date_period_initialize() local
4360 timelib_strtointerval(format, format_length, &b, &e, &p, &r, &errors); in date_period_initialize()
4368 *d = p; in date_period_initialize()
/PHP-5.5/ext/date/tests/
H A D009.phpt17 var_dump(strftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V…
25 var_dump(gmstrftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U …
H A D009_win32.phpt18 var_dump(strftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
28 var_dump(gmstrftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
H A Dbug34771.phpt9 '12a.m.', '1a.m.', '1p.m.',
11 '12:00a.m.', '1:00a.m.', '1:00p.m.'
26 1p.m. => 2005-12-22T13:00:00+0000
32 1:00p.m. => 2005-12-22T13:00:00+0000
H A Dbug52113.phpt10 $p = new DatePeriod($start, $diff, 2);
16 $p = new DatePeriod($start, $diff_un, 2);
17 var_dump($diff_un, $p);
30 $p = new DatePeriod($start, $diff_un, 2);
31 var_dump($unser, $p);
H A Dbug65371.phpt8 function p($str)
17 p('あ');
H A Dgmstrftime_variation15.phpt26 'Time in a.m/p.m notation' => "%r",
44 --Time in a.m/p.m notation--
H A Dgmstrftime_variation16.phpt26 'Time in a.m/p.m notation' => "%r",
44 --Time in a.m/p.m notation--
H A Dgmstrftime_variation6.phpt23 'AM/PM format for a time' => "%p",
H A Dstrftime_variation15.phpt26 'Time in a.m/p.m notation' => "%r",
44 --Time in a.m/p.m notation--
H A Dstrftime_variation16.phpt26 'Time in a.m/p.m notation' => "%r",
44 --Time in a.m/p.m notation--
H A Dstrftime_variation6.phpt24 'AM/PM format for a time' => "%p",
/PHP-5.5/ext/dba/libcdb/
H A Dcdb_make.c90 head->hp[head->num].p = c->pos; in cdb_make_addend()
200 c->hash[u].h = c->hash[u].p = 0; in cdb_make_finish()
205 while (c->hash[where].p) in cdb_make_finish()
213 uint32_pack(buf + 4, c->hash[u].p); in cdb_make_finish()
H A Dcdb_make.h33 uint32 p; member
/PHP-5.5/ext/dba/
H A Dphp_dba.h129 #define VALLEN(p) Z_STRVAL_PP(p), Z_STRLEN_PP(p) argument
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_loadHTML_basic.phpt13 $doc->loadHTML("<html><body><p>Test<br></p></body></html>");
18 <html><body><p>Test<br></p></body></html>
H A DDOMDocument_saveHTML_variant2.phpt15 <p>Hi.<br/>there</p>
20 $e = $d->getElementsByTagName("p");
25 <p>Hi.<br/>there</p>
26 <p>Hi.<br>there</p>
H A Dbug28721.phpt55 $p = $xml->createElement("p");
63 print_node_r($p);
65 echo "\nAppend t1 to p:\n";
68 print_node_r($p);
100 print_node_r($p);
105 $p->appendChild($frag);
107 print_node_r($p);
118 print_node_r($p);
153 Append t1 to p:
252 p:
[all …]

Completed in 236 milliseconds

12345678910>>...30