Home
last modified time | relevance | path

Searched refs:p (Results 801 – 825 of 844) sorted by relevance

1...<<31323334

/PHP-8.3/Zend/
H A Dzend_API.h942 #define CHECK_ZVAL_NULL_PATH(p) zend_str_has_nul_byte(Z_STR_P(p)) argument
943 #define CHECK_NULL_PATH(p, l) zend_char_has_nul_byte(p, l) argument
1055 #define HASH_OF(p) (Z_TYPE_P(p)==IS_ARRAY ? Z_ARRVAL_P(p) : ((Z_TYPE_P(p)==IS_OBJECT ? Z_OBJ_HT_P(p argument
H A Dzend_vm_gen.php2537 foreach (explode(",", $param ) as $p) {
2538 $p = trim($p);
2539 if ($p !== "") {
2540 $params[$p] = 1;
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_connect_oo.phpt74 ini_set('mysqli.default_host', 'p:' . $host);
H A Dmysqli_pconn_conn_multiple.phpt17 $phost = 'p:' . $host;
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd.h221 #define mysqlnd_stmt_send_long_data(stmt,p,d,l) (stmt)->m->send_long_data((stmt), (p), (d), (l)) argument
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c1080 void phpdbg_free_wrapper(void *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) /* {{{ */ in phpdbg_free_wrapper()
1083 if (UNEXPECTED(heap == p)) { in phpdbg_free_wrapper()
1088 phpdbg_watch_efree(p); in phpdbg_free_wrapper()
1089 _zend_mm_free(heap, p ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC); in phpdbg_free_wrapper()
/PHP-8.3/ext/phar/tests/files/
H A Dpear2coverage.phar196 $output->startElement('p');
202 $output->startElement('p');
261 $output->startElement('p');
341 $output->startElement('p');
352 $output->startElement('p');
403 $output->startElement('p');
H A Dopenssl256.phar296 x�aH��B���uDp2/�U�v��p~�F��ƺ���KM3��~�jqUw�ɣ9�F������".� ��';%y�C`(V�������GBMB
/PHP-8.3/ext/phar/phar/
H A Dpharcommand.inc117 'p' => array(
459 "then point -p argument to PHP/Archive.php.\n";
581 $loader = $this->args['p']['val'];
684 while($level-- > 0 && ($p = strpos($entry, '/')) !== false) {
685 $entry = substr($entry, $p+1);
1066 $loader = $this->args['p']['val'];
/PHP-8.3/ext/phar/
H A Dphar.c1391 char *p; in phar_create_or_parse_filename() local
1450 p = strrchr(mydata->fname, '/'); in phar_create_or_parse_filename()
1452 if (p) { in phar_create_or_parse_filename()
1453 mydata->ext = memchr(p, '.', (mydata->fname + fname_len) - p); in phar_create_or_parse_filename()
1454 if (mydata->ext == p) { in phar_create_or_parse_filename()
1455 mydata->ext = memchr(p + 1, '.', (mydata->fname + fname_len) - p - 1); in phar_create_or_parse_filename()
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()
/PHP-8.3/ext/sodium/
H A Dlibsodium_arginfo.h134 ZEND_ARG_TYPE_INFO(0, p, IS_STRING, 0)
306 ZEND_ARG_TYPE_INFO(0, p, IS_STRING, 0)
312 ZEND_ARG_TYPE_INFO(0, p, IS_STRING, 0)
/PHP-8.3/ext/soap/
H A Dphp_sdl.c3131 static void delete_psdl_int(sdl_cache_bucket *p) in delete_psdl_int() argument
3133 sdlPtr tmp = p->sdl; in delete_psdl_int()
3201 sdl_cache_bucket *p; in get_sdl() local
3203 if (NULL != (p = zend_hash_str_find_ptr(SOAP_GLOBAL(mem_cache), uri, uri_len))) { in get_sdl()
3204 if (p->time < t - SOAP_GLOBAL(cache_ttl)) { in get_sdl()
3208 return p->sdl; in get_sdl()
3358 sdl_cache_bucket p; in get_sdl() local
3385 p.time = t; in get_sdl()
3386 p.sdl = psdl; in get_sdl()
3389 uri_len, &p, sizeof(sdl_cache_bucket)); in get_sdl()
/PHP-8.3/docs/
H A Drelease-process.md233 git add -p
256 git add -p
357 git add -p
387 git add -p
536 git add -p
697 git add -p
720 git add -p
984 git add -p
/PHP-8.3/ext/sqlite3/
H A Dsqlite3.c1700 #define PHP_SQLITE3_SET_TYPE(z, p) \ argument
1703 (p).type = SQLITE_TEXT; \
1708 (p).type = SQLITE_INTEGER; \
1711 (p).type = SQLITE_FLOAT; \
1714 (p).type = SQLITE_NULL; \
/PHP-8.3/ext/gmp/
H A Dgmp.c475 const unsigned char *p, *max; in gmp_unserialize() local
486 p = buf; in gmp_unserialize()
490 if (!php_var_unserialize(zv, &p, max, &unserialize_data) in gmp_unserialize()
499 if (!php_var_unserialize(zv, &p, max, &unserialize_data) in gmp_unserialize()
/PHP-8.3/
H A DREADME.md19 …uild-logs.storage.googleapis.com/badges/php.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list…
H A Dconfigure.ac123 $php_shtool mkdir -p libs
1408 $php_shtool mkdir -p $phplibdir
1789 $php_shtool mkdir -p pear
1790 $php_shtool mkdir -p scripts
1791 $php_shtool mkdir -p scripts/man1
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_x86.dasc3277 p++;
3302 p += 2;
3307 p++;
3318 x = *++p;
3371 } else if (*p == 0xe9 && p + *(unaligned_int32_t*)(p+1) == (uint8_t*)from_addr - 5) {
3375 p += _asm_x86_inslen(p);
14844 Bucket *p;
14916 p = (Bucket*)(((zval*)p)+1);
14918 p++;
15469 | // p++;
[all …]
/PHP-8.3/ext/date/
H A Dphp_date.c4238 timelib_rel_time *p = NULL; in date_interval_initialize() local
4243 timelib_strtointerval(format, format_length, &b, &e, &p, &r, &errors); in date_interval_initialize()
4248 if (p) { in date_interval_initialize()
4249 timelib_rel_time_dtor(p); in date_interval_initialize()
4252 if (p) { in date_interval_initialize()
4253 *rt = p; in date_interval_initialize()
4817 timelib_rel_time *p = NULL; in date_period_initialize() local
4822 timelib_strtointerval(format, format_length, &b, &e, &p, &r, &errors); in date_period_initialize()
4833 if (p) { in date_period_initialize()
4834 timelib_rel_time_dtor(p); in date_period_initialize()
[all …]
/PHP-8.3/ext/gd/
H A Dconfig.m4174 gdImagePtr p = gdImageCreateFrom$1(f);
/PHP-8.3/ext/hash/
H A Dhash.c1151 #define PHP_HASH_HAVAL_REGISTER(p,b) php_hash_register_algo("haval" #b "," #p , &php_hash_##p##hava… argument
/PHP-8.3/ext/standard/tests/file/
H A Dfnmatch_variation.phpt31 9 => "*.t*p",
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c75 #define CHECK_EXTRA_REGS(p, w, do) \ argument
76 if (p >= SLJIT_R3 && p <= SLJIT_S3) { \
77 w = (2 * SSIZE_OF(sw)) + ((p) - SLJIT_R3) * SSIZE_OF(sw); \
78 p = SLJIT_MEM1(SLJIT_SP); \
137 #define CHECK_EXTRA_REGS(p, w, do) argument
/PHP-8.3/ext/zlib/
H A Dzlib.c1294 zend_long *p = (zend_long *) ZEND_INI_GET_ADDR(); in ZEND_GET_MODULE() local
1295 *p = int_value; in ZEND_GET_MODULE()

Completed in 187 milliseconds

1...<<31323334