Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 2207) sorted by last modified time

12345678910>>...89

/PHP-7.4/
H A DNEWS69 . Fixed bug #81618 (dns_get_record fails on FreeBSD for missing type).
111 . Fixed bug #79576 ("TYPE *" shows unhelpful message when type is not
716 . Fixed bug #79947 (Memory leak on invalid offset type in compound
810 . Fixed bug #79820 (Use after free when type duplicated into
1334 . Fixed bug #76451 (Aliases during inheritance type checks affected by
1433 . Fixed bug #78183 (finfo_file shows wrong mime-type for .tga file).
1598 . Implemented FR #77863 (PDO firebird support type Boolean in input
2511 type 37). (Peter Kokot)
2671 . Fixed bug #77079 (odbc_fetch_object has incorrect type signature).
2676 . Fixed bug #76463 (var has array key type but not value type). (Laruence)
[all …]
/PHP-7.4/ext/gd/
H A Dgd.c424 ZEND_ARG_INFO(0, type)
853 ZEND_ARG_INFO(0, type)
1081 switch (type) { in php_gd_error_method()
1087 type = E_NOTICE; in php_gd_error_method()
1090 type = E_WARNING; in php_gd_error_method()
1093 type = E_ERROR; in php_gd_error_method()
2674 zend_long quality = 0, type = 0; in _php_image_output() local
2698 t = type; in _php_image_output()
5019 zend_long type; in PHP_FUNCTION() local
5028 switch((gdAffineStandardMatrix)type) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/phar/
H A Dphar.c3263 zend_op_array *(*phar_orig_compile_file)(zend_file_handle *file_handle, int type);
3271 static zend_op_array *phar_compile_file(zend_file_handle *file_handle, int type) /* {{{ */ in phar_compile_file() argument
3279 return phar_orig_compile_file(file_handle, type); in phar_compile_file()
3300 switch (file_handle->type) { in phar_compile_file()
3315 file_handle->type = ZEND_HANDLE_STREAM; in phar_compile_file()
3332 res = phar_orig_compile_file(file_handle, type); in phar_compile_file()
3376 mime.type = ret; \ in PHP_GINIT_FUNCTION()
/PHP-7.4/main/
H A Dphp_variables.c142 if (ex->func && ZEND_USER_CODE(ex->func->common.type)) { in php_register_variable_ex()
H A Dmain.c1172 php_error(type, "%s", message); in php_verror()
1280 switch (type) { in php_error_cb()
1324 PG(last_error_type) = type; in php_error_cb()
1331 if (display && (EG(error_reporting) & type || (type & E_CORE)) in php_error_cb()
1336 switch (type) { in php_error_cb()
1381 if (type == E_CORE_ERROR || type == E_CORE_WARNING) { in php_error_cb()
1398 if (type == E_ERROR || type == E_PARSE) { in php_error_cb()
1424 switch (type) { in php_error_cb()
1441 switch (type) { in php_error_cb()
1466 if (type != E_PARSE) { in php_error_cb()
[all …]
/PHP-7.4/ext/pgsql/
H A Dpgsql.c1000 if (rsrc->type != le_plink) in _rollback_transactions()
1397 if (le->type != le_plink) {
1449 if (index_ptr->type != le_index_ptr) {
1454 ZEND_ASSERT(link->ptr && (link->type == le_link || link->type == le_plink));
1500 new_index_ptr.type = le_index_ptr;
2416 new_oid_entry.type = le_string;
2510 new_field_table.type = le_string;
5852 zval meta, *def, *type, *not_null, *has_default, *is_enum, *val, new_val; local
5885 if (!err && (type = zend_hash_str_find(Z_ARRVAL_P(def), "type", sizeof("type") - 1)) == NULL) {
5914 data_type = php_pgsql_get_data_type(Z_STRVAL_P(type), Z_STRLEN_P(type));
[all …]
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1253 meta->type = uint1korr(p); in php_mysqlnd_rset_field_read()
1267 (meta->type <= MYSQL_TYPE_INT24 && in php_mysqlnd_rset_field_read()
1268 (meta->type != MYSQL_TYPE_TIMESTAMP || meta->length == 14 || meta->length == 8) in php_mysqlnd_rset_field_read()
1269 ) || meta->type == MYSQL_TYPE_YEAR) in php_mysqlnd_rset_field_read()
1491 … fields_metadata[i].db, fields_metadata[i].table, fields_metadata[i].name, fields_metadata[i].type, in php_mysqlnd_rowp_read_binary_protocol()
1498 enum_mysqlnd_field_types type = fields_metadata[i].type; in php_mysqlnd_rowp_read_binary_protocol() local
1499 mysqlnd_ps_fetch_functions[type].func(current_field, &fields_metadata[i], 0, &p); in php_mysqlnd_rowp_read_binary_protocol()
1502 switch (fields_metadata[i].type) { in php_mysqlnd_rowp_read_binary_protocol()
1584 mysqlnd_ps_fetch_functions[fields_metadata[i].type]; in php_mysqlnd_rowp_read_text_protocol_aux()
1588 switch (fields_metadata[i].type) { in php_mysqlnd_rowp_read_text_protocol_aux()
[all …]
H A Dmysqlnd_result.c251 if (set->type == MYSQLND_BUFFERED_TYPE_ZVAL) { in MYSQLND_METHOD()
253 } if (set->type == MYSQLND_BUFFERED_TYPE_C) { in MYSQLND_METHOD()
929 result->type = MYSQLND_RES_NORMAL; in MYSQLND_METHOD()
931 result->type = MYSQLND_RES_PS_UNBUF; in MYSQLND_METHOD()
976 if (result->stored_data->type == MYSQLND_BUFFERED_TYPE_ZVAL) { in MYSQLND_METHOD()
1044 } else if (result->stored_data->type == MYSQLND_BUFFERED_TYPE_C) { in MYSQLND_METHOD()
1420 result->type = MYSQLND_RES_NORMAL; in MYSQLND_METHOD()
1501 result->type == MYSQLND_RES_NORMAL? STAT_FLUSHED_NORMAL_SETS: in MYSQLND_METHOD()
2008 ret->type = MYSQLND_BUFFERED_TYPE_ZVAL; in mysqlnd_result_buffered_zval_init()
2049 ret->type = MYSQLND_BUFFERED_TYPE_C; in mysqlnd_result_buffered_c_init()
/PHP-7.4/main/streams/
H A Dstreams.c72 if (rsrc->type != le_pstream) { in forget_persistent_resource_id_numbers()
116 if (le->type == le_pstream) { in php_stream_from_persistent_id()
/PHP-7.4/Zend/
H A Dzend_closures.c87 if (func->type == ZEND_INTERNAL_FUNCTION) { in zend_valid_closure_binding()
99 if (scope && scope != func->common.scope && scope->type == ZEND_INTERNAL_CLASS) { in zend_valid_closure_binding()
155 if (closure->func.type == ZEND_INTERNAL_FUNCTION) { in ZEND_METHOD()
161 if (ZEND_USER_CODE(my_function.type) in ZEND_METHOD()
193 } else if (ZEND_USER_CODE(my_function.type) in ZEND_METHOD()
316 call.type = ZEND_INTERNAL_FUNCTION; in zend_create_closure_from_callable()
396 invoke->type = ZEND_INTERNAL_FUNCTION; in zend_get_closure_invoke_method()
477 if (closure->func.type == ZEND_USER_FUNCTION) { in zend_closure_free_storage()
542 if (closure->func.type == ZEND_USER_FUNCTION && closure->func.op_array.static_variables) { in zend_closure_get_debug_info()
608 return (closure->func.type == ZEND_USER_FUNCTION) ? in zend_closure_get_gc()
[all …]
/PHP-7.4/ext/standard/
H A Darray.c2774 int type = is_numeric_string(Z_STRVAL_P(zstep), Z_STRLEN_P(zstep), NULL, NULL, 0); local
2775 if (type == IS_DOUBLE) {
2778 if (type == 0) {
H A Ddns.c369 int type = DNS_T_MX, i; in PHP_FUNCTION() local
463 GETSHORT(type, cp); in php_parserr()
496 switch (type) { in php_parserr()
516 if (type == DNS_T_NS) { in php_parserr()
875 type = -1; in PHP_FUNCTION()
879 type = 0; in PHP_FUNCTION()
884 type++ in PHP_FUNCTION()
887 switch (type) { in PHP_FUNCTION()
1052 u_short type, weight; in PHP_FUNCTION() local
1121 GETSHORT(type, cp); in PHP_FUNCTION()
[all …]
H A Dphp_dns.h25 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
26 …((int)dns_search(res, dname, class, type, (char *) answer, anslen, (struct sockaddr *)&from, &from…
32 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
33 res_nsearch(res, dname, class, type, answer, anslen);
46 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
47 res_search(dname, class, type, answer, anslen)
/PHP-7.4/ext/dom/
H A Ddomimplementation.c176 if (doctype->type == XML_DOCUMENT_TYPE_NODE) { in PHP_METHOD()
/PHP-7.4/ext/libxml/
H A Dlibxml.c173 if (nodeptr->node != NULL && nodeptr->node->type != XML_DOCUMENT_NODE) { in php_libxml_unregister_node()
189 switch (node->type) { in php_libxml_node_free()
215 node->type = XML_ELEMENT_NODE; in php_libxml_node_free()
230 switch (node->type) { in php_libxml_node_free_list()
1348 switch (node->type) { in php_libxml_node_free_resource()
1353 if (node->parent == NULL || node->type == XML_NAMESPACE_DECL) { in php_libxml_node_free_resource()
1355 switch (node->type) { in php_libxml_node_free_resource()
/PHP-7.4/ext/intl/tests/
H A Ddateformat_get_set_calendar_variant5.phpt29 //changing the calendar with a cal type should not change tz
H A Ddateformat_get_set_calendar_variant_icu70.phpt29 //changing the calendar with a cal type should not change tz
/PHP-7.4/ext/mbstring/
H A Dmbstring.c215 ZEND_ARG_INFO(0, type)
426 ZEND_ARG_INFO(0, type)
1648 while (p->type > 0) { in PHP_MINIT_FUNCTION()
1649 if ((MBSTRG(func_overload) & p->type) == p->type && in PHP_MINIT_FUNCTION()
1687 while (p->type > 0) { in PHP_MSHUTDOWN_FUNCTION()
1688 if ((MBSTRG(func_overload) & p->type) == p->type && in PHP_MSHUTDOWN_FUNCTION()
4100 if (type == 0 && is_hex) { in php_mb_numericentity_exec()
4661 while (over_func->type > 0) { in PHP_FUNCTION()
4662 if ((MBSTRG(func_overload) & over_func->type) == over_func->type ) { in PHP_FUNCTION()
4738 while (over_func->type > 0) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/date/
H A Dphp_date.c2090 if (type == 2) { in date_interval_has_property()
2374 new_obj->type = old_obj->type; in date_object_clone_timezone()
2405 if (o1->type != o2->type) { in date_object_compare_timezone()
2410 switch (o1->type) { in date_object_compare_timezone()
2423 switch (tzobj->type) { in php_timezone_to_string()
2749 type = tzobj->type; in php_date_initialize()
2757 now->zone_type = type; in php_date_initialize()
2758 switch (type) { in php_date_initialize()
3516 switch (tzobj->type) { in php_date_timezone_set()
4054 switch (tzobj->type) { in PHP_FUNCTION()
[all …]
/PHP-7.4/sapi/cgi/tests/
H A Dbug81518a.phpt13 Content-type: text/html; charset=UTF-8
H A Dbug81518b.phpt10 Content-type: text/html;charset=UTF-8
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c1653 type = *next; in detect_repeat()
2568 switch (type) in copy_recurse_data()
7945 switch(type) in compile_simple_assertion_matchingpath()
8432 switch(type) in compile_char1_matchingpath()
8921 #define BACKTRACK_AS(type) ((type *)backtrack) argument
9142 switch(type) in compile_ref_iterator_matchingpath()
11113 *type = *cc; in get_iterator_parameters()
11192 && type != OP_ANYNL && type != OP_EXTUNI) in compile_iterator_matchingpath()
11233 if (type == OP_ANYNL || type == OP_EXTUNI) in compile_iterator_matchingpath()
12107 #define CURRENT_AS(type) ((type *)current) argument
[all …]
/PHP-7.4/ext/mysqli/
H A Dmysqli.c113 void php_free_stmt_bind_buffer(BIND_BUFFER bbuf, int type) in php_free_stmt_bind_buffer() argument
124 if (type == FETCH_RESULT && bbuf.buf[i].val) { in php_free_stmt_bind_buffer()
141 if (type == FETCH_RESULT) { in php_free_stmt_bind_buffer()
143 } else if (type == FETCH_SIMPLE){ in php_free_stmt_bind_buffer()
304 zval *mysqli_read_property(zval *object, zval *member, int type, void **cache_slot, zval *rv) in mysqli_read_property() argument
327 if (hnd->read_func(obj, rv, type == BP_VAR_IS) == SUCCESS || type != BP_VAR_IS) { in mysqli_read_property()
333 retval = zend_std_read_property(object, member, type, cache_slot, rv); in mysqli_read_property()
465 while (mysqli_base_class->type != ZEND_INTERNAL_CLASS && in mysqli_objects_new()
938 if (le->type == php_le_pmysqli()) { in php_mysqli_persistent_helper_once()
1159 if (mysql_fetch_field_direct(result, i)->type == MYSQL_TYPE_BIT) { in php_mysqli_fetch_into_hash_aux()
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc1007 * @param string $type
1011 public function getAddr(string $type = 'ipv4', $pool = 'default')
1013 $port = $this->getPort($type, $pool, true);
1014 if ($type === 'uds') {
1028 return $this->getHost($type) . ':' . $port;
1032 * @param string $type
1039 if ($type === 'uds' && !$useAsId) {
1053 * @param string $type
1056 public function getHost(string $type = 'ipv4')
1058 switch ($type) {
[all …]
H A Dstatus.inc44 * @param string $type
47 public function checkStatus(Response $response, array $fields, string $type)
49 if (!isset($this->contentTypes[$type])) {
50 throw new \Exception('Invalid content type ' . $type);
53 $body = $response->getBody($this->contentTypes[$type]);
57 $method = "checkStatus" . ucfirst($type);

Completed in 172 milliseconds

12345678910>>...89