Home
last modified time | relevance | path

Searched refs:pi (Results 1 – 25 of 27) sorted by last modified time

12

/PHP-5.6/
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;
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
/PHP-5.6/sapi/thttpd/
H A Dthttpd_patch727 char* pi;
/PHP-5.6/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.6/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.6/ext/standard/tests/strings/
H A Dhtmlentities_html5.phpt414 &pi; U+003C0
H A Dhtmlentities_html4.phpt209 &pi; U+003C0
H A Dget_html_translation_table_basic1.phpt404 string(4) "&pi;"
H A Dget_html_translation_table_basic5.phpt1211 [π] => &pi;
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;"
/PHP-5.6/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.6/ext/standard/
H A Dphp_math.h39 PHP_FUNCTION(pi);
H A Dproc_open.c467 PROCESS_INFORMATION pi; in PHP_FUNCTION() local
747 memset(&pi, 0, sizeof(pi)); in PHP_FUNCTION()
759 …= CreateProcess(NULL, command, &security, &security, TRUE, dwCreateFlags, env.envp, cwd, &si, &pi); in PHP_FUNCTION()
763 …rocess(NULL, command_with_cmd, &security, &security, TRUE, dwCreateFlags, env.envp, cwd, &si, &pi); in PHP_FUNCTION()
786 childHandle = pi.hProcess; in PHP_FUNCTION()
787 child = pi.dwProcessId; in PHP_FUNCTION()
788 CloseHandle(pi.hThread); in PHP_FUNCTION()
H A Dmath.c566 PHP_FUNCTION(pi) in PHP_FUNCTION() argument
H A Dbasic_functions.c2891 PHP_FE(pi, arginfo_pi)
/PHP-5.6/ext/standard/html_tables/
H A Dents_xhtml.txt170 pi 03C0
H A Dents_html401.txt138 pi 03C0
H A Dents_html5.txt1609 pi 003C0
/PHP-5.6/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 …]
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestoutput21304 0+ pi
1311 0+ pi
/PHP-5.6/ext/intl/tests/
H A Dbreakiter_getPartsIterator_basic.phpt13 $pi = $bi->getPartsIterator();
14 var_dump(get_class($pi));
15 print_r(iterator_to_array($pi));
18 $pi = $bi->getPartsIterator();
19 var_dump(get_class($pi->getBreakIterator()));
20 print_r(iterator_to_array($pi));
21 var_dump($pi->getRuleStatus());
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic9136 # MULTIBEAM SONARS http://www.ldeo.columbia.edu/res/pi/MB-System/formatdoc/
/PHP-5.6/ext/dom/tests/
H A Ddomchardata.phpt45 $comment->insertData(10, 'pi ');

Completed in 658 milliseconds

12