/PHP-7.1/ext/soap/ |
H A D | php_encoding.c | 272 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() 2118 sdlTypePtr type, in add_xml_array_elements() 2498 char *type, *end, *ns; in to_zval_array() local 2519 char *type, *ns; in to_zval_array() local 2551 char *type, *end; in to_zval_array() local 3002 sdlTypePtr type; in to_xml_list() local 3176 sdlTypePtr type; in sdl_guess_convert_zval() local 3240 sdlTypePtr type; in sdl_guess_convert_xml() local 3357 static void set_ns_and_type(xmlNodePtr node, encodeTypePtr type) in set_ns_and_type() [all …]
|
H A D | php_schema.c | 418 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.1/sapi/fpm/fpm/ |
H A D | fpm_cleanup.c | 12 int type; member 19 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *arg) /* {{{ */ in fpm_cleanup_add() argument 37 void fpm_cleanups_run(int type) /* {{{ */ in fpm_cleanups_run()
|
/PHP-7.1/ext/standard/ |
H A D | php_dns.h | 27 #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 D | dl.c | 90 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 D | url_scanner_ex.c | 56 …y *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage, int type) in php_ini_on_update_tags() 117 …y *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage, int type) in php_ini_on_update_hosts() 292 static inline void tag_arg(url_adapt_state_ex_t *ctx, char quotes, char type) in tag_arg() 486 static inline void handle_val(STD_PARA, char quotes, char type) in handle_val() 1066 static int php_url_scanner_ex_activate(int type) in php_url_scanner_ex_activate() 1081 static int php_url_scanner_ex_deactivate(int type) in php_url_scanner_ex_deactivate() 1100 … *output, size_t output_len, char **handled_output, size_t *handled_output_len, int mode, int type) in php_url_scanner_session_handler_impl() 1147 …nner_add_var_impl(char *name, size_t name_len, char *value, size_t value_len, int encode, int type) in php_url_scanner_add_var_impl() 1222 static inline void php_url_scanner_reset_vars_impl(int type) { in php_url_scanner_reset_vars_impl() 1254 static inline int php_url_scanner_reset_var_impl(zend_string *name, int encode, int type) in php_url_scanner_reset_var_impl()
|
H A D | dns_win32.c | 97 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 D | php_smart_string.h | 123 #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 D | incomplete_class.c | 52 static zval *incomplete_class_get_property(zval *object, zval *member, int type, void **cache_slot,… in incomplete_class_get_property() 71 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.1/TSRM/ |
H A D | TSRM.h | 168 #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 201 #define TSRMG_STATIC(id, type, element) argument
|
/PHP-7.1/Zend/ |
H A D | zend_execute.c | 56 #define get_zval_ptr(op_type, node, ex, should_free, type) _get_zval_ptr(op_type, node, ex, should_… argument 57 #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_undef(op_type, node, ex, should_free, type) _get_zval_ptr_undef(op_type, node,… argument 61 #define get_zval_ptr_ptr(op_type, node, ex, should_free, type) _get_zval_ptr_ptr(op_type, node, ex,… argument 63 #define get_obj_zval_ptr(op_type, node, ex, should_free, type) _get_obj_zval_ptr(op_type, node, ex,… argument 111 #define FREE_UNFETCHED_OP(type, var) \ argument 267 …always_inline zval *_get_zval_ptr_cv(const zend_execute_data *execute_data, uint32_t var, int type) in _get_zval_ptr_cv() 282 …_inline zval *_get_zval_ptr_cv_deref(const zend_execute_data *execute_data, uint32_t var, int type) in _get_zval_ptr_cv_deref() 1138 static zend_never_inline zend_long zend_check_string_offset(zval *dim, int type) in zend_check_string_offset() 3020 #define GET_OP1_UNDEF_CV(ptr, type) \ argument [all …]
|
H A D | zend_ini_scanner.l | 145 #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 D | zend_stack.c | 105 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.1/ext/intl/doc/ |
H A D | formatter_api.php | 183 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.1/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc_introspection.c | 140 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 D | xml_to_soap.c | 108 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.1/ext/intl/common/ |
H A D | common_date.cpp | 38 U_CFUNC TimeZone *timezone_convert_datetimezone(int type, 181 int type; local
|
/PHP-7.1/ext/intl/collator/ |
H A D | collator_locale.c | 36 zend_long type = 0; in PHP_FUNCTION() local
|
/PHP-7.1/scripts/dev/generate-phpt/src/ |
H A D | gtTestCaseWriter.php | 9 public static function write($name, $string, $type, $count = 0) {
|
/PHP-7.1/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeX86_64.c | 42 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.1/scripts/dev/generate-phpt/src/testcase/ |
H A D | gtBasicTestCase.php | 18 public static function getInstance($optionalSections, $type = 'function') {
|
H A D | gtVariationContainer.php | 28 public static function getInstance ($optionalSections, $type = 'function') {
|
H A D | gtVariationTestCase.php | 16 public static function getInstance($optionalSections, $type = 'function') {
|
/PHP-7.1/ext/opcache/ |
H A D | zend_accelerator_debug.c | 31 void zend_accel_error(int type, const char *format, ...) in zend_accel_error()
|
/PHP-7.1/win32/ |
H A D | sockets.c | 31 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) in socketpair()
|