Home
last modified time | relevance | path

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

/PHP-7.4/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
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_result.h24 …d_result_unbuffered_init(MYSQLND_RES * result, const unsigned int field_count, const zend_bool ps);
25 …esult_buffered_zval_init(MYSQLND_RES * result, const unsigned int field_count, const zend_bool ps);
26 …d_result_buffered_c_init(MYSQLND_RES * result, const unsigned int field_count, const zend_bool ps);
H A Dmysqlnd_result.c921 MYSQLND_METHOD(mysqlnd_res, use_result)(MYSQLND_RES * const result, const zend_bool ps) in MYSQLND_METHOD()
928 if (ps == FALSE) { in MYSQLND_METHOD()
934 result->unbuf = mysqlnd_result_unbuffered_init(result, result->field_count, ps); in MYSQLND_METHOD()
951 row_packet->binary_protocol = ps; in MYSQLND_METHOD()
1952 …lnd_result_unbuffered_init(MYSQLND_RES *result, const unsigned int field_count, const zend_bool ps) in mysqlnd_result_unbuffered_init() argument
1968 ret->ps = ps; in mysqlnd_result_unbuffered_init()
1972 if (ps) { in mysqlnd_result_unbuffered_init()
2006 ret->ps = ps; in mysqlnd_result_buffered_zval_init()
2010 if (ps) { in mysqlnd_result_buffered_zval_init()
2047 ret->ps = ps; in mysqlnd_result_buffered_c_init()
[all …]
H A Dmysqlnd_structs.h1208 zend_bool ps; \
1263 zend_bool ps; member
/PHP-7.4/ext/standard/
H A Dfilters.c501 ps += 2; in php_conv_base64_encode_convert()
528 ps += 1; in php_conv_base64_encode_convert()
556 ps += 3; in php_conv_base64_encode_convert()
777 (ps)++; \
832 ps++, icnt--; in php_conv_qprint_encode_convert()
873 ps2 = ps; in php_conv_qprint_encode_convert()
1056 ps++, icnt--; in php_conv_qprint_decode_convert()
1063 if (*ps == ' ' || *ps == '\t') { in php_conv_qprint_decode_convert()
1097 next_char = (next_char << 4) | (*ps >= 'A' ? *ps - 0x37 : *ps - 0x30); in php_conv_qprint_decode_convert()
1123 } else if (*ps != '\t' && *ps != ' ') { in php_conv_qprint_decode_convert()
[all …]
/PHP-7.4/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-7.4/ext/session/
H A Dmod_mm.c87 ps_sd *ps, *next; in hash_split() local
99 for (ps = *ohash; ps; ps = next) { in hash_split()
100 next = ps->next; in hash_split()
101 ps->next = nhash[ps->hv & nmax]; in hash_split()
102 nhash[ps->hv & nmax] = ps; in hash_split()
H A Dphp_session.h307 PHPAPI ZEND_EXTERN_MODULE_GLOBALS(ps)
H A Dsession.c59 PHPAPI ZEND_DECLARE_MODULE_GLOBALS(ps)
2919 static PHP_GINIT_FUNCTION(ps) /* {{{ */ in PHP_GINIT_FUNCTION() argument
3364 PHP_MODULE_GLOBALS(ps),
3365 PHP_GINIT(ps),
/PHP-7.4/sapi/fpm/
H A Dinit.d.php-fpm.in101 if ps -p $PID | grep -q $PID; then
/PHP-7.4/ext/iconv/
H A Diconv.c2620 const char *ps, size_t buf_len, size_t *consumed, in php_iconv_stream_filter_append_bucket() argument
2630 if (ps == NULL) { in php_iconv_stream_filter_append_bucket()
2656 if (ps != NULL) { in php_iconv_stream_filter_append_bucket()
2662 self->stub[self->stub_len++] = *(ps++); in php_iconv_stream_filter_append_bucket()
2720 if ((ps == NULL ? iconv(self->cd, NULL, NULL, &pd, &ocnt): in php_iconv_stream_filter_append_bucket()
2721 iconv(self->cd, (char **)&ps, &icnt, &pd, &ocnt)) == (size_t)-1) { in php_iconv_stream_filter_append_bucket()
2729 if (ps != NULL) { in php_iconv_stream_filter_append_bucket()
2734 memcpy(self->stub, ps, icnt); in php_iconv_stream_filter_append_bucket()
2736 ps += icnt; in php_iconv_stream_filter_append_bucket()
2781 if (ps == NULL) { in php_iconv_stream_filter_append_bucket()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c4175 const char *ps; in _php_mbstr_parse_mail_headers() local
4183 ps = str; in _php_mbstr_parse_mail_headers()
4199 switch (*ps) { in _php_mbstr_parse_mail_headers()
4255 token = (char*)ps; in _php_mbstr_parse_mail_headers()
4262 token = (char*)ps; in _php_mbstr_parse_mail_headers()
4289 token = (char*)ps; in _php_mbstr_parse_mail_headers()
4311 ps++, icnt--; in _php_mbstr_parse_mail_headers()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます24357 # Reference: https://partners.adobe.com/public/developer/en/ps/5003.PPD_Spec_v4.3.pdf, Section 3.8
24485 >1 regex/s =^[0-9] ps database
26297 >2 string ps for PostScript
26304 0 string X\ ps SoftQuad troff Context intermediate for PostScript
27709 >4 search/1 ps for PostScript
H A Dmagic24357 # Reference: https://partners.adobe.com/public/developer/en/ps/5003.PPD_Spec_v4.3.pdf, Section 3.8
24485 >1 regex/s =^[0-9] ps database
26297 >2 string ps for PostScript
26304 0 string X\ ps SoftQuad troff Context intermediate for PostScript
27709 >4 search/1 ps for PostScript

Completed in 193 milliseconds