Home
last modified time | relevance | path

Searched defs:type (Results 151 – 175 of 219) sorted by relevance

123456789

/PHP-5.6/ext/com_dotnet/
H A Dcom_handlers.c32 static zval *com_property_read(zval *object, zval *member, int type, const zend_literal *key TSRMLS… in com_property_read()
H A Dcom_saproxy.c74 static zval *saproxy_property_read(zval *object, zval *member, int type, const zend_literal *key TS… in saproxy_property_read()
/PHP-5.6/ext/simplexml/
H A Dsimplexml.c392 static zval * sxe_property_read(zval *object, zval *member, int type, const zend_literal *key TSRML… in sxe_property_read()
703 SXE_ITER type; in sxe_property_get_adr() local
1785 static int cast_object(zval *object, int type, char *contents TSRMLS_DC) in cast_object()
/PHP-5.6/ext/dom/
H A Dphp_dom.c307 static zval **dom_get_property_ptr_ptr(zval *object, zval *member, int type, const zend_literal *ke… in dom_get_property_ptr_ptr()
341 zval *dom_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) in dom_read_property()
/PHP-5.6/ext/mssql/
H A Dphp_mssql.h184 int type; member
/PHP-5.6/ext/standard/
H A Dcrypt_sha512.c16 # define __alignof__(type) offsetof (struct { char c; type member;}, member) argument
H A Dstreamsfuncs.c54 long domain, type, protocol; in PHP_FUNCTION() local
660 int type; in stream_array_from_fd_set() 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 Dcrypt_sha256.c17 # define __alignof__(type) offsetof (struct { char c; type member;}, member) argument
/PHP-5.6/ext/soap/
H A Dphp_encoding.h177 int type; member
H A Dphp_soap.h102 int type; member
/PHP-5.6/ext/gd/libgd/
H A Dgd_topal.c70 #define METHODDEF(type) static type argument
71 #define LOCAL(type) static type argument
/PHP-5.6/ext/phar/
H A Dphar_internal.h420 static inline void phar_set_fp_type(phar_entry_info *entry, enum phar_fp_type type, off_t offset TS… in phar_set_fp_type()
463 char type; member
/PHP-5.6/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.6/sapi/apache_hooks/
H A Dphp_apache.c716 long type = 0; in PHP_FUNCTION() local
965 char *type = NULL; in PHP_FUNCTION() local
/PHP-5.6/Zend/
H A Dzend_language_scanner.l610 zend_op_array *compile_filename(int type, zval *filename TSRMLS_DC) in compile_filename()
/PHP-5.6/ext/mysqli/
H A Dphp_mysqli_structs.h104 ulong type; member
/PHP-5.6/win32/build/
H A Dconfutils.js202 function ConfigureArg(type, optname, helptext, defval) argument
/PHP-5.6/ext/xsl/
H A Dxsltprocessor.c182 static void xsl_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, int type) /* {{{ */ in xsl_ext_function_php()
/PHP-5.6/ext/iconv/
H A Diconv.c2508 char *type, *charset; in PHP_FUNCTION() local
2541 char *type = "all"; in PHP_FUNCTION() local
/PHP-5.6/ext/zip/
H A Dphp_zip.c817 int type; member
1729 static void php_zip_add_from_pattern(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in php_zip_add_from_pattern()
2732 static void php_zip_get_from(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in php_zip_get_from()
/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX_64.c2085 …er *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src, sljit_sw srcw, sljit_si type) in sljit_emit_op_flags()
2315 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, … in sljit_emit_ijump()
2404 …_FUNC_ATTRIBUTE struct sljit_jump * sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) in sljit_emit_jump()
/PHP-5.6/sapi/apache/
H A Dmod_php5.c78 int type; member
/PHP-5.6/ext/pdo/
H A Dpdo_stmt.c552 int type, new_type; in fetch_value() local
2558 static zval *row_prop_read(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) in row_prop_read()
/PHP-5.6/ext/openssl/
H A Dopenssl.c1369 int type; in php_openssl_x509_from_zval() local
2685 char * type; in php_openssl_make_REQ() local
2834 int type; in php_openssl_csr_from_zval() local
3291 int type; in php_openssl_evp_from_zval() local

Completed in 164 milliseconds

123456789