Home
last modified time | relevance | path

Searched defs:type (Results 151 – 175 of 213) sorted by path

123456789

/PHP-5.5/ext/spl/
H A Dspl_directory.h71 SPL_FS_OBJ_TYPE type; member
/PHP-5.5/ext/sqlite3/
H A Dphp_sqlite3_structs.h44 long type; member
/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c23 # define __alignof__(type) offsetof (struct { char c; type member;}, member) argument
H A Dcrypt_sha512.c22 # define __alignof__(type) offsetof (struct { char c; type member;}, member) argument
H A Ddl.c102 PHPAPI int php_load_extension(char *filename, int type, int start_now TSRMLS_DC) in php_load_extension()
198 unsigned char type; in php_load_extension() member
265 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC) in php_dl()
283 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC) in php_dl()
H A Ddns.c361 int type = T_MX, i; in PHP_FUNCTION() local
435 u_short type, class, dlen; in php_parserr() local
784 int type, first_query = 1, store_results = 1; in PHP_FUNCTION() local
1000 u_short type, weight; in PHP_FUNCTION() local
H A Ddns_win32.c97 int type = DNS_TYPE_MX; in PHP_FUNCTION() local
143 int type; in php_parserr() local
354 int type, type_to_fetch, first_query = 1, store_results = 1; in PHP_FUNCTION() local
H A Dexec.c103 PHPAPI int php_exec(int type, char *cmd, zval *array, zval *return_value TSRMLS_DC) in php_exec()
H A Dfile.c1127 int result, format_len, type, argc = 0; in PHP_FUNCTION() local
H A Dfilestat.c849 PHPAPI void php_stat(const char *filename, php_stat_len filename_length, int type, zval *return_val… in php_stat()
H A Dhttp.c32 zval *type, char *arg_sep, int enc_type TSRMLS_DC) in php_url_encode_hash_ex()
H A Dimage.c1018 char *type; in php_get_xbm() local
H A Dincomplete_class.c57 static zval *incomplete_class_get_property(zval *object, zval *member, int type, const zend_literal… in incomplete_class_get_property()
75 static zval **incomplete_class_get_property_ptr_ptr(zval *object, zval *member, int type, const zen… in incomplete_class_get_property_ptr_ptr()
H A Dpack.c549 char type = *(format++); in PHP_FUNCTION() local
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
40 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
H A Dphp_smart_str.h168 #define smart_str_append_generic_ex(dest, num, type, vartype, func) do { \ argument
175 #define smart_str_append_unsigned_ex(dest, num, type) \ argument
178 #define smart_str_append_long_ex(dest, num, type) \ argument
181 #define smart_str_append_off_t_ex(dest, num, type) \ argument
H A Dstreamsfuncs.c52 long domain, type, protocol; in PHP_FUNCTION() local
663 int type; in stream_array_from_fd_set() local
H A Dstring.c5443 long type = 0; local
H A Dtype.c94 char *type; in PHP_FUNCTION() local
215 static void php_is_type(INTERNAL_FUNCTION_PARAMETERS, int type) in php_is_type()
H A Durl_scanner_ex.c333 static inline void handle_val(STD_PARA, char quotes, char type) in handle_val()
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c856 int type, link; in php_sybase_do_connect() local
1933 static char *php_sybase_get_field_name(CS_INT type) in php_sybase_get_field_name()
H A Dphp_sybase_ct.h95 CS_INT type; member
/PHP-5.5/ext/tidy/examples/
H A Ddumpit5.php25 function node_type($type) {
/PHP-5.5/ext/tidy/
H A Dtidy.c102 #define TIDY_NODE_CONST(name, type) REGISTER_LONG_CONSTANT("TIDY_NODETYPE_" #name, TidyNode_##type,… argument
200 tidy_obj_type type; member
/PHP-5.5/ext/tokenizer/
H A Dtokenizer.c214 long type; in PHP_FUNCTION() local

Completed in 78 milliseconds

123456789