Home
last modified time | relevance | path

Searched refs:ps (Results 1 – 17 of 17) sorted by relevance

/php-src/ext/dom/tests/
H A DgetElementsByTagName_liveness_deallocated_document.phpt16 $ps = $dom->documentElement->getElementsByTagName('p');
17 $second = $ps->item(1);
19 var_dump($ps->length);
25 var_dump($ps->length);
H A DDOMNode_isEqualNode.phpt26 <ps><p>text</p><p>text</p><p>other text</p></ps>
147 foreach_comparator("//ps");
/php-src/ext/standard/
H A Dfilters.c367 ps += 2; in php_conv_base64_encode_convert()
393 ps += 1; in php_conv_base64_encode_convert()
420 ps += 3; in php_conv_base64_encode_convert()
641 (ps)++; \
696 ps++, icnt--; in php_conv_qprint_encode_convert()
736 ps2 = ps; in php_conv_qprint_encode_convert()
917 ps++, icnt--; in php_conv_qprint_decode_convert()
924 if (*ps == ' ' || *ps == '\t') { in php_conv_qprint_decode_convert()
958 next_char = (next_char << 4) | (*ps >= 'A' ? *ps - 0x37 : *ps - 0x30); in php_conv_qprint_decode_convert()
984 } else if (*ps != '\t' && *ps != ' ') { in php_conv_qprint_decode_convert()
[all …]
/php-src/sapi/cli/tests/
H A Dcli_process_title_unix.phpt12 exec("ps -p 1", $output, $exit_code);
14 die("skip ps -p is not available");
32 $ps_output = shell_exec("ps -p $pid -o $ps_process_title_field | tail -n 1");
36 echo "ps failed\n";
48 echo "Successfully verified title using ps\n";
50 echo "Actually loaded from ps: $loaded_title\n";
62 Successfully verified title using ps
H A Dphp_cli_server_pdeathsig.phpt25 return split_words(shell_exec('ps -o pid= -p ' . join(',', $pids)));
/php-src/ext/date/lib/
H A Dparse_posix.c305 void timelib_posix_str_dtor(timelib_posix_str *ps) in timelib_posix_str_dtor() argument
307 if (ps->std) { in timelib_posix_str_dtor()
308 timelib_free(ps->std); in timelib_posix_str_dtor()
310 if (ps->dst) { in timelib_posix_str_dtor()
311 timelib_free(ps->dst); in timelib_posix_str_dtor()
313 if (ps->dst_begin) { in timelib_posix_str_dtor()
314 timelib_posix_trans_info_dtor(ps->dst_begin); in timelib_posix_str_dtor()
316 if (ps->dst_end) { in timelib_posix_str_dtor()
317 timelib_posix_trans_info_dtor(ps->dst_end); in timelib_posix_str_dtor()
320 timelib_free(ps); in timelib_posix_str_dtor()
H A Dtimelib.h1090 void timelib_posix_str_dtor(timelib_posix_str *ps);
/php-src/ext/standard/tests/general_functions/
H A Dproc_nice_basic.phpt12 exec('ps -p 1 -o "pid,nice"', $output, $exit_code);
14 die("skip ps -p is not available");
21 $res = shell_exec('ps -p ' . $id .' -o "pid,nice"');
/php-src/ext/session/
H A Dmod_mm.c86 ps_sd *ps, *next; in hash_split() local
98 for (ps = *ohash; ps; ps = next) { in hash_split()
99 next = ps->next; in hash_split()
100 ps->next = nhash[ps->hv & nmax]; in hash_split()
101 nhash[ps->hv & nmax] = ps; in hash_split()
H A Dphp_session.h307 PHPAPI ZEND_EXTERN_MODULE_GLOBALS(ps)
H A Dsession.c58 PHPAPI ZEND_DECLARE_MODULE_GLOBALS(ps)
2837 static PHP_GINIT_FUNCTION(ps) /* {{{ */ in PHP_GINIT_FUNCTION() argument
3290 PHP_MODULE_GLOBALS(ps),
3291 PHP_GINIT(ps),
/php-src/sapi/fpm/
H A Dinit.d.php-fpm.in101 if ps -p $PID | grep -q $PID; then
/php-src/Zend/
H A Dzend_call_stack.c493 struct _ps_strings ps; in zend_call_stack_get_openbsd_vm() local
496 size_t len = sizeof(ps), pagesize; in zend_call_stack_get_openbsd_vm()
498 if (sysctl(mib, 2, &ps, &len, NULL, 0) != 0) { in zend_call_stack_get_openbsd_vm()
512 stack->base = (void *)((uintptr_t)ps.val + (pagesize - 1) & ~(pagesize - 1)); in zend_call_stack_get_openbsd_vm()
/php-src/ext/iconv/
H A Diconv.c2348 const char *ps, size_t buf_len, size_t *consumed, in php_iconv_stream_filter_append_bucket() argument
2358 if (ps == NULL) { in php_iconv_stream_filter_append_bucket()
2383 if (ps != NULL) { in php_iconv_stream_filter_append_bucket()
2389 self->stub[self->stub_len++] = *(ps++); in php_iconv_stream_filter_append_bucket()
2441 if ((ps == NULL ? iconv(self->cd, NULL, NULL, &pd, &ocnt): in php_iconv_stream_filter_append_bucket()
2442 iconv(self->cd, (ICONV_CONST char **)&ps, &icnt, &pd, &ocnt)) == (size_t)-1) { in php_iconv_stream_filter_append_bucket()
2449 if (ps != NULL) { in php_iconv_stream_filter_append_bucket()
2454 memcpy(self->stub, ps, icnt); in php_iconv_stream_filter_append_bucket()
2456 ps += icnt; in php_iconv_stream_filter_append_bucket()
2495 if (ps == NULL) { in php_iconv_stream_filter_append_bucket()
/php-src/ext/mbstring/
H A Dmbstring.c4267 const char *ps; in _php_mbstr_parse_mail_headers() local
4275 ps = str; in _php_mbstr_parse_mail_headers()
4291 switch (*ps) { in _php_mbstr_parse_mail_headers()
4347 token = (char*)ps; in _php_mbstr_parse_mail_headers()
4354 token = (char*)ps; in _php_mbstr_parse_mail_headers()
4379 token = (char*)ps; in _php_mbstr_parse_mail_headers()
4401 ps++, icnt--; in _php_mbstr_parse_mail_headers()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます30328 # ps for template https://filext.com/file-extension/PS bps for backup
30329 !:ext wps/ps/bps
32954 # Reference: https://partners.adobe.com/public/developer/en/ps/5003.PPD_Spec_v4.3.pdf, Section 3.8
33082 >1 regex/s =^[0-9] ps database
35871 >2 string ps for PostScript
35878 0 string X\ ps SoftQuad troff Context intermediate for PostScript
37673 >4 search/1 ps for PostScript
H A Dmagic30328 # ps for template https://filext.com/file-extension/PS bps for backup
30329 !:ext wps/ps/bps
32954 # Reference: https://partners.adobe.com/public/developer/en/ps/5003.PPD_Spec_v4.3.pdf, Section 3.8
33082 >1 regex/s =^[0-9] ps database
35871 >2 string ps for PostScript
35878 0 string X\ ps SoftQuad troff Context intermediate for PostScript
37673 >4 search/1 ps for PostScript

Completed in 238 milliseconds