Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 223) sorted by relevance

123456789

/PHP-7.0/ext/soap/
H A Dphp_encoding.c272 static encodePtr find_encoder_by_type_name(sdlPtr sdl, const char *type) in find_encoder_by_type_name()
644 zval *to_zval_user(zval *ret, encodeTypePtr type, xmlNodePtr node) in to_zval_user()
2122 sdlTypePtr type, in add_xml_array_elements()
2502 char *type, *end, *ns; in to_zval_array() local
2523 char *type, *ns; in to_zval_array() local
2555 char *type, *end; in to_zval_array() local
3006 sdlTypePtr type; in to_xml_list() local
3180 sdlTypePtr type; in sdl_guess_convert_zval() local
3244 sdlTypePtr type; in sdl_guess_convert_xml() local
3361 static void set_ns_and_type(xmlNodePtr node, encodeTypePtr type) in set_ns_and_type()
[all …]
H A Dphp_schema.c418 char *type, *ns; in schema_list() local
502 char *type, *ns; in schema_union() local
645 char *type, *ns; in schema_restriction_simpleContent() local
750 char *type, *ns; in schema_restriction_complexContent() local
875 char *type, *ns; in schema_extension_simpleContent() local
930 char *type, *ns; in schema_extension_complexContent() local
1079 char *type, *ns; in schema_group() local
1514 char *type, *ns; in schema_element() local
2285 sdlTypePtr type; in schema_pass2() local
2372 sdlTypePtr type = Z_PTR_P(zv); in delete_type() local
[all …]
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_cleanup.c13 int type; member
20 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *arg) /* {{{ */ in fpm_cleanup_add() argument
38 void fpm_cleanups_run(int type) /* {{{ */ in fpm_cleanups_run()
/PHP-7.0/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 Ddl.c90 PHPAPI int php_load_extension(char *filename, int type, int start_now) in php_load_extension()
219 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now) in php_dl()
237 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now) in php_dl()
H A Ddns_win32.c97 int type = DNS_TYPE_MX; in PHP_FUNCTION() local
143 int type; in php_parserr() local
352 int type, type_to_fetch, first_query = 1, store_results = 1; in PHP_FUNCTION() local
H A Dphp_smart_string.h123 #define smart_string_append_generic_ex(dest, num, type, vartype, func) do { \ argument
129 #define smart_string_append_unsigned_ex(dest, num, type) \ argument
132 #define smart_string_append_long_ex(dest, num, type) \ argument
H A Dincomplete_class.c52 static zval *incomplete_class_get_property(zval *object, zval *member, int type, void **cache_slot,… in incomplete_class_get_property()
70 static zval *incomplete_class_get_property_ptr_ptr(zval *object, zval *member, int type, void **cac… in incomplete_class_get_property_ptr_ptr()
/PHP-7.0/TSRM/
H A DTSRM.h168 #define TSRMG(id, type, element) (TSRMG_BULK(id, type)->element) argument
169 #define TSRMG_BULK(id, type) ((type) (*((void ***) tsrm_get_ls_cache()))[TSRM_UNSHUFFLE_RSRC_ID(id)… argument
171 #define TSRMG_STATIC(id, type, element) (TSRMG_BULK_STATIC(id, type)->element) argument
172 #define TSRMG_BULK_STATIC(id, type) ((type) (*((void ***) TSRMLS_CACHE))[TSRM_UNSHUFFLE_RSRC_ID(id)… argument
199 #define TSRMG_STATIC(id, type, element) argument
/PHP-7.0/Zend/
H A Dzend_execute.c55 #define get_zval_ptr(op_type, node, ex, should_free, type) _get_zval_ptr(op_type, node, ex, should_… argument
56 #define get_zval_ptr_deref(op_type, node, ex, should_free, type) _get_zval_ptr_deref(op_type, node,… argument
60 #define get_zval_ptr_ptr(op_type, node, ex, should_free, type) _get_zval_ptr_ptr(op_type, node, ex,… argument
62 #define get_obj_zval_ptr(op_type, node, ex, should_free, type) _get_obj_zval_ptr(op_type, node, ex,… argument
112 #define FREE_UNFETCHED_OP(type, var) \ argument
280 …always_inline zval *_get_zval_ptr_cv(const zend_execute_data *execute_data, uint32_t var, int type) in _get_zval_ptr_cv()
295 …_inline zval *_get_zval_ptr_cv_deref(const zend_execute_data *execute_data, uint32_t var, int type) in _get_zval_ptr_cv_deref()
1655 static zend_never_inline zend_long zend_check_string_offset(zval *dim, int type) in zend_check_string_offset()
1692 static zend_always_inline zend_long zend_fetch_string_offset(zval *container, zval *dim, int type) in zend_fetch_string_offset()
2724 #define GET_OP1_UNDEF_CV(ptr, type) \ argument
[all …]
H A Dzend_ini_scanner.l145 #define RETURN_TOKEN(type, str, len) { \ argument
156 zend_uchar type; in convert_to_number() local
174 static void zend_ini_copy_typed_value(zval *retval, const int type, const char *str, int len) in zend_ini_copy_typed_value()
H A Dzend_stack.c105 ZEND_API void zend_stack_apply(zend_stack *stack, int type, int (*apply_function)(void *element)) in zend_stack_apply()
128 ZEND_API void zend_stack_apply_with_argument(zend_stack *stack, int type, int (*apply_function)(voi… in zend_stack_apply_with_argument()
/PHP-7.0/ext/intl/doc/
H A Dformatter_api.php183 public function format($number, $type = 0) {}
196 public function parse($string, $type, &$position) {}
308 public function getLocale($type = 0) {}
353 function numfmt_format($formatter, $number, $type = null) {}
366 function numfmt_parse($formatter, $string, $type, &$position) {}
484 function numfmt_get_locale($formatter, $type = 0) {}
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c140 XMLRPC_VALUE_TYPE type = XMLRPC_GetValueType(xParams); in xi_system_describe_methods_cb() local
202 const char* type; in xi_system_method_signature_cb() local
287 static XMLRPC_VALUE describeValue_worker(const char* type, const char* id, const char* desc, int op… in describeValue_worker()
314 const char* type = NULL; in xml_element_to_method_description() local
H A Dxml_to_soap.c108 XMLRPC_VALUE_TYPE_EASY type = xmlrpc_type_none; in get_array_soap_type() local
252 const char* type = NULL, *arrayType=NULL, *actor = NULL; in xml_element_to_SOAP_REQUEST_worker() local
440 XMLRPC_VALUE_TYPE_EASY type = XMLRPC_GetValueTypeEasy(node); in SOAP_to_xml_element_worker() local
455 const char* type = get_array_soap_type(node); in SOAP_to_xml_element_worker() local
/PHP-7.0/ext/intl/common/
H A Dcommon_date.cpp38 U_CFUNC TimeZone *timezone_convert_datetimezone(int type,
178 int type; local
/PHP-7.0/ext/intl/collator/
H A Dcollator_locale.c36 zend_long type = 0; in PHP_FUNCTION() local
/PHP-7.0/scripts/dev/generate-phpt/src/
H A DgtTestCaseWriter.php9 public static function write($name, $string, $type, $count = 0) {
/PHP-7.0/scripts/dev/generate-phpt/src/testcase/
H A DgtBasicTestCase.php18 public static function getInstance($optionalSections, $type = 'function') {
H A DgtVariationContainer.php28 public static function getInstance ($optionalSections, $type = 'function') {
H A DgtVariationTestCase.php17 public static function getInstance($optionalSections, $type = 'function') {
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_64.c42 static sljit_ub* generate_far_jump_code(struct sljit_jump *jump, sljit_ub *code_ptr, sljit_si type) in generate_far_jump_code()
68 static sljit_ub* generate_fixed_jump(sljit_ub *code_ptr, sljit_sw addr, sljit_si type) in generate_fixed_jump()
556 static SLJIT_INLINE sljit_si call_with_args(struct sljit_compiler *compiler, sljit_si type) in call_with_args()
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_debug.c31 void zend_accel_error(int type, const char *format, ...) in zend_accel_error()
/PHP-7.0/win32/
H A Dsockets.c31 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) in socketpair()
/PHP-7.0/ext/fileinfo/libmagic/
H A Dascmagic.c80 const char *type = NULL; in file_ascmagic() local
103 const char *type, int text) in file_ascmagic_with_encoding()

Completed in 109 milliseconds

123456789