Home
last modified time | relevance | path

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

/PHP-5.3/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.3/ext/sqlite/libsqlite/src/
H A Dutil.c57 int *pi; in sqliteMalloc_() local
74 if( pi==0 ){ in sqliteMalloc_()
80 pi[N_GUARD] = n; in sqliteMalloc_()
99 int *pi = p; in sqliteCheckMemory() local
101 pi -= N_GUARD+1; in sqliteCheckMemory()
105 n = pi[N_GUARD]; in sqliteCheckMemory()
119 pi = p; in sqliteFree_()
120 pi -= N_GUARD+1; in sqliteFree_()
141 free(pi); in sqliteFree_()
177 if( pi==0 ){ in sqliteRealloc_()
[all …]
/PHP-5.3/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.3/
H A D.gdbinit385 set $pi = $arg0
386 printf "[0x%08x] {\n", $pi
387 printf " h = %lu\n", $pi->h
388 printf " flags = %d (", $pi->flags
389 if $pi->flags & 0x100
392 if $pi->flags & 0x200
395 if $pi->flags & 0x400
398 if $pi->flags & 0x800
406 ____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.3/ext/standard/
H A Dproc_open.c507 PROCESS_INFORMATION pi; in PHP_FUNCTION() local
788 memset(&pi, 0, sizeof(pi)); in PHP_FUNCTION()
800 …= CreateProcess(NULL, command, &security, &security, TRUE, dwCreateFlags, env.envp, cwd, &si, &pi); in PHP_FUNCTION()
804 …rocess(NULL, command_with_cmd, &security, &security, TRUE, dwCreateFlags, env.envp, cwd, &si, &pi); in PHP_FUNCTION()
827 childHandle = pi.hProcess; in PHP_FUNCTION()
828 child = pi.dwProcessId; in PHP_FUNCTION()
829 CloseHandle(pi.hThread); in PHP_FUNCTION()
H A Dphp_math.h38 PHP_FUNCTION(pi);
H A Dmath.c552 PHP_FUNCTION(pi) in PHP_FUNCTION() argument
H A Dbasic_functions.c2890 PHP_FE(pi, arginfo_pi)
/PHP-5.3/ext/dom/tests/
H A Ddomchardata.phpt45 $comment->insertData(10, 'pi ');
/PHP-5.3/ext/standard/tests/strings/
H A Dget_html_translation_table_basic2.phpt327 string(4) "&pi;"
834 string(4) "&pi;"
1343 string(4) "&pi;"
H A Dhtml_entity_decode_html4.phpt153 "&pi;",
H A Dget_html_translation_table_basic1.phpt316 string(4) "&pi;"
H A Dhtmlentities_html4.phpt209 &pi; U+003C0
/PHP-5.3/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.3/sapi/thttpd/
H A Dthttpd_patch727 char* pi;
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestoutput21313 0+ pi
1320 0+ pi
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c112337 SQLITE_PRIVATE int sqlite3Fts3GetVarint32(const char *p, int *pi){
112340 *pi = (int) i;
113607 sqlite3_int64 *pi /* IN/OUT: Value read from position-list */
113610 fts3GetDeltaVarint(pp, pi);
113611 *pi -= 2;
113613 *pi = POSITION_LIST_END;
114235 sqlite3_int64 *pi = (isPrefix ? &iLeavesEndBlock : 0);
114236 rc = fts3SelectLeaf(p, zTerm, nTerm, zRoot, nRoot, &iStartBlock, pi);

Completed in 314 milliseconds