Home
last modified time | relevance | path

Searched refs:self (Results 1 – 25 of 328) sorted by last modified time

12345678910>>...14

/PHP-7.4/
H A DNEWS1136 . Fixed bug #79193 (Incorrect type inference for self::$field =& $field).
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc42 self::FILE_EXT_LOG_ACC,
43 self::FILE_EXT_LOG_ERR,
44 self::FILE_EXT_LOG_SLOW,
45 self::FILE_EXT_PID,
140 self::$supportedFiles
146 self::$filesToClean
156 self::cleanConfigFiles();
163 if (is_dir(self::CONF_DIR)) {
167 rmdir(self::CONF_DIR);
247 $tester = new self($configTemplate, '', [], self::getCallerFileName());
[all …]
H A Dstatus.inc138 "<head><title>" . self::HTML_TITLE . "</title></head>\n" .
H A Dlogtool.inc148 self::P_TIME,
150 $is_stderr ? self::P_PREFIX : self::P_PREFIX_STDOUT
166 self::P_TIME, $this->getExpectedLevel(),
167 $is_stderr ? self::P_PREFIX : self::P_PREFIX_STDOUT
173 if ($matches[1] !== substr(self::FINAL_SUFFIX, $this->suffixPosition)) {
237 if (self::FINAL_SUFFIX !== $finalSuffix) {
390 return $this->expectEntry(self::DEBUG, $line, $expectedMessage, $pool);
401 return $this->expectEntry(self::NOTICE, $line, $expectedMessage, $pool);
412 return $this->expectEntry(self::WARNING, $line, $expectedMessage, $pool);
423 return $this->expectEntry(self::ERROR, $line, $expectedMessage, $pool);
[all …]
H A Dresponse.inc287 strpos($this->rawData, self::HEADER_SEPARATOR)
292 explode(self::HEADER_SEPARATOR, $this->rawData)
/PHP-7.4/ext/zip/
H A Dphp_zip.c1441 zval *self = ZEND_THIS; local
1449 ze_obj = Z_ZIP_P(self);
1511 zval *self = ZEND_THIS; local
1539 zval *self = ZEND_THIS; local
1545 ze_obj = Z_ZIP_P(self);
1574 zval *self = ZEND_THIS; local
1589 zval *self = ZEND_THIS; local
1617 zval *self = ZEND_THIS; local
1665 zval *self = ZEND_THIS; local
1790 zval *self = ZEND_THIS; local
[all …]
/PHP-7.4/TSRM/
H A Dtsrm_win32.c435 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
436 …if (!DuplicateHandle(self, fh, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS|DUPLICATE_CLOSE_SOUR… in dupHandle()
/PHP-7.4/main/streams/
H A Dplain_wrapper.c174 self = pemalloc_rel_orig(sizeof(*self), persistent_id); in _php_stream_fopen_from_fd_int()
175 memset(self, 0, sizeof(*self)); in _php_stream_fopen_from_fd_int()
182 self->fd = fd; in _php_stream_fopen_from_fd_int()
194 self = emalloc_rel_orig(sizeof(*self)); in _php_stream_fopen_from_file_int()
195 memset(self, 0, sizeof(*self)); in _php_stream_fopen_from_file_int()
250 if (self->fd >= 0 && do_fstat(self, 0) == 0) { in detect_is_seekable()
251 self->is_seekable = !(S_ISFIFO(self->sb.st_mode) || S_ISCHR(self->sb.st_mode)); in detect_is_seekable()
252 self->is_pipe = S_ISFIFO(self->sb.st_mode); in detect_is_seekable()
316 self = emalloc_rel_orig(sizeof(*self)); in _php_stream_fopen_from_pipe()
317 memset(self, 0, sizeof(*self)); in _php_stream_fopen_from_pipe()
[all …]
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_statement.c348 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stm->abstract; in pgsql_stmt_param_hook() local
355 P->oid = htonl(self->oid); in pgsql_stmt_param_hook()
H A Dpgsql_driver.c130 return lo_write(self->conn, self->lfd, (char*)buf, count); in pgsql_lob_write()
136 return lo_read(self->conn, self->lfd, buf, count); in pgsql_lob_read()
144 lo_close(self->conn, self->lfd); in pgsql_lob_close()
147 efree(self); in pgsql_lob_close()
161 zend_off_t pos = lo_lseek64(self->conn, self->lfd, offset, whence); in pgsql_lob_seek()
163 zend_off_t pos = lo_lseek(self->conn, self->lfd, offset, whence); in pgsql_lob_seek()
184 struct pdo_pgsql_lob_self *self = ecalloc(1, sizeof(*self)); in pdo_pgsql_create_lob_stream() local
188 self->lfd = lfd; in pdo_pgsql_create_lob_stream()
189 self->oid = oid; in pdo_pgsql_create_lob_stream()
190 self->conn = H->server; in pdo_pgsql_create_lob_stream()
[all …]
/PHP-7.4/Zend/tests/
H A Dsymtable_cache_recursive_dtor.phpt9 if (self::$max-- < 0) return;
H A Dex_func_null_during_property_write.phpt8 if (self::$i++ != 0) throw new Exception;
H A Dbug80037.phpt10 public static function fromArray(array $props): self
H A Dbug79862.phpt20 var_dump(self::$prop1);
21 var_dump(self::$prop2);
22 var_dump(self::$prop5);
23 var_dump(self::$prop6);
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_auth.c579 mysqlnd_native_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_native_auth_get_auth_data() argument
640 mysqlnd_pam_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_pam_auth_get_auth_data() argument
909 mysqlnd_sha256_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_sha256_auth_get_auth_data() argument
1087 mysqlnd_caching_sha2_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_caching_sha2_get_auth_data() argument
1227 mysqlnd_caching_sha2_handle_server_response(struct st_mysqlnd_authentication_plugin *self, in mysqlnd_caching_sha2_handle_server_response() argument
H A Dmysqlnd_debug.c37 self->stream = php_stream_open_wrapper(self->file_name, in MYSQLND_METHOD()
60 if (!self->stream && FAIL == self->m->open(self, FALSE)) { in MYSQLND_METHOD()
132 self->m->close(self); in MYSQLND_METHOD()
133 self->m->open(self, TRUE); in MYSQLND_METHOD()
157 if (!self->stream && FAIL == self->m->open(self, FALSE)) { in MYSQLND_METHOD()
234 self->m->close(self); in MYSQLND_METHOD()
235 self->m->open(self, TRUE); in MYSQLND_METHOD()
287 self->m->log_va(self, line, file, zend_stack_count(&self->call_stack) - 1, NULL, ">%s", func_name); in MYSQLND_METHOD()
345self->m->log_va(self, line, file, zend_stack_count(&self->call_stack) - 1, NULL, "<%s", *func_name… in MYSQLND_METHOD()
432 self->m->log_va(self, __LINE__, __FILE__, 0, "info : ", in MYSQLND_METHOD()
[all …]
/PHP-7.4/main/
H A Drfc1867.c247 if (self->bytes_in_buffer > 0 && self->buf_begin != self->buffer) { in fill_buffer()
248 memmove(self->buffer, self->buf_begin, self->bytes_in_buffer); in fill_buffer()
251 self->buf_begin = self->buffer; in fill_buffer()
254 bytes_to_read = self->bufsize - self->bytes_in_buffer; in fill_buffer()
259 char *buf = self->buffer + self->bytes_in_buffer; in fill_buffer()
298 self->buf_begin = self->buffer; in multipart_buffer_new()
341 self->bytes_in_buffer -= (self->buf_begin - line); in next_line()
346 if (self->bytes_in_buffer < self->bufsize) { in next_line()
409 if (!find_boundary(self, self->boundary)) { in multipart_buffer_headers()
620 …if ((bound = php_ap_memstr(self->buf_begin, self->bytes_in_buffer, self->boundary_next, self->boun… in multipart_buffer_read()
[all …]
/PHP-7.4/build/
H A Dlibtool.m4984 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
987 if (self)
989 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
990 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
991 /* dlclose (self); */
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_toString_004.phpt7 const C = self::UNKNOWN;
17 Undefined class constant 'self::UNKNOWN'
H A DReflectionClassConstant_toString_error.phpt7 const X = self::UNKNOWN;
18 Undefined class constant 'self::UNKNOWN'
/PHP-7.4/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation7.phpt2 Test symlink(), linkinfo(), link() and is_link() functions : usage variations - try link to self
H A Dlstat_stat_variation14.phpt32 // compare self stats
H A Dlstat_stat_variation15.phpt43 // compare self stats
H A Dlstat_stat_variation2.phpt29 // compare self stats
H A Dlstat_stat_variation1.phpt31 // compare the self stat

Completed in 134 milliseconds

12345678910>>...14