Home
last modified time | relevance | path

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

12

/PHP-7.1/ext/intl/tests/
H A Dbreakiter_getPartsIterator_basic.phpt15 $pi = $bi->getPartsIterator();
16 var_dump(get_class($pi));
17 print_r(iterator_to_array($pi));
20 $pi = $bi->getPartsIterator();
21 var_dump(get_class($pi->getBreakIterator()));
22 print_r(iterator_to_array($pi));
23 var_dump($pi->getRuleStatus());
H A Dbreakiter_getPartsIterator_basic2.phpt15 $pi = $bi->getPartsIterator();
16 var_dump(get_class($pi));
17 print_r(iterator_to_array($pi));
20 $pi = $bi->getPartsIterator();
21 var_dump(get_class($pi->getBreakIterator()));
22 print_r(iterator_to_array($pi));
23 var_dump($pi->getRuleStatus());
/PHP-7.1/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-7.1/ext/opcache/Optimizer/
H A Dzend_ssa.c87 phi->pi = from; in add_pi()
236 zend_ssa_phi *pi; in place_essa_pis() local
426 pi_range_equals(pi, -1, 1); in place_essa_pis()
440 pi_range_equals(pi, -1, 0); in place_essa_pis()
514 pi->constraint.type.ce = ce; in place_essa_pis()
784 if (p->pi == n) { in zend_ssa_rename()
801 } else if (p->pi < 0) { in zend_ssa_rename()
812 if (p->pi == n) { in zend_ssa_rename()
958 phi->pi = -1; in zend_build_ssa()
966 if ((*pp)->pi < 0) { in zend_build_ssa()
[all …]
H A Dzend_ssa.h65 int pi; /* if >= 0 this is actually a e-SSA Pi */ member
147 if (p->pi >= 0) { in zend_ssa_next_use_phi()
H A Dzend_dump.c763 if (p->pi < 0) { in zend_dump_block_header()
773 fprintf(stderr, " = Pi<BB%d>(", p->pi); in zend_dump_block_header()
1152 if (p->pi >= 0) { in zend_dump_phi_placement()
/PHP-7.1/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-7.1/
H A D.gdbinit476 set $pi = (zend_property_info *)$arg0
478 set $ptr_to_val = (zval*)((char*)$pi->ce->default_properties_table + $pi->offset - $initial_offset)
479 printf "[%p] {\n", $pi
480 printf " offset = %p\n", $pi->offset
481 printf " ce = [%p] %s\n", $pi->ce, $pi->ce->name->val
483 if $pi->flags & 0x100
486 if $pi->flags & 0x200
489 if $pi->flags & 0x400
492 if $pi->flags & 0x800
495 if $pi->flags & 0x20000
[all …]
H A Dserver-tests.php558 $pi = '/testscript.' . $this->conf['TEST_WEB_EXT'];
560 $tmp_file = "$cwd$pi";
561 $pi = substr($cwd,strlen($this->conf['TEST_BASE_PATH'])) . $pi;
562 $url = $this->conf['TEST_WEB_BASE_URL'] . $pi;
/PHP-7.1/ext/standard/tests/general_functions/
H A Dproc_open_pipes3.phpt15 $spec[$i] = array('pi');
39 Warning: proc_open(): pi is not a valid descriptor spec/mode in %s on line %d
/PHP-7.1/ext/standard/
H A Dproc_open.c430 PROCESS_INFORMATION pi; in PHP_FUNCTION() local
719 memset(&pi, 0, sizeof(pi)); in PHP_FUNCTION()
747 …cok = CreateProcessW(NULL, cmdw, &security, &security, TRUE, dwCreateFlags, envpw, cwdw, &si, &pi); in PHP_FUNCTION()
768 …ok = CreateProcessW(NULL, cmdw2, &security, &security, TRUE, dwCreateFlags, envpw, cwdw, &si, &pi); in PHP_FUNCTION()
797 childHandle = pi.hProcess; in PHP_FUNCTION()
798 child = pi.dwProcessId; in PHP_FUNCTION()
799 CloseHandle(pi.hThread); in PHP_FUNCTION()
H A Dphp_math.h40 PHP_FUNCTION(pi);
H A Dmath.c574 PHP_FUNCTION(pi) in PHP_FUNCTION() argument
/PHP-7.1/ext/dom/tests/
H A Ddomchardata.phpt45 $comment->insertData(10, 'pi ');
/PHP-7.1/ext/standard/html_tables/
H A Dents_html401.txt138 pi 03C0
H A Dents_xhtml.txt170 pi 03C0
/PHP-7.1/sapi/cgi/
H A Dcgi_main.c2263 PROCESS_INFORMATION pi; local
2272 ZeroMemory(&pi, sizeof(pi));
2279 if (CreateProcessW(NULL, cmd_line, NULL, NULL, TRUE, CREATE_NO_WINDOW, NULL, NULL, &si, &pi)) {
2280 kid_cgi_ps[i] = pi.hProcess;
2281 if (!AssignProcessToJobObject(job, pi.hProcess)) {
2287 CloseHandle(pi.hThread);
/PHP-7.1/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
/PHP-7.1/ext/xml/
H A Dcompat.c520 XML_SetProcessingInstructionHandler(XML_Parser parser, XML_ProcessingInstructionHandler pi) in XML_SetProcessingInstructionHandler() argument
522 parser->h_pi = pi; in XML_SetProcessingInstructionHandler()
/PHP-7.1/sapi/fpm/tests/
H A Dlogtool.inc441 str_repeat('a', 964) . '", pi',

Completed in 61 milliseconds

12