Home
last modified time | relevance | path

Searched defs:class (Results 1 – 25 of 26) sorted by relevance

12

/php-src/ext/standard/
H A Dphp_dns.h23 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
30 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
44 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
H A Ddns.c451 u_short type, class, dlen; in php_parserr() local
H A Dbasic_functions.stub.php1579 function stream_wrapper_register(string $protocol, string $class, int $flags = 0): bool {}
1582 function stream_register_wrapper(string $protocol, string $class, int $flags = 0): bool {}
/php-src/Zend/
H A Dzend_builtin_functions.stub.php47 function is_subclass_of(mixed $object_or_class, string $class, bool $allow_string = true): bool {}
50 function is_a(mixed $object_or_class, string $class, bool $allow_string = false): bool {}
56 function get_class_vars(string $class): array {}
81 function class_exists(string $class, bool $autoload = true): bool {}
91 function class_alias(string $class, string $alias, bool $autoload = true): bool {}
H A Dzend_compile.c3943 zend_string *class = zend_string_init(ZSTR_VAL(str), colon - ZSTR_VAL(str) - 1, 0); in zend_compile_dynamic_call() local
7711 zend_string *class = zend_empty_string; in zend_begin_func_decl() local
/php-src/sapi/phpdbg/
H A Dphpdbg_print.c122 PHPDBG_PRINT(class) /* {{{ */ in PHPDBG_PRINT() argument
262 void phpdbg_print_opcodes_method(const char *class, const char *function) { in phpdbg_print_opcodes_method()
310 void phpdbg_print_opcodes_class(const char *class) { in phpdbg_print_opcodes_class()
H A Dphpdbg.stub.php31 function phpdbg_break_method(string $class, string $method): void {}
H A Dphpdbg_frame.c172 zval *funcname, *class, class_zv, *args, *argstmp; in phpdbg_dump_prototype() local
H A Dphpdbg_list.c109 PHPDBG_LIST(class) /* {{{ */ in PHPDBG_LIST() argument
H A Dphpdbg_cmd.h61 char *class; member
H A Dphpdbg_utils.c112 PHPDBG_API int phpdbg_is_class_method(const char *str, size_t len, char **class, char **method) /* … in phpdbg_is_class_method()
H A Dphpdbg_bp.c639 PHPDBG_API void phpdbg_set_breakpoint_method_opline(const char *class, const char *method, zend_ulo… in phpdbg_set_breakpoint_method_opline()
H A Dphpdbg.c334 char *class, *method; in PHP_FUNCTION() local
/php-src/ext/spl/
H A Dphp_spl.stub.php26 function spl_autoload(string $class, ?string $file_extensions = null): void {}
28 function spl_autoload_call(string $class): void {}
H A Dspl_directory.stub.php77 public function getFileInfo(?string $class = null): SplFileInfo {}
80 public function getPathInfo(?string $class = null): ?SplFileInfo {}
89 public function setFileClass(string $class = SplFileObject::class): void {}
92 public function setInfoClass(string $class = SplFileInfo::class): void {}
H A Dspl_iterators.stub.php127 public function __construct(Traversable $iterator, ?string $class = null) {}
/php-src/ext/reflection/
H A Dphp_reflection.stub.php183 public string $class; variable in ReflectionMethod
375 public function isSubclassOf(ReflectionClass|string $class): bool {}
439 public string $class; variable in ReflectionProperty
444 public function __construct(object|string $class, string $property) {}
518 public string $class; variable in ReflectionClassConstant
523 public function __construct(object|string $class, string $constant) {}
799 public function __construct(object|string $class, string $constant) {}
809 public function __construct(object|string $class, string $constant) {}
/php-src/ext/pdo/
H A Dpdo_stmt.stub.php47 …public function fetchObject(?string $class = "stdClass", array $constructorArgs = []): object|fals…
/php-src/build/
H A Dgen_stub.php978 public Name $class; variable in ClassConstName
981 public function __construct(Name $class, string $const)
1004 public Name $class; variable in PropertyName
1007 public function __construct(Name $class, string $property)
3077 public string $class; variable in AttributeInfo
3082 public function __construct(string $class, array $args) {
4361 Name $class,
4424 function parseClass(
/php-src/ext/mysqlnd/
H A Dmysqlnd_structs.h25 #define MYSQLND_CLASS_METHOD_TABLE_NAME(class) mysqlnd_##class##_methods argument
26 #define MYSQLND_CLASS_METHODS_TYPE(class) struct st_##class##_methods argument
27 #define MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(class) MYSQLND_CLASS_METHODS_TYPE(class) MYSQLND_CL… argument
29 #define MYSQLND_CLASS_METHODS_START(class) MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(class) = { argument
32 #define MYSQLND_CLASS_METHODS_INSTANCE_NAME(class) mysqlnd_##class##_methods_ptr argument
33 #define MYSQLND_CLASS_METHODS_INSTANCE_DECLARE(class) extern const MYSQLND_CLASS_METHODS_TYPE(class… argument
34 #define MYSQLND_CLASS_METHODS_INSTANCE_DEFINE(class) const MYSQLND_CLASS_METHODS_TYPE(class) * MYSQ… argument
H A Dmysqlnd.h294 #define MYSQLND_METHOD(class, method) mysqlnd_##class##_##method##_pub argument
295 #define MYSQLND_METHOD_PRIVATE(class, method) mysqlnd_##class##_##method##_priv argument
/php-src/ext/soap/
H A Dsoap.stub.php494 public function setClass(string $class, mixed ...$args): void {}
/php-src/ext/mysqli/
H A Dmysqli.stub.php768 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
/php-src/ext/pgsql/
H A Dpgsql.stub.php636 …function pg_fetch_object(PgSql\Result $result, ?int $row = null, string $class = "stdClass", array…
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5595 BOOL last, any, class, caseless; in scan_prefix() local

Completed in 157 milliseconds

12