Home
last modified time | relevance | path

Searched refs:p (Results 726 – 750 of 844) sorted by relevance

1...<<21222324252627282930>>...34

/PHP-8.3/ext/standard/
H A Dbasic_functions.c767 char *p, **env; local
784 if ((p = strchr(setting, '='))) {
785 pe.key = zend_string_init(setting, p - setting, 0);
787 value = p + 1;
812 if (!p) { /* no '=' means we want to unset it */
815 if (!p || putenv(pe.putenv_string) == 0) { /* success */
896 opt_struct *p; local
899 for (p = longopts; p && p->opt_char != '-'; p++) {
900 if (p->opt_name != NULL) {
901 efree((char *)(p->opt_name));
H A Dcrypt_sha256.c272 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint32_t) != 0) in sha256_process_bytes() argument
274 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint32_t) != 0) in sha256_process_bytes()
H A Dcrypt_sha512.c302 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint64_t) != 0) in sha512_process_bytes() argument
304 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof(uint64_t) != 0) in sha512_process_bytes()
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h95 #define mysql_stmt_send_long_data(s,p,d,l) mysqlnd_stmt_send_long_data((s), (p), (d), (l)) argument
H A Dmysqlnd_debug.c255 const char ** p = self->skip_functions; in MYSQLND_METHOD() local
256 while (*p) { in MYSQLND_METHOD()
257 if (*p == func_name) { in MYSQLND_METHOD()
267 p++; in MYSQLND_METHOD()
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_pconn_kill.phpt16 $host = 'p:' . $host;
80 // remove the "p:<host>" from the host variable
H A Dmysqli_pconn_max_links.phpt71 if (!$plink = my_mysqli_connect('p:' . $host, 'pcontest', 'pcontest', $db, $port, $socket))
132 if ($plink = @my_mysqli_connect('p:' . $host, 'pcontest', 'pcontest', $db, $port, $socket))
157 if (!$plink = my_mysqli_connect('p:' . $host, 'pcontest', 'newpass', $db, $port, $socket))
171 if ($plink2 = my_mysqli_connect('p:' . $host, 'pcontest', 'newpass', $db, $port, $socket)) {
H A Dmysqli_pconnect.phpt13 $host = 'p:' . $host;
H A Dmysqli_debug_control_string.phpt63 try_control_string($link, 't:p:o,' . $trace_file, $trace_file, 70);
64 try_control_string($link, 't:p,1,,2:o,' . $trace_file, $trace_file, 80);
H A Dmysqli_store_result_copy.phpt161 mysqli_real_query($link, 'DROP PROCEDURE IF EXISTS p');
162 …if (mysqli_real_query($link, 'CREATE PROCEDURE p(OUT ver_param VARCHAR(25)) READS SQL DATA BEGIN S…
164 mysqli_multi_query($link, "CALL p(@version)");
/PHP-8.3/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt18 $hungarian = "Árvíztűrő tükörfúrógép";
259 "其中,闽南语不仅有 −p,−t,−k,也有模糊入声"
316 'Co je dovoleno pánovi, není dovoleno kmánovi.',
320 'Co jsi z úst vypustil, ani párem koní nedostaneš zpět.',
322 'Co nejde po dobrým, to půjde po zlým.',
333 'Častá krůpěj kámen proráží.',
337 'Čistota – půl zdraví.',
341 'Dějiny píší vítězové.',
371 'Žádná píseň není tak dlouhá, aby jí nebyl konec.',
/PHP-8.3/ext/oci8/
H A Dphp_oci8_int.h557 # define GC_ADDREF(p) (++GC_REFCOUNT(p)) argument
560 # define GC_DELREF(p) (GC_REFCOUNT(p)--) argument
/PHP-8.3/ext/standard/tests/general_functions/
H A Dprint_r.phpt175 var $p = 30;
986 [p] => 30
1041 [p] => 30
1096 [p] => 30
1152 [p] => 30
1207 [p] => 30
1262 [p] => 30
H A Dprint_r_64bit.phpt179 var $p = 30;
990 [p] => 30
1045 [p] => 30
1100 [p] => 30
1156 [p] => 30
1211 [p] => 30
1266 [p] => 30
/PHP-8.3/main/
H A Drfc1867.c64 char *s = varname, *index = NULL, *indexend = NULL, *p; in normalize_protected_variable() local
76 for (p = varname; *p && *p != '['; p++) { in normalize_protected_variable()
77 switch(*p) { in normalize_protected_variable()
80 *p = '_'; in normalize_protected_variable()
H A Dmain.c950 char *p; in php_verror() local
1052 while((p = strchr(docref_buf, '_')) != NULL) { in php_verror()
1053 *p = '-'; in php_verror()
1077 p = strrchr(ref, '#'); in php_verror()
1078 if (p) { in php_verror()
1079 target = estrdup(p); in php_verror()
1082 *p = '\0'; in php_verror()
2331 const char **p = directives[i].directives; in php_module_startup() local
2333 while(*p) { in php_module_startup()
2336 if (cfg_get_long((char*)*p, &value) == SUCCESS && value) { in php_module_startup()
[all …]
H A Doutput.c360 PHPAPI int php_output_get_contents(zval *p) in php_output_get_contents() argument
364 ZVAL_STRINGL(p, OG(active)->buffer.data, OG(active)->buffer.used); in php_output_get_contents()
366 ZVAL_EMPTY_STRING(p); in php_output_get_contents()
370 ZVAL_NULL(p); in php_output_get_contents()
377 PHPAPI int php_output_get_length(zval *p) in php_output_get_length() argument
380 ZVAL_LONG(p, OG(active)->buffer.used); in php_output_get_length()
383 ZVAL_NULL(p); in php_output_get_length()
/PHP-8.3/ext/gd/libgd/
H A Dgd_gd2.c764 int p = im->tpixels[y][x]; in _gdImageGd2() local
765 chunkData[chunkLen++] = gdTrueColorGetAlpha(p); in _gdImageGd2()
766 chunkData[chunkLen++] = gdTrueColorGetRed(p); in _gdImageGd2()
767 chunkData[chunkLen++] = gdTrueColorGetGreen(p); in _gdImageGd2()
768 chunkData[chunkLen++] = gdTrueColorGetBlue(p); in _gdImageGd2()
/PHP-8.3/ext/phar/tests/
H A Dphar_extract.phpt27 …yIterator(__DIR__ . '/extract', 0x00003000), RecursiveIteratorIterator::CHILD_FIRST) as $p => $b) {
28 $out[] = $p;
/PHP-8.3/ext/sodium/
H A Dlibsodium.c2363 unsigned char *p; in PHP_FUNCTION() local
2368 &n, &n_len, &p, &p_len) == FAILURE) { in PHP_FUNCTION()
2396 unsigned char *p; in PHP_FUNCTION() local
2401 &n, &n_len, &p, &p_len) == FAILURE) { in PHP_FUNCTION()
3349 unsigned char *p; in PHP_FUNCTION() local
3355 &p, &p_len, &q, &q_len) == FAILURE) { in PHP_FUNCTION()
3439 unsigned char *p; in PHP_FUNCTION() local
3445 &p, &p_len, &q, &q_len) == FAILURE) { in PHP_FUNCTION()
3602 unsigned char *p; in PHP_FUNCTION() local
3608 &p, &p_len, &q, &q_len) == FAILURE) { in PHP_FUNCTION()
[all …]
/PHP-8.3/ext/standard/tests/strings/
H A Dstr_split_variation7.phpt84 string(1) "p"
H A Dstrip_tags_variation4.phpt28 $quotes = "<p><a><?php<html>";
/PHP-8.3/Zend/tests/attributes/
H A D013_class_scope.phpt16 public function bar(#[A1(self::class, self::FOO)] $p) { }
/PHP-8.3/ext/mysqli/
H A Dmysqli_nonapi.c678 MYSQLND **p = in_array; local
698 if (mysql->mysql == *p) {
703 p++;
719 MYSQLND **p = in_array; local
728 if (mysql->mysql == *p) {
733 p++;
/PHP-8.3/ext/standard/tests/time/
H A Dstrptime_basic.phpt24 var_dump(strptime($str, '%H:%M:%S %p %B %d %Y'));

Completed in 106 milliseconds

1...<<21222324252627282930>>...34