/PHP-5.4/ext/standard/tests/math/ |
H A D | pi_basic.phpt | 2 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 D | 009.phpt | 22 xmlwriter_start_element($xw, 'pi'); 42 <pi><?php echo "hello world"; ?>%w</pi>
|
H A D | OO_009.phpt | 22 $xw->startElement('pi'); 42 <pi><?php echo "hello world"; ?>%w</pi>
|
/PHP-5.4/ |
H A D | .gdbinit | 490 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 D | server-tests.php | 568 $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 D | proc_open.c | 454 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 D | php_math.h | 39 PHP_FUNCTION(pi);
|
H A D | math.c | 552 PHP_FUNCTION(pi) in PHP_FUNCTION() argument
|
H A D | basic_functions.c | 2900 PHP_FE(pi, arginfo_pi)
|
/PHP-5.4/ext/dom/tests/ |
H A D | domchardata.phpt | 45 $comment->insertData(10, 'pi ');
|
/PHP-5.4/ext/standard/html_tables/ |
H A D | ents_html401.txt | 138 pi 03C0
|
H A D | ents_xhtml.txt | 170 pi 03C0
|
H A D | ents_html5.txt | 1609 pi 003C0
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | get_html_translation_table_basic7.phpt | 239 [π] => π
|
H A D | get_html_translation_table_basic2.phpt | 417 string(4) "π" 926 string(4) "π" 1433 string(4) "π"
|
H A D | html_entity_decode_html4.phpt | 153 "π",
|
H A D | get_html_translation_table_basic1.phpt | 404 string(4) "π"
|
H A D | htmlentities_html4.phpt | 209 π U+003C0
|
H A D | get_html_translation_table_basic5.phpt | 1211 [π] => π
|
H A D | html_entity_decode_html5.phpt | 1614 "π", 3748 π => π cf80
|
H A D | htmlentities_html5.phpt | 414 π U+003C0
|
/PHP-5.4/ext/xml/ |
H A D | compat.c | 529 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 D | thttpd_patch | 727 char* pi;
|
/PHP-5.4/ext/pcre/pcrelib/testdata/ |
H A D | testoutput2 | 1304 0+ pi 1311 0+ pi
|
/PHP-5.4/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 133370 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 …]
|