Home
last modified time | relevance | path

Searched refs:pi (Results 1 – 25 of 26) sorted by relevance

12

/PHP-5.4/ext/standard/tests/math/
H A Dpi_basic.phpt2 Test pi() - basic function test pi()
7 echo pi(), "\n";
9 // N.B pi() ignores all specified arguments no error
/PHP-5.4/ext/xmlwriter/tests/
H A D009.phpt22 xmlwriter_start_element($xw, 'pi');
42 <pi><?php echo "hello world"; ?>%w</pi>
H A DOO_009.phpt22 $xw->startElement('pi');
42 <pi><?php echo "hello world"; ?>%w</pi>
/PHP-5.4/
H A D.gdbinit490 set $pi = $arg0
491 printf "[%p] {\n", $pi
492 printf " h = %lu\n", $pi->h
493 printf " flags = %d (", $pi->flags
494 if $pi->flags & 0x100
497 if $pi->flags & 0x200
500 if $pi->flags & 0x400
503 if $pi->flags & 0x800
511 ____print_str $pi->name $pi->name_length
H A Dserver-tests.php568 $pi = '/testscript.' . $this->conf['TEST_WEB_EXT'];
570 $tmp_file = "$cwd$pi";
571 $pi = substr($cwd,strlen($this->conf['TEST_BASE_PATH'])) . $pi;
572 $url = $this->conf['TEST_WEB_BASE_URL'] . $pi;
/PHP-5.4/ext/standard/
H A Dproc_open.c454 PROCESS_INFORMATION pi; in PHP_FUNCTION() local
733 memset(&pi, 0, sizeof(pi)); in PHP_FUNCTION()
745 …= CreateProcess(NULL, command, &security, &security, TRUE, dwCreateFlags, env.envp, cwd, &si, &pi); in PHP_FUNCTION()
749 …rocess(NULL, command_with_cmd, &security, &security, TRUE, dwCreateFlags, env.envp, cwd, &si, &pi); in PHP_FUNCTION()
772 childHandle = pi.hProcess; in PHP_FUNCTION()
773 child = pi.dwProcessId; in PHP_FUNCTION()
774 CloseHandle(pi.hThread); in PHP_FUNCTION()
H A Dphp_math.h39 PHP_FUNCTION(pi);
H A Dmath.c552 PHP_FUNCTION(pi) in PHP_FUNCTION() argument
H A Dbasic_functions.c2900 PHP_FE(pi, arginfo_pi)
/PHP-5.4/ext/dom/tests/
H A Ddomchardata.phpt45 $comment->insertData(10, 'pi ');
/PHP-5.4/ext/standard/html_tables/
H A Dents_html401.txt138 pi 03C0
H A Dents_xhtml.txt170 pi 03C0
H A Dents_html5.txt1609 pi 003C0
/PHP-5.4/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt239 [π] => &pi;
H A Dget_html_translation_table_basic2.phpt417 string(4) "&pi;"
926 string(4) "&pi;"
1433 string(4) "&pi;"
H A Dhtml_entity_decode_html4.phpt153 "&pi;",
H A Dget_html_translation_table_basic1.phpt404 string(4) "&pi;"
H A Dhtmlentities_html4.phpt209 &pi; U+003C0
H A Dget_html_translation_table_basic5.phpt1211 [π] => &pi;
H A Dhtml_entity_decode_html5.phpt1614 "&pi;",
3748 &pi; => π cf80
H A Dhtmlentities_html5.phpt414 &pi; U+003C0
/PHP-5.4/ext/xml/
H A Dcompat.c529 XML_SetProcessingInstructionHandler(XML_Parser parser, XML_ProcessingInstructionHandler pi) in XML_SetProcessingInstructionHandler() argument
531 parser->h_pi = pi; in XML_SetProcessingInstructionHandler()
/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch727 char* pi;
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestoutput21304 0+ pi
1311 0+ pi
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c133370 SQLITE_PRIVATE int sqlite3Fts3GetVarint32(const char *p, int *pi){
133374 GETVARINT_INIT(a, p, 0, 0x00, 0x80, *pi, 1);
133380 GETVARINT_STEP(a, p, 7, 0x7F, 0x4000, *pi, 2);
133381 GETVARINT_STEP(a, p, 14, 0x3FFF, 0x200000, *pi, 3);
133382 GETVARINT_STEP(a, p, 21, 0x1FFFFF, 0x10000000, *pi, 4);
133384 *pi = (int)(a | ((u32)(*p & 0x0F) << 28));
135039 sqlite3_int64 *pi /* IN/OUT: Value read from position-list */
135042 fts3GetDeltaVarint(pp, pi);
135043 *pi -= 2;
135045 *pi = POSITION_LIST_END;
[all …]

Completed in 482 milliseconds

12