Home
last modified time | relevance | path

Searched refs:p (Results 901 – 925 of 937) sorted by relevance

1...<<3132333435363738

/php-src/ext/sodium/
H A Dlibsodium_arginfo.h164 ZEND_ARG_TYPE_INFO(0, p, IS_STRING, 0)
304 ZEND_ARG_TYPE_INFO(0, p, IS_STRING, 0)
310 ZEND_ARG_TYPE_INFO(0, p, IS_STRING, 0)
/php-src/docs/
H A Drelease-process.md231 git add -p
248 git add -p
265 git add -p
366 git add -p
396 git add -p
546 git add -p
718 git add -p
741 git add -p
1065 git add -p
/php-src/ext/soap/
H A Dphp_sdl.c3108 static void delete_psdl_int(sdl_cache_bucket *p) in delete_psdl_int() argument
3110 sdlPtr tmp = p->sdl; in delete_psdl_int()
3178 sdl_cache_bucket *p; in get_sdl() local
3180 if (NULL != (p = zend_hash_str_find_ptr(SOAP_GLOBAL(mem_cache), uri, uri_len))) { in get_sdl()
3181 if (p->time < t - SOAP_GLOBAL(cache_ttl)) { in get_sdl()
3185 return p->sdl; in get_sdl()
3335 sdl_cache_bucket p; in get_sdl() local
3362 p.time = t; in get_sdl()
3363 p.sdl = psdl; in get_sdl()
3366 uri_len, &p, sizeof(sdl_cache_bucket)); in get_sdl()
/php-src/Zend/
H A Dzend_vm_gen.php2579 foreach (explode(",", $param ) as $p) {
2580 $p = trim($p);
2581 if ($p !== "") {
2582 $params[$p] = 1;
H A Dzend_compile.c4807 char *p; in zend_compile_func_sprintf() local
4816 p = memchr(p, '%', end - p); in zend_compile_func_sprintf()
4817 if (!p) { in zend_compile_func_sprintf()
4837 p = q; in zend_compile_func_sprintf()
4838 p++; in zend_compile_func_sprintf()
4876 p = memchr(p, '%', end - p); in zend_compile_func_sprintf()
4877 if (!p) { in zend_compile_func_sprintf()
4890 p++; in zend_compile_func_sprintf()
4931 p = q; in zend_compile_func_sprintf()
4932 p++; in zend_compile_func_sprintf()
[all …]
/php-src/ext/sqlite3/
H A Dsqlite3.c1687 #define PHP_SQLITE3_SET_TYPE(z, p) \ argument
1690 (p).type = SQLITE_TEXT; \
1695 (p).type = SQLITE_INTEGER; \
1698 (p).type = SQLITE_FLOAT; \
1701 (p).type = SQLITE_NULL; \
/php-src/ext/gmp/
H A Dgmp.c479 const unsigned char *p, *max; in gmp_unserialize() local
490 p = buf; in gmp_unserialize()
494 if (!php_var_unserialize(zv, &p, max, &unserialize_data) in gmp_unserialize()
503 if (!php_var_unserialize(zv, &p, max, &unserialize_data) in gmp_unserialize()
/php-src/ext/mysqli/tests/
H A Dmysqli_pconn_conn_multiple.phpt17 $phost = 'p:' . $host;
/php-src/
H A DREADME.md18 …uild-logs.storage.googleapis.com/badges/php.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list…
/php-src/ext/phar/tests/files/
H A Dopenssl256.phar296 x�aH��B���uDp2/�U�v��p~�F��ƺ���KM3��~�jqUw�ɣ9�F������".� ��';%y�C`(V�������GBMB
/php-src/ext/hash/
H A Dhash.c1150 #define PHP_HASH_HAVAL_REGISTER(p,b) php_hash_register_algo("haval" #b "," #p , &php_hash_##p##hava… argument
/php-src/ext/phar/
H A Dutil.c46 char *p, *ret = NULL; in phar_get_link_location() local
53 p = strrchr(entry->filename, '/'); in phar_get_link_location()
54 if (p) { in phar_get_link_location()
55 *p = '\0'; in phar_get_link_location()
H A Dphar_internal.h488 phar_path_check_result phar_path_check(char **p, size_t *len, const char **error);
/php-src/ext/date/
H A Dphp_date.c4470 timelib_rel_time *p = NULL; in date_interval_initialize() local
4475 timelib_strtointerval(format, format_length, &b, &e, &p, &r, &errors); in date_interval_initialize()
4480 if (p) { in date_interval_initialize()
4481 timelib_rel_time_dtor(p); in date_interval_initialize()
4484 if (p) { in date_interval_initialize()
4485 *rt = p; in date_interval_initialize()
5057 timelib_rel_time *p = NULL; in date_period_initialize() local
5062 timelib_strtointerval(format, format_length, &b, &e, &p, &r, &errors); in date_period_initialize()
5073 if (p) { in date_period_initialize()
5074 timelib_rel_time_dtor(p); in date_period_initialize()
[all …]
/php-src/ext/dba/
H A Ddba.c273 static int remove_pconnection_from_list(zval *zv, void *p) in remove_pconnection_from_list() argument
277 if (le->ptr == p) { in remove_pconnection_from_list()
/php-src/ext/bcmath/
H A Dbcmath.c76 int *p; in ZEND_GET_MODULE() local
84 p = (int *) ZEND_INI_GET_ADDR(); in ZEND_GET_MODULE()
85 *p = (int) tmp; in ZEND_GET_MODULE()
/php-src/ext/standard/tests/file/
H A Dfnmatch_variation.phpt31 9 => "*.t*p",
/php-src/ext/gd/
H A Dconfig.m4175 gdImagePtr p = gdImageCreateFrom$1(f);
/php-src/ext/zlib/
H A Dzlib.c1293 zend_long *p = (zend_long *) ZEND_INI_GET_ADDR(); in ZEND_GET_MODULE() local
1294 *p = int_value; in ZEND_GET_MODULE()
/php-src/docs-old/
H A Dparameter-parsing-api.md87 p - valid path (string without null bytes in the middle) and its length (char*, size_t)
/php-src/.github/workflows/
H A Dpush.yml310 sudo mkdir -p /etc/php.d
/php-src/ext/odbc/
H A Dphp_odbc.c95 static int _close_pconn_with_res(zval *zv, void *p) in _close_pconn_with_res() argument
99 if (le->ptr == p) { in _close_pconn_with_res()
322 zval *p; in ZEND_GET_MODULE() local
324 ZEND_HASH_FOREACH_VAL(&conn->results, p) { in ZEND_GET_MODULE()
325 odbc_result *result = Z_ODBC_RESULT_P(p); in ZEND_GET_MODULE()
H A Dconfig.m4128 $srcdir/build/shtool mkdir -f -p ext/odbc
/php-src/build/
H A Dltmain.sh3468 for p in $tempremovelist; do
3469 case $p in
3474 if echo $p | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
3479 removelist="$removelist $p"
4640 …$run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbol…
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c77 #define CHECK_EXTRA_REGS(p, w, do) \ argument
78 if (p >= SLJIT_R3 && p <= SLJIT_S3) { \
79 w = (2 * SSIZE_OF(sw)) + ((p) - SLJIT_R3) * SSIZE_OF(sw); \
80 p = SLJIT_MEM1(SLJIT_SP); \
137 #define CHECK_EXTRA_REGS(p, w, do) argument

Completed in 359 milliseconds

1...<<3132333435363738