Searched refs:user_id (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/opcache/tests/ |
H A D | bug76281.phpt | 11 $user_id = null; 12 if ($user_sub_resource && isset($r['user_id'])) { 13 $user_id = $r['user_id']; 16 $user_id = $r['id']; 26 var_dump(test(['user_id' => 1, 'id' => 2], 'foo'));
|
/php-src/ext/mysqli/tests/ |
H A D | bug32405.phpt | 19 …("CREATE TABLE test_users(user_id int(10) unsigned NOT NULL auto_increment, login varchar(50) defa… 23 if ($stmt = $link->prepare("SELECT SQL_NO_CACHE user_id, login FROM test_users")) {
|
/php-src/ext/posix/ |
H A D | posix.stub.php | 322 function posix_setuid(int $user_id): bool {} argument 327 function posix_seteuid(int $user_id): bool {} argument 429 function posix_getpwuid(int $user_id): array|false {} argument
|
H A D | posix_arginfo.h | 17 ZEND_ARG_TYPE_INFO(0, user_id, IS_LONG, 0) 24 ZEND_ARG_TYPE_INFO(0, user_id, IS_LONG, 0) 138 ZEND_ARG_TYPE_INFO(0, user_id, IS_LONG, 0)
|
/php-src/Zend/tests/attributes/ |
H A D | 009_doctrine_annotations_example.phpt | 62 * joinColumns={@ORM\JoinColumn(name="user_id", referencedColumnName="id")}, 68 #[ORM\JoinColumn("user_id", "id")] 149 string(7) "user_id"
|
/php-src/ext/dom/lexbor/lexbor/css/syntax/ |
H A D | token.h | 112 uintptr_t user_id; member
|
H A D | parser.c | 16 .types.terminated = {.begin = NULL, .length = 0, .user_id = 0},
|
/php-src/sapi/apache2handler/ |
H A D | php_functions.c | 390 …snprintf(tmp, sizeof(tmp), "%s(%d)/%d", ap_unixd_config.user_name, ap_unixd_config.user_id, ap_uni… in PHP_MINFO_FUNCTION()
|
Completed in 31 milliseconds