Home
last modified time | relevance | path

Searched refs:p (Results 776 – 800 of 844) sorted by relevance

1...<<31323334

/PHP-8.3/ext/standard/tests/general_functions/
H A Dvar_dump_64bit.phpt173 var $p = 30;
582 ["p"]=>
660 ["p"]=>
1242 ["p"]=>
1320 ["p"]=>
/PHP-8.3/sapi/fpm/
H A Dphp-fpm.conf.in7 ; '-p' argument from the command line.
141 ; - the global prefix if it's been set (-p argument)
/PHP-8.3/ext/ldap/
H A Dldap.c1300 const char *p; in _php_sasl_interact() local
1304 p = NULL; in _php_sasl_interact()
1307 p = ctx->realm; in _php_sasl_interact()
1310 p = ctx->authcid; in _php_sasl_interact()
1313 p = ctx->authzid; in _php_sasl_interact()
1316 p = ctx->passwd; in _php_sasl_interact()
1319 if (p) { in _php_sasl_interact()
1320 interact->result = p; in _php_sasl_interact()
3756 size_t i, p = 0; in php_ldap_do_escape() local
3785 ZSTR_VAL(ret)[p] = '\0'; in php_ldap_do_escape()
[all …]
/PHP-8.3/ext/soap/
H A Dsoap.c253 char *p; in PHP_INI_MH() local
262 p++; in PHP_INI_MH()
263 if ((p2 = strchr(p, ';'))) { in PHP_INI_MH()
264 p = p2 + 1; in PHP_INI_MH()
267 p = ZSTR_VAL(new_value); in PHP_INI_MH()
270 if (PG(open_basedir) && *p && php_check_open_basedir(p)) { in PHP_INI_MH()
1637 soapHeader **p; local
1653 p = service->soap_headers_ptr;
1654 while (*p != NULL) {
1655 p = &(*p)->next;
[all …]
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_pconn_limits.phpt37 $host = 'p:' . $host;
H A Dmysqli_pconn_reuse.phpt19 $host = 'p:' . $host;
H A Dbug49442.phpt76 $host = 'p:' . $host;
/PHP-8.3/ext/fileinfo/libmagic/
H A Dfile.h636 static const char *rcsid(const char *p) { \
637 return rcsid(p = id); \
/PHP-8.3/Zend/
H A Dzend.c155 zend_long *p = (zend_long *) ZEND_INI_GET_ADDR(); in ZEND_INI_MH() local
161 *p != val && in ZEND_INI_MH()
162 (*p < 0 || val < 0)) { in ZEND_INI_MH()
167 *p = val; in ZEND_INI_MH()
750 Bucket *p = compiler_globals->function_table->arData; in compiler_globals_dtor() local
754 ZVAL_UNDEF(&p->val); in compiler_globals_dtor()
755 p++; in compiler_globals_dtor()
H A Dzend_virtual_cwd.c158 realpath_cache_bucket *p = cache[i]; in realpath_cache_clean_helper() local
159 while (p != NULL) { in realpath_cache_clean_helper()
160 realpath_cache_bucket *r = p; in realpath_cache_clean_helper()
161 p = p->next; in realpath_cache_clean_helper()
H A Dzend_vm_execute.h2868 p++; in zend_fe_fetch_object_helper_SPEC()
3414 p++; in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3557 p++; in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
11069 p++; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
11091 p++; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
22390 p++; in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER()
22468 p++; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER()
22528 p++; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER()
32462 p++; in ZEND_FE_FETCH_R_SIMPLE_SPEC_VAR_CV_RETVAL_UNUSED_HANDLER()
32530 p++; in ZEND_FE_FETCH_R_SIMPLE_SPEC_VAR_CV_RETVAL_USED_HANDLER()
[all …]
/PHP-8.3/ext/gd/libgd/
H A Dgd.h507 void gdImagePolygon(gdImagePtr im, gdPointPtr p, int n, int c);
508 void gdImageOpenPolygon(gdImagePtr im, gdPointPtr p, int n, int c);
509 void gdImageFilledPolygon(gdImagePtr im, gdPointPtr p, int n, int c);
/PHP-8.3/ext/spl/
H A Dphp_spl.c606 Bucket *p = spl_find_registered_function(alfi); in PHP_FUNCTION() local
608 if (p) { in PHP_FUNCTION()
609 zend_hash_del_bucket(spl_autoload_functions, p); in PHP_FUNCTION()
H A Dspl_directory.c948 const char *p; in PHP_METHOD() local
978 p = zend_memrchr(ZSTR_VAL(ret), '.', ZSTR_LEN(ret)); in PHP_METHOD()
979 if (p) { in PHP_METHOD()
980 idx = p - ZSTR_VAL(ret); in PHP_METHOD()
995 const char *p; in PHP_METHOD() local
1006 p = zend_memrchr(ZSTR_VAL(fname), '.', ZSTR_LEN(fname)); in PHP_METHOD()
1007 if (p) { in PHP_METHOD()
1008 idx = p - ZSTR_VAL(fname); in PHP_METHOD()
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_vio.c81 zend_uchar * p = buffer; in MYSQLND_METHOD() local
87 ssize_t ret = php_stream_read(net_stream, (char *) p, to_read); in MYSQLND_METHOD()
93 p += ret; in MYSQLND_METHOD()
/PHP-8.3/ext/mbstring/tests/
H A Dhz_encoding.phpt130 …0\xC3\xB3\x04\xB2\x1A\x07BA\x02\xED\x11\xA4\xDAz\x96\xB5\xD0!p\xE2\xAD\xEDI\xEF\xF7\\\x05d.p\x07\x…
/PHP-8.3/build/
H A Dphp_cxx_compile_stdcxx.m4477 for (auto p = s; *p; ++p)
828 [[maybe_unused]] auto p = pair{13, 42u};
H A Dlibtool.m4380 p
2037 [p=${PACKAGE-default}
2047 if test "X$pkg" = "X$p"; then
2077 [p=${PACKAGE-default}
2087 if test "X$pkg" = "X$p"; then
2118 [p=${PACKAGE-default}
3878 case $p in
3883 if test $p = "-L" \
3884 || test $p = "-R"; then
3885 prev=$p
[all …]
/PHP-8.3/ext/curl/
H A Dinterface.c252 char **p; in PHP_INI_END() local
338 p = (char **) d->protocols; in PHP_INI_END()
339 while (*p != NULL) { in PHP_INI_END()
340 n += sprintf(str + n, "%s%s", *p, *(p + 1) != NULL ? ", " : ""); in PHP_INI_END()
341 p++; in PHP_INI_END()
1041 char **p = (char **) d->protocols; in PHP_FUNCTION() local
1046 while (*p != NULL) { in PHP_FUNCTION()
1047 add_next_index_string(&protocol_list, *p); in PHP_FUNCTION()
1048 p++; in PHP_FUNCTION()
/PHP-8.3/ext/snmp/
H A Dsnmp.c1671 php_snmp_prop_handler p; in php_snmp_add_property() local
1674 p.name = (char*) name; in php_snmp_add_property()
1675 p.name_length = name_length; in php_snmp_add_property()
1676 p.read_func = (read_func) ? read_func : NULL; in php_snmp_add_property()
1677 p.write_func = (write_func) ? write_func : NULL; in php_snmp_add_property()
1679 zend_hash_add_mem(h, str, &p, sizeof(php_snmp_prop_handler)); in php_snmp_add_property()
/PHP-8.3/ext/standard/tests/strings/
H A Djoin_variation2.phpt24 var $p = 10;
/PHP-8.3/.circleci/
H A Dconfig.yml174 sudo mkdir -p /etc/php.d
/PHP-8.3/ext/phar/phar/
H A Dclicommand.inc235 $p = max(79 - $l, 40); // minimum length for paragraph
239 return $b . wordwrap($r, $p, "\n".$sp);
/PHP-8.3/ext/standard/
H A Ddns.c452 uint8_t *tp, *p; in php_parserr() local
665 p = cp; in php_parserr()
732 if (cp < p + dlen) { in php_parserr()
/PHP-8.3/ext/imap/
H A Dphp_imap.c3194 const char *p = ZSTR_VAL(str); in header_injection() local
3196 while ((p = strpbrk(p, "\r\n")) != NULL) { in header_injection()
3198 !(p[0] == '\r' && p[1] == '\n') in header_injection()
3201 (adrlist && p[1] == '\0') in header_injection()
3203 || (!adrlist && (p[1] == ' ' || p[1] == '\t')) in header_injection()
3208 p++; in header_injection()
4175 const char *p = str; in _php_rfc822_len() local
4176 while ((p = strpbrk(p, "\\\""))) { in _php_rfc822_len()
4177 p++; in _php_rfc822_len()

Completed in 297 milliseconds

1...<<31323334