/PHP-8.0/ext/standard/ |
H A D | php_dns.h | 23 #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 D | dns.c | 437 u_short type, class, dlen; in php_parserr() local
|
H A D | basic_functions.stub.php | 48 function stream_wrapper_register(string $protocol, string $class, int $flags = 0): bool {} 51 function stream_register_wrapper(string $protocol, string $class, int $flags = 0): bool {} 1455 function stream_filter_register(string $filter_name, string $class): bool {}
|
/PHP-8.0/Zend/ |
H A D | zend_builtin_functions.stub.php | 37 function is_subclass_of(mixed $object_or_class, string $class, bool $allow_string = true): bool {} 40 function is_a(mixed $object_or_class, string $class, bool $allow_string = false): bool {} 42 function get_class_vars(string $class): array {} 56 function class_exists(string $class, bool $autoload = true): bool {} 64 function class_alias(string $class, string $alias, bool $autoload = true): bool {}
|
H A D | zend_compile.c | 3620 zend_string *class = zend_string_init(ZSTR_VAL(str), colon - ZSTR_VAL(str) - 1, 0); in zend_compile_dynamic_call() local
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_print.c | 147 PHPDBG_PRINT(class) /* {{{ */ in PHPDBG_PRINT() argument 301 void phpdbg_print_opcodes_method(const char *class, const char *function) { in phpdbg_print_opcodes_method() 359 void phpdbg_print_opcodes_class(const char *class) { in phpdbg_print_opcodes_class()
|
H A D | phpdbg.stub.php | 9 function phpdbg_break_method(string $class, string $method): void {}
|
H A D | phpdbg_frame.c | 172 zval *funcname, *class, class_zv, *args, *argstmp; in phpdbg_dump_prototype() local
|
H A D | phpdbg_list.c | 109 PHPDBG_LIST(class) /* {{{ */ in PHPDBG_LIST() argument
|
H A D | phpdbg_cmd.h | 61 char *class; member
|
H A D | phpdbg_utils.c | 113 PHPDBG_API int phpdbg_is_class_method(const char *str, size_t len, char **class, char **method) /* … in phpdbg_is_class_method()
|
H A D | phpdbg_bp.c | 640 PHPDBG_API void phpdbg_set_breakpoint_method_opline(const char *class, const char *method, zend_ulo… in phpdbg_set_breakpoint_method_opline()
|
H A D | phpdbg.c | 381 char *class, *method; in PHP_FUNCTION() local
|
/PHP-8.0/ext/spl/ |
H A D | php_spl.stub.php | 14 function spl_autoload(string $class, ?string $file_extensions = null): void {} 16 function spl_autoload_call(string $class): void {}
|
H A D | spl_directory.stub.php | 76 public function getFileInfo(?string $class = null) {} 79 public function getPathInfo(?string $class = null) {} 88 public function setFileClass(string $class = SplFileObject::class) {} 91 public function setInfoClass(string $class = SplFileInfo::class) {}
|
H A D | spl_iterators.stub.php | 118 public function __construct(Traversable $iterator, ?string $class = null) {}
|
/PHP-8.0/ext/pdo/ |
H A D | pdo_stmt.stub.php | 44 public function fetchObject(?string $class = "stdClass", array $constructorArgs = []) {}
|
/PHP-8.0/ext/reflection/ |
H A D | php_reflection.stub.php | 323 public function isSubclassOf(ReflectionClass|string $class) {} 378 public function __construct(object|string $class, string $property) {} 443 public function __construct(object|string $class, string $constant) {}
|
/PHP-8.0/ext/soap/ |
H A D | soap.stub.php | 45 public function setClass(string $class, mixed ...$args) {}
|
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_structs.h | 25 #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 D | mysqlnd.h | 299 #define MYSQLND_METHOD(class, method) mysqlnd_##class##_##method##_pub argument 300 #define MYSQLND_METHOD_PRIVATE(class, method) mysqlnd_##class##_##method##_priv argument
|
/PHP-8.0/ext/mysqli/ |
H A D | mysqli.stub.php | 367 public function fetch_object(string $class = "stdClass", array $constructor_args = []) {} 584 function mysqli_fetch_object(mysqli_result $result, string $class = "stdClass", array $constructor_…
|
/PHP-8.0/ext/pgsql/ |
H A D | pgsql.stub.php | 193 function pg_fetch_object($result, ?int $row = null, string $class = "stdClass", array $constructor_…
|
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 5365 BOOL last, any, class, caseless; in scan_prefix() local
|