Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dphp_dns.h27 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
33 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
46 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
H A Ddns.c440 u_short type, class, dlen; in php_parserr() local
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_print.c149 PHPDBG_PRINT(class) /* {{{ */ in PHPDBG_PRINT() argument
303 void phpdbg_print_opcodes_method(const char *class, const char *function) { in phpdbg_print_opcodes_method()
361 void phpdbg_print_opcodes_class(const char *class) { in phpdbg_print_opcodes_class()
H A Dphpdbg_frame.c174 zval *funcname, *class, class_zv, *type, *args, *argstmp; in phpdbg_dump_prototype() local
H A Dphpdbg_list.c111 PHPDBG_LIST(class) /* {{{ */ in PHPDBG_LIST() argument
H A Dphpdbg_cmd.h63 char *class; member
H A Dphpdbg_utils.c115 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.c628 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.c390 char *class = NULL, *method = NULL; in PHP_FUNCTION() local
/PHP-7.1/scripts/dev/generate-phpt/src/
H A DgtAutoload.php55 public static function autoload($class)
/PHP-7.1/ext/phar/tests/files/
H A Dpear2coverage.phar.php2 function __autoload($class)
1601 }
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_structs.h27 #define MYSQLND_CLASS_METHOD_TABLE_NAME(class) mysqlnd_##class##_methods argument
28 #define MYSQLND_CLASS_METHODS_TYPE(class) struct st_##class##_methods argument
29 #define MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(class) MYSQLND_CLASS_METHODS_TYPE(class) MYSQLND_CL… argument
31 #define MYSQLND_CLASS_METHODS_START(class) MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(class) = { argument
34 #define MYSQLND_CLASS_METHODS_INSTANCE_NAME(class) mysqlnd_##class##_methods_ptr argument
35 #define MYSQLND_CLASS_METHODS_INSTANCE_DECLARE(class) extern const MYSQLND_CLASS_METHODS_TYPE(class… argument
36 #define MYSQLND_CLASS_METHODS_INSTANCE_DEFINE(class) const MYSQLND_CLASS_METHODS_TYPE(class) * MYSQ… argument
H A Dmysqlnd.h305 #define MYSQLND_METHOD(class, method) mysqlnd_##class##_##method##_pub argument
306 #define MYSQLND_METHOD_PRIVATE(class, method) mysqlnd_##class##_##method##_priv argument
/PHP-7.1/Zend/
H A Dzend_compile.c3340 zend_string *class = zend_string_init(ZSTR_VAL(str), colon - ZSTR_VAL(str) - 1, 0); in zend_compile_dynamic_call() local

Completed in 66 milliseconds