Home
last modified time | relevance | path

Searched refs:p (Results 876 – 900 of 906) sorted by relevance

1...<<31323334353637

/php-src/ext/mysqli/tests/
H A Dmysqli_pconn_conn_multiple.phpt17 $phost = 'p:' . $host;
/php-src/
H A DREADME.md19 …uild-logs.storage.googleapis.com/badges/php.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list…
/php-src/docs/
H A Drelease-process.md232 git add -p
255 git add -p
356 git add -p
386 git add -p
536 git add -p
708 git add -p
731 git add -p
1055 git add -p
/php-src/Zend/
H A Dzend_compile.c4740 char *p; in zend_compile_func_sprintf() local
4749 p = memchr(p, '%', end - p); in zend_compile_func_sprintf()
4750 if (!p) { in zend_compile_func_sprintf()
4769 p = q; in zend_compile_func_sprintf()
4770 p++; in zend_compile_func_sprintf()
4813 p = memchr(p, '%', end - p); in zend_compile_func_sprintf()
4814 if (!p) { in zend_compile_func_sprintf()
4827 p++; in zend_compile_func_sprintf()
4857 p = q; in zend_compile_func_sprintf()
4858 p++; in zend_compile_func_sprintf()
[all …]
H A Dzend_execute.c212 zend_vm_stack p = stack->prev; in zend_vm_stack_destroy() local
214 stack = p; in zend_vm_stack_destroy()
4358 zval *p = ZEND_CALL_ARG(call, 1); in zend_unfinished_calls_gc() local
4360 zend_get_gc_buffer_add_zval(buf, p); in zend_unfinished_calls_gc()
4361 p++; in zend_unfinished_calls_gc()
/php-src/ext/phar/
H A Dutil.c43 char *p, *ret = NULL; in phar_get_link_location() local
50 p = strrchr(entry->filename, '/'); in phar_get_link_location()
51 if (p) { in phar_get_link_location()
52 *p = '\0'; in phar_get_link_location()
H A Dphar_internal.h608 phar_path_check_result phar_path_check(char **p, size_t *len, const char **error);
H A Dphar_object.c1377 phar_archive_object *p; member
1399 phar_archive_object *phar_obj = p_obj->p; in phar_build()
1779 pass.p = phar_obj; in PHP_METHOD()
1860 pass.p = phar_obj; in PHP_METHOD()
/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/gd/
H A Dconfig.m4175 gdImagePtr p = gdImageCreateFrom$1(f);
/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/date/
H A Dphp_date.c4454 timelib_rel_time *p = NULL; in date_interval_initialize() local
4459 timelib_strtointerval(format, format_length, &b, &e, &p, &r, &errors); in date_interval_initialize()
4464 if (p) { in date_interval_initialize()
4465 timelib_rel_time_dtor(p); in date_interval_initialize()
4468 if (p) { in date_interval_initialize()
4469 *rt = p; in date_interval_initialize()
5033 timelib_rel_time *p = NULL; in date_period_initialize() local
5038 timelib_strtointerval(format, format_length, &b, &e, &p, &r, &errors); in date_period_initialize()
5049 if (p) { in date_period_initialize()
5050 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/standard/tests/file/
H A Dfnmatch_variation.phpt31 9 => "*.t*p",
/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/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.m4115 $srcdir/build/shtool mkdir -f -p ext/odbc
/php-src/.github/workflows/
H A Dpush.yml317 sudo mkdir -p /etc/php.d
/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…
H A Dphp.m4890 $php_shtool mkdir -p $1
899 $php_shtool mkdir -p $BUILD_DIR
1088 char buf[27], *p;
1091 p = asctime_r(&t, buf, 26);
1092 if (p == buf && s == &t) return (0);
H A Dconfig.guess1610 version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
/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
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1318 int n, j, *p; in zend_jit_def_reg() local
1346 if (*p == src_var) { in zend_jit_def_reg()
3416 int i, *p; in _zend_jit_add_predecessor_ref() local
3425 if (*p == pred) { in _zend_jit_add_predecessor_ref()
3507 for (i = 0, p = jit->bb_start_ref; i < count; i++, p++) { in _zend_jit_fix_merges()
3508 ref = *p; in _zend_jit_fix_merges()
3636 int i, n, *p, pred; in zend_jit_bb_start() local
3714 pred = *p; in zend_jit_bb_start()
17033 zend_ssa_phi *p; local
17060 while (p) {
[all …]
/php-src/ext/standard/
H A Durl_scanner_ex.re181 #define YYCURSOR p

Completed in 206 milliseconds

1...<<31323334353637